[boehm-gc] More configure cleanups

Nathanael Nerode neroden@twcny.rr.com
Fri Feb 27 00:32:00 GMT 2004


Again, tested on i686-pc-linux-gnu -- no real change in anything.

	* Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
	* Makefile.in: Regenerate.

	* configure.in: Remove bogus duplicate invocation of
	AM_MAINTAINER_MODE.
	* configure: Regenerate.

Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/boehm-gc/Makefile.am,v
retrieving revision 1.39
diff -u -r1.39 Makefile.am
--- Makefile.am	23 Feb 2004 16:19:19 -0000	1.39
+++ Makefile.am	26 Feb 2004 23:24:19 -0000
@@ -90,8 +90,6 @@
 	$(AM_CFLAGS) $(MY_CFLAGS) $(GC_CFLAGS) 
 LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LDFLAGS) -o $@
 
-AM_CFLAGS = @GC_CFLAGS@
-
 # Work around what appears to be a GNU make bug handling MAKEFLAGS
 # values defined in terms of make variables, as is the case for CC and
 # friends when we are called from the top level Makefile.
Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/boehm-gc/configure.in,v
retrieving revision 1.59
diff -u -r1.59 configure.in
--- configure.in	26 Feb 2004 21:39:45 -0000	1.59
+++ configure.in	26 Feb 2004 23:24:24 -0000
@@ -24,7 +24,6 @@
 # exported.
 ORIGINAL_LD_FOR_MULTILIBS=$LD
 
-dnl Can't be done in GC_CONFIGURE because that confuses automake.
 AC_CONFIG_AUX_DIR(.)
 
 dnl Default to --enable-multilib
@@ -123,8 +122,6 @@
                           configuring with a cross compiler])
 AC_ARG_WITH(cross-host,
 [  --with-cross-host=HOST  configuring with a cross compiler])
-
-AM_MAINTAINER_MODE
 
 AC_MSG_CHECKING([for thread model used by GCC])
 THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`

-- 
Nathanael Nerode  <neroden at gcc.gnu.org>
US citizens: if you're considering voting for Bush, look at these first:
http://www.misleader.org/  http://www.cbc.ca/news/background/arar/
http://www.house.gov/reform/min/politicsandscience/



More information about the Gcc-patches mailing list