This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: what's up with automake?
- To: libstdc++ at sources dot redhat dot com, aoliva at redhat dot com
- Subject: Re: what's up with automake?
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 15 Aug 2000 21:42:10 -0700 (PDT)
>
> rc.gcc/libstdc++-v3/src -I.. 1 -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implic
> ^
> This looks like it is part of CXXFLAGS, passed down from top-level configure.
Correction. This looks like it's from INCLUDES. . . for some reason
src/Makefile.in has:
INCLUDES = 1
which is odd, considering src/Makefile.am has:
INCLUDES = \
-D_GNU_SOURCE -nostdinc++ -I$(top_srcdir) \
$(CSHADOW_INCLUDES) $(LIBIO_INCLUDES) \
$(CONFIG_INCLUDES) $(TOPLEVEL_INCLUDES)