]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Removed the AC_REQUIRE of AC_PROG_LIBTOOL from AC_LIBTOOL_CXX.
authorRobert Boehne <rboehne@ricardo-us.com>
Tue, 13 Feb 2001 20:06:55 +0000 (20:06 +0000)
committerRobert Boehne <rboehne@gnu.org>
Tue, 13 Feb 2001 20:06:55 +0000 (20:06 +0000)
ChangeLog
libtool.m4

index a2235a16a5e23809caf934be6e9878ec12b56c96..8f55107d7ece1e1927fa186115dab5406fb02cdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-02-12  Robert Boehne  <rboehne@ricardo-us.com>
+
+        * libtool.m4: Removed the AC_REQUIRE of
+        AC_PROG_LIBTOOL from AC_LIBTOOL_CXX.
+        This caused a circular dependency using
+        CVS autoconf on the tagdemo directory.
+
 2001-02-12  Robert Boehne  <rboehne@ricardo-us.com>
 
         * libtool.m4: Changed aix4* to aix* to set
index e26f14f516ec3018ff1b191345037ae15b4d4892..c21d70cf5442d3e092ac9486f2cae486b0e3d9ef 100644 (file)
@@ -779,8 +779,7 @@ ifdef([AC_PROVIDE_IFELSE],
 AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_AC_LIBTOOL_CXX])])
 
 AC_DEFUN([_AC_LIBTOOL_CXX],
-[AC_REQUIRE([AC_PROG_LIBTOOL])
-AC_REQUIRE([AC_PROG_CXX])
+[AC_REQUIRE([AC_PROG_CXX])
 AC_REQUIRE([AC_PROG_CXXCPP])
 LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh"
 lt_save_CC="$CC"