From bd04a5981e1ace7e33077cfd1701fe354f63a418 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Crozat?= Date: Wed, 26 Feb 2003 09:33:39 +0000 Subject: [PATCH] set WANT_AUTOCONF_2_5 variable to tell Mandrake autoconf wrapper we want * 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 | 5 +++++ macros2/autogen.sh | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3480dc0..9b36a9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-26 Frederic Crozat + + * 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 * configure.in : Don't depend on a file that James just deleted diff --git a/macros2/autogen.sh b/macros2/autogen.sh index e590c0f..f1a0437 100644 --- a/macros2/autogen.sh +++ b/macros2/autogen.sh @@ -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/` -- 2.7.4