From: Alexandre Oliva Date: Wed, 28 Apr 1999 17:36:26 +0000 (+0000) Subject: The previous ChangeLog entry was wrong. It should have been: X-Git-Tag: release-1-3~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d03db0e38459e2c882b49829dc662a5046ce50ba;p=thirdparty%2Flibtool.git The previous ChangeLog entry was wrong. It should have been: * libtool.m4 (AC_ENABLE_SHARED, AC_ENABLE_STATIC, AC_ENABLE_FAST_INSTALL): Do not call AC_BEFORE here, they're AC_REQUIREd by AC_LIBTOOL_SETUP. (AC_DISABLE_SHARED, AC_DISABLE_STATIC, AC_DISABLE_FAST_INSTALL): Call AC_BEFORE here, and now with two arguments, since these do change the default. (AC_LIBLTDL_CONVENIENCE, AC_LIBLTDL_INSTALLABLE): Fix calls to AC_BEFORE. --- diff --git a/ChangeLog b/ChangeLog index 03baff261..deb0aef7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ 1999-04-28 Alexandre Oliva - * libtool.m4 (libtool_flags): Fix calls to AC_BEFORE. - Reported by Gary V. Vaughan + * libtool.m4 (AC_ENABLE_SHARED, AC_ENABLE_STATIC, + AC_ENABLE_FAST_INSTALL): Do not call AC_BEFORE here, they're + AC_REQUIREd by AC_LIBTOOL_SETUP. + (AC_DISABLE_SHARED, AC_DISABLE_STATIC, AC_DISABLE_FAST_INSTALL): + Call AC_BEFORE here, and now with two arguments, since these do + change the default. + (AC_LIBLTDL_CONVENIENCE, AC_LIBLTDL_INSTALLABLE): Fix calls to + AC_BEFORE. 1999-04-28 Gary V. Vaughan