[committed] boehm-gc prep for newer automake

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


Prep for the eventual, planned switch to automake 1.7.

No current effect.

	* configure.in: Add CCAS, CCASFLAGS for future automakes.
	* configure, Makefile.in, include/Makefile.in: Regenerate.

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/boehm-gc/configure.in,v
retrieving revision 1.60
diff -u -r1.60 configure.in
--- configure.in	26 Feb 2004 23:27:53 -0000	1.60
+++ configure.in	26 Feb 2004 23:46:03 -0000
@@ -87,6 +87,12 @@
 AC_SUBST(CFLAGS)
 AC_SUBST(CXXFLAGS)
 
+# Newer automakes demand CCAS and CCASFLAGS.
+: ${CCAS='$(CC)'}
+: ${CCASFLAGS='$(CFLAGS)'}
+AC_SUBST(CCAS)
+AC_SUBST(CCASFLAGS)
+
 AC_CHECK_TOOL(AS, as)
 AC_CHECK_TOOL(AR, ar)
 AC_CHECK_TOOL(RANLIB, ranlib, :)

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