X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=aclocal.m4;h=87d8492d5fa5f4f3d92eb06cdd47715cd62731e4;hp=ec789cf509f04410feccc874c781a1bc2a672c18;hb=b08505c6c50a4c0310d096cb62774ccd53db7b0a;hpb=7f5c4a3bf708434be9000f4cfea339eb92a5da90 diff --git a/aclocal.m4 b/aclocal.m4 index ec789cf5..87d8492d 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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"