mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Deleted a vital `;;'
terminator from a case statement by mistake.
This commit is contained in:
parent
e927e43114
commit
f8d415aeef
@ -1,5 +1,10 @@
|
||||
2000-09-07 Gary V. Vaughan <gvv@techie.com>
|
||||
|
||||
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Deleted a vital `;;'
|
||||
terminator from a case statement by mistake.
|
||||
|
||||
2000-09-06 Gary V. Vaughan <gvv@techie.com>
|
||||
|
||||
libtool.m4 now contains a version of the code that used to run
|
||||
from ltconfig, so that ltmain.sh and then libtool are
|
||||
generated at configure time.
|
||||
|
1
libtool.m4
vendored
1
libtool.m4
vendored
@ -1448,6 +1448,7 @@ freebsd*)
|
||||
case "$host_os" in
|
||||
freebsd2*)
|
||||
shlibpath_overrides_runpath=yes
|
||||
;;
|
||||
*)
|
||||
shlibpath_overrides_runpath=no
|
||||
hardcode_into_libs=yes
|
||||
|
Loading…
Reference in New Issue
Block a user