This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: what's up with automake?
- To: Alexandre Oliva <oliva at lsd dot ic dot unicamp dot br>
- Subject: Re: what's up with automake?
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 16 Aug 2000 11:09:44 -0700 (PDT)
- cc: libstdc++ at sources dot redhat dot com
> > INCLUDES = 1
>
> Uh oh. This is a bug in old (i.e., not relatively current CVS)
> version of automake.
>
> The problem is that the namespace of macros and targets clashes.
>
> We'll have to rename the INCLUDES target to libstdcxx_INCLUDES or
> something alike, and change the top-level configure.in to use it :-(
...I was hoping you knew what was up.
Can you please fix this? I hand-edited the src/Makefile.in file last
night, and it's working, but still. Having to do that is lame.
-benjamin