From 4b409d0c8fba834ebabfbe170bd625b9ff27ed60 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sun, 14 May 2000 08:07:16 +0000 Subject: [PATCH] * libtool.m4 (_AC_PROG_LIBTOOL): Renamed from... (AC_PROG_LIBTOOL): Just AC_REQUIRE(_AC_PROG_LIBTOOL), to avoid effects of multiple runs. --- ChangeLog | 6 ++++++ libtool.m4 | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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 -- 2.47.3