]> www.ginac.de Git - ginac.git/blobdiff - aclocal.m4
- building GiNaC will no longer bomb if Doxygen is not present
[ginac.git] / aclocal.m4
index 87d8492d5fa5f4f3d92eb06cdd47715cd62731e4..ec789cf509f04410feccc874c781a1bc2a672c18 100644 (file)
@@ -323,7 +323,12 @@ AC_REQUIRE([AC_PROG_LN_S])dnl
 dnl
 
 # Check for any special flags to pass to ltconfig.
-libtool_flags="--cache-file=$cache_file"
+#
+# the following will cause an existing older ltconfig to fail, so
+# we ignore this at the expense of the cache file... Checking this 
+# will just take longer ... bummer!
+#libtool_flags="--cache-file=$cache_file"
+#
 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"