]> www.ginac.de Git - ginac.git/blobdiff - aclocal.m4
- change triggered by newer automake version
[ginac.git] / aclocal.m4
index ec789cf509f04410feccc874c781a1bc2a672c18..87d8492d5fa5f4f3d92eb06cdd47715cd62731e4 100644 (file)
@@ -323,12 +323,7 @@ AC_REQUIRE([AC_PROG_LN_S])dnl
 dnl
 
 # Check for any special flags to pass to ltconfig.
-#
-# 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"
-#
+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"