This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [V3] Bring back to automake 1.8.5


Phil Edwards wrote:

It is just a one-liner in configure.ac, although I have occasionally
run older automakes than the version listed, and no complaint was given.
(The run didn't work for other reasons, but no particular "hey, doofus,
wrong version" diagnostic appeared.)


weird...

So, go for it, but we'll still have to watch checkins closely. :-(


Ok, I'm committing to mainline the below.

Thanks,
Paolo.

////////////////
2004-08-12  Paolo Carlini  <pcarlini@suse.de>

	* configure.ac: Specify version 1.8.5 in AM_INIT_AUTOMAKE.
diff -urN libstdc++-v3-orig/configure.ac libstdc++-v3/configure.ac
--- libstdc++-v3-orig/configure.ac	2004-07-11 09:46:21.000000000 +0200
+++ libstdc++-v3/configure.ac	2004-08-13 00:31:52.000000000 +0200
@@ -58,7 +58,7 @@
 #  no-dependencies:  turns off auto dependency generation (just for now)
 #  -Wall:  turns on all automake warnings...
 #  -Wno-portability:  ...except this one, since GNU make is now required.
-AM_INIT_AUTOMAKE([1.7.6 no-define foreign no-dependencies -Wall -Wno-portability -Wno-override])
+AM_INIT_AUTOMAKE([1.8.5 no-define foreign no-dependencies -Wall -Wno-portability -Wno-override])
 
 # Runs configure.host, finds CC, CXX, and assorted other critical bits.  Sets
 # up critical shell variables.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]