+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
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"