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