This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Running aclocal in libstdc++-v3 directory
- From: Steve Ellcey <sje at cup dot hp dot com>
- To: libstdc++ at gcc dot gnu dot org
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 10 Jul 2006 15:14:36 -0700 (PDT)
- Subject: Running aclocal in libstdc++-v3 directory
- Reply-to: sje at cup dot hp dot com
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.