public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* bootstrap error with --enable-maintainer-mode
@ 2009-08-15 16:04 Thomas Koenig
  2009-08-15 18:29 ` Ralf Wildenhues
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Koenig @ 2009-08-15 16:04 UTC (permalink / raw)
  To: gcc

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
make[3]: Leaving directory `/var/work/gcc-bin/trunk/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/var/work/gcc-bin/trunk'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/var/work/gcc-bin/trunk'
make: *** [all] Error 2
$ autoconf
autoconf: no input file
$ autoconf --version
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bootstrap error with --enable-maintainer-mode
  2009-08-15 16:04 bootstrap error with --enable-maintainer-mode Thomas Koenig
@ 2009-08-15 18:29 ` Ralf Wildenhues
  2009-08-15 18:32   ` Thomas Koenig
  0 siblings, 1 reply; 3+ messages in thread
From: Ralf Wildenhues @ 2009-08-15 18:29 UTC (permalink / raw)
  To: Thomas Koenig; +Cc: gcc

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bootstrap error with --enable-maintainer-mode
  2009-08-15 18:29 ` Ralf Wildenhues
@ 2009-08-15 18:32   ` Thomas Koenig
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Koenig @ 2009-08-15 18:32 UTC (permalink / raw)
  To: Ralf Wildenhues; +Cc: gcc

On Sat, 2009-08-15 at 17:56 +0200, Ralf Wildenhues wrote:
> Which aclocal version do you have in PATH?  Looks like 1.10 or newer,
> rather than 1.9.6.

Yes, that was probably it.  Seems like Debian changed that behind my
back during a recent update...

Thanks!

	Thomas

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-08-15 16:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-15 16:04 bootstrap error with --enable-maintainer-mode Thomas Koenig
2009-08-15 18:29 ` Ralf Wildenhues
2009-08-15 18:32   ` Thomas Koenig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).