+* Troubleshooting
+
+Unfortunately the current Gettext still does not include all the
+needed tools so that the bootstrapping always perform successfully.
+
+If you experiment problems, I suggest the following:
+
+1. Do a regular CVS checkout
+
+2. Fetch a recent tarball.
+ http://www.lrde.epita.fr/~akim/download/bison-1.49b.tar.gz
+
+3. Extract it
+
+4. Override the content of your checkout with the content of this
+ tarball, i.e.:
+ cp -r bison-1.49b/* bison-cvs
+
+5. Proceed on ./configure && make etc.