> 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
> 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
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