On 4 Mar 2008, at 11:31, Axel Simon wrote:
Running autoconf once does not work, but running it twice do. It runs
aclocal, butt running aclocal separately first does not work - it has
to be within the program autoconf.
Nothing in the documentation says that autoconf runs aclocal.
This was printed out when running:
# autoreconf -vi
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/local/bin/autoconf
autoreconf: running: /usr/local/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
autoreconf: Leaving directory `.'
I assumed it was the same when running autoconf. But running
autoreconf does the trick.
Hans Aberg