+* 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 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.