]> git.pld-linux.org Git - packages/libtool.git/blob - libtool-cache.patch
- simplifications in %files.
[packages/libtool.git] / libtool-cache.patch
1 --- libtool-1.2f/libtool.m4~    Fri Mar 12 13:47:07 1999
2 +++ libtool-1.2f/libtool.m4     Fri Mar 26 14:24:18 1999
3 @@ -68,7 +68,12 @@
4  dnl
5  
6  # Check for any special flags to pass to ltconfig.
7 -libtool_flags="--cache-file=$cache_file"
8 +#
9 +# the following will cause an existing older ltconfig to fail, so
10 +# we ignore this at the expense of the cache file... Checking this 
11 +# will just take longer ... bummer!
12 +#libtool_flags="--cache-file=$cache_file"
13 +#
14  test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
15  test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
16  test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
This page took 0.036387 seconds and 3 git commands to generate.