This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap error with --enable-maintainer-mode
- From: Ralf Wildenhues <Ralf dot Wildenhues at gmx dot de>
- To: Thomas Koenig <tkoenig at gcc dot gnu dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 15 Aug 2009 17:56:05 +0200
- Subject: Re: bootstrap error with --enable-maintainer-mode
- References: <1250344813.3470.35.camel@meiner.onlinehome.de>
Hello Thomas,
* Thomas Koenig wrote on Sat, Aug 15, 2009 at 04:00:13PM CEST:
> Does this ring any bells? This is with a recent trunk.
>
> $ ../../gcc/trunk/configure --prefix=$HOME --enable-languages=c,fortran
> --enable-maintainer-mode && make && make install
>
> make[3]: Leaving directory `/var/work/gcc-bin/trunk/libdecnumber'
> make[3]: Entering directory `/var/work/gcc-bin/trunk/gcc'
> (cd ../../../gcc/trunk/gcc && aclocal -I ../config -I ..)
> (cd ../../../gcc/trunk/gcc && autoconf)
> configure:3123: error: possibly undefined macro: AC_REQUIRE_AUX_FILE
> If this token and others are legitimate, please use
> m4_pattern_allow.
> See the Autoconf documentation.
> make[3]: *** [../../../gcc/trunk/gcc/configure] Error 1
> $ autoconf --version
> autoconf (GNU Autoconf) 2.59
Which aclocal version do you have in PATH? Looks like 1.10 or newer,
rather than 1.9.6.
Cheers,
Ralf