From c8a17d30a5c2f3fd44b3721d55ef6422e7bff769 Mon Sep 17 00:00:00 2001 From: Robert Boehne Date: Tue, 13 Feb 2001 20:06:55 +0000 Subject: [PATCH] Removed the AC_REQUIRE of AC_PROG_LIBTOOL from AC_LIBTOOL_CXX. --- ChangeLog | 7 +++++++ libtool.m4 | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a2235a16a..8f55107d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-02-12 Robert Boehne + + * 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 * libtool.m4: Changed aix4* to aix* to set diff --git a/libtool.m4 b/libtool.m4 index e26f14f51..c21d70cf5 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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" -- 2.47.3