set WANT_AUTOCONF_2_5 variable to tell Mandrake autoconf wrapper we want
authorFrédéric Crozat <fcrozat@src.gnome.org>
Wed, 26 Feb 2003 09:33:39 +0000 (09:33 +0000)
committerFrédéric Crozat <fcrozat@src.gnome.org>
Wed, 26 Feb 2003 09:33:39 +0000 (09:33 +0000)
* macros2/autogen.sh: set WANT_AUTOCONF_2_5 variable to tell
Mandrake autoconf wrapper we want to check if autoconf 2.5x is here..

svn path=/trunk/; revision=2779

ChangeLog
macros2/autogen.sh

index 3480dc0..9b36a9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-26  Frederic Crozat  <fcrozat@mandrakesoft.com>
+
+       * macros2/autogen.sh: set WANT_AUTOCONF_2_5 variable to tell 
+       Mandrake autoconf wrapper we want to check if autoconf 2.5x is here..
+
 2003-02-18  Jody Goldberg <jody@gnome.org>
 
        * configure.in : Don't depend on a file that James just deleted
index e590c0f..f1a0437 100644 (file)
@@ -225,6 +225,9 @@ done
 
 DIE=0
 
+#tell Mandrake autoconf wrapper we want autoconf 2.5x, not 2.13
+WANT_AUTOCONF_2_5=1
+export WANT_AUTOCONF_2_5
 version_check autoconf AUTOCONF 'autoconf2.50 autoconf autoconf-2.53' $REQUIRED_AUTOCONF_VERSION \
     "http://ftp.gnu.org/pub/gnu/autoconf/autoconf-$REQUIRED_AUTOCONF_VERSION.tar.gz" || DIE=1
 AUTOHEADER=`echo $AUTOCONF | sed s/autoconf/autoheader/`