]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_SETUP): Require Autoconf-2.50 via the
authorOssama Othman <ossama@doc.ece.uci.edu>
Fri, 3 Aug 2001 18:30:09 +0000 (18:30 +0000)
committerOssama Othman <ossama@debian.org>
Fri, 3 Aug 2001 18:30:09 +0000 (18:30 +0000)
AC_PREREQ autoconf macro since the new libtool macros utilize
macros from that version of Autoconf.

ChangeLog
libtool.m4

index 12b979370890b067df445e0f03cd9d80b918db23..3a5250880745b9cf0601e371fc502e6ac513ed44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-01  Ossama Othman  <ossama@doc.ece.uci.edu>
+
+       * 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  <gary@gnu.org>
 
        * ltdl.m4: Bump serial number.
index 8a08247b0b1db4ee4cf2316a1c37e97f2fda0533..13b27ff2bc3031c56fb15f1b8717cef26f624215 100644 (file)
@@ -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