I made a new system installation, and now the GIT version does not generate 'configure'. I thought one should just run ./autogen.sh; however, this fails, because autoconf (called via autoreconf in this script) cannot find gettext.m4, which is in /usr/local/share/aclocal/, which should be copied into ./m4/.
I can't see if it is a problem with Guile's configure.ac or some installation problem with autoconf-2.68 that makes it not looking into /usr/local/share.
