libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] missing AC_PREREQ(2.50) in libtool.m4


From: Ossama Othman
Subject: [PATCH] missing AC_PREREQ(2.50) in libtool.m4
Date: Wed, 1 Aug 2001 23:21:36 -0700
User-agent: Mutt/1.2.5i

Hi,

Okay to commit?

Index: ChangeLog
===================================================================
RCS file: /cvs/libtool/ChangeLog,v
retrieving revision 1.1000
diff -u -r1.1000 ChangeLog
--- ChangeLog   2001/08/01 06:50:16     1.1000
+++ ChangeLog   2001/08/02 06:20:13
@@ -1,3 +1,9 @@
+2001-08-01  Ossama Othman  <address@hidden>
+
+       * 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  <address@hidden>
 
        * ltdl.m4: Bump serial number.

Index: libtool.m4
===================================================================
RCS file: /cvs/libtool/libtool.m4,v
retrieving revision 1.209
diff -u -r1.209 libtool.m4
--- libtool.m4  2001/07/31 22:57:34     1.209
+++ libtool.m4  2001/08/02 06:19:41
@@ -78,7 +78,7 @@
 # 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


-Ossama
-- 
Ossama Othman <address@hidden>
Distributed Object Computing Laboratory, Univ. of California at Irvine
1024D/F7A394A8 - 84ED AA0B 1203 99E4 1068  70E6 5EB7 5E71 F7A3 94A8



reply via email to

[Prev in Thread] Current Thread [Next in Thread]