This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Running aclocal in libstdc++-v3 directory


I am trying to make a configure change in the libstdc++-v3 directory but
when I run aclocal (even on an unmodified libstdc++-v3 directory from
the top-of-tree), I get an error message.  Does anyone else see this?

[hpsje] $ aclocal
aclocal:configure.ac:85: warning: macro `AM_PROG_LIBTOOL' not found in library
configure.ac:138: warning: AC_PROG_LD is m4_require'd but is not m4_defun'd
configure.ac:138: AC_PROG_LD is required by...
acinclude.m4:307: GLIBCXX_CHECK_LINKER_FEATURES is expanded from...
configure.ac:138: the top level

[hpsje] $ aclocal --version
aclocal (GNU automake) 1.9.6
Written by Tom Tromey <tromey@redhat.com>

Copyright (C) 2005 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]