Running aclocal in libstdc++-v3 directory

2006-07-10 Thread Steve Ellcey
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 foun

Re: Running aclocal in libstdc++-v3 directory

2006-07-10 Thread Daniel Jacobowitz
On Mon, Jul 10, 2006 at 03:14:36PM -0700, Steve Ellcey wrote: > > 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? My rule of thu

Re: Running aclocal in libstdc++-v3 directory

2006-07-10 Thread Steve Ellcey
> My rule of thumb: Check the options in automake's generated > Makefile.in. > > You probably need a -I path. > > -- > Daniel Jacobowitz > CodeSourcery Ah, I see "ACLOCAL_AMFLAGS = -I . -I .. -I ../config", if I add those -I options to my aclocal call I get no errors or warnings when running

Re: Running aclocal in libstdc++-v3 directory

2006-07-10 Thread Benjamin Kosnik
> 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? The current fashion for regenerating the config/make bits is to just run: aut