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=4fb81453461f004b7334bac10d1eed60ac9837b8;hpb=0a68f1165c65a61d6f6ab6ef47485c9c8193b560 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"