From: Ossama Othman Date: Fri, 3 Aug 2001 18:30:09 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_SETUP): Require Autoconf-2.50 via the X-Git-Tag: release-1-4d~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b3ed2280bdbf312b60b80bbf9a617ac6640975d;p=thirdparty%2Flibtool.git * libtool.m4 (AC_LIBTOOL_SETUP): Require Autoconf-2.50 via the AC_PREREQ autoconf macro since the new libtool macros utilize macros from that version of Autoconf. --- diff --git a/ChangeLog b/ChangeLog index 12b979370..3a5250880 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-08-01 Ossama Othman + + * libtool.m4 (AC_LIBTOOL_SETUP): Require Autoconf-2.50 via the + AC_PREREQ autoconf macro since the new libtool macros utilize + macros from that version of Autoconf. + 2001-08-01 Gary V. Vaughan * ltdl.m4: Bump serial number. diff --git a/libtool.m4 b/libtool.m4 index 8a08247b0..13b27ff2b 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -78,7 +78,7 @@ define([AC_PROG_LIBTOOL], []) # AC_LIBTOOL_SETUP # ---------------- AC_DEFUN([AC_LIBTOOL_SETUP], -[AC_PREREQ(2.13)dnl +[AC_PREREQ(2.50)dnl AC_REQUIRE([AC_ENABLE_SHARED])dnl AC_REQUIRE([AC_ENABLE_STATIC])dnl AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl