From: Robert Boehne Date: Tue, 13 Feb 2001 20:06:55 +0000 (+0000) Subject: Removed the AC_REQUIRE of AC_PROG_LIBTOOL from AC_LIBTOOL_CXX. X-Git-Tag: multi-language-merge-point~74 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=c8a17d30a5c2f3fd44b3721d55ef6422e7bff769;p=thirdparty%2Flibtool.git Removed the AC_REQUIRE of AC_PROG_LIBTOOL from AC_LIBTOOL_CXX. --- 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"