From: Alexandre Oliva Date: Sun, 14 May 2000 08:07:16 +0000 (+0000) Subject: * libtool.m4 (_AC_PROG_LIBTOOL): Renamed from... X-Git-Tag: release-1-3d~179 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b409d0c8fba834ebabfbe170bd625b9ff27ed60;p=thirdparty%2Flibtool.git * libtool.m4 (_AC_PROG_LIBTOOL): Renamed from... (AC_PROG_LIBTOOL): Just AC_REQUIRE(_AC_PROG_LIBTOOL), to avoid effects of multiple runs. --- diff --git a/ChangeLog b/ChangeLog index a1ccedfe6..04a1bb0c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-05-14 Alexandre Oliva + + * libtool.m4 (_AC_PROG_LIBTOOL): Renamed from... + (AC_PROG_LIBTOOL): Just AC_REQUIRE(_AC_PROG_LIBTOOL), to avoid + effects of multiple runs. + 2000-05-11 Thomas Tanner * NEWS: update diff --git a/libtool.m4 b/libtool.m4 index 2094a21b5..eb380e8d0 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -21,8 +21,9 @@ ## configuration script generated by Autoconf, you may include it under ## the same distribution terms that you use for the rest of that program. -# serial 42 AC_PROG_LIBTOOL -AC_DEFUN(AC_PROG_LIBTOOL, +# serial 43 AC_PROG_LIBTOOL +AC_DEFUN(AC_PROG_LIBTOOL,[AC_REQUIRE([_AC_PROG_LIBTOOL])]) +AC_DEFUN(_AC_PROG_LIBTOOL, [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl # Save cache, so that ltconfig can load it