mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* m4/libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [darwin*]: Fix a typo
in allow_undefined_flag: s,${Wl},${wl},g
This commit is contained in:
parent
cab5f352d5
commit
9396857759
@ -1,5 +1,8 @@
|
||||
2004-06-17 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* m4/libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [darwin*]: Fix a typo
|
||||
in allow_undefined_flag: s,${Wl},${wl},g
|
||||
|
||||
* libtoolize.in (func_scan_files): Accept AC_WITH_LTDL as an
|
||||
indication that libltdl is being used.
|
||||
(Main): Without AC_CONFIG_MACRO_DIR, don't just dump all the
|
||||
|
4
m4/libtool.m4
vendored
4
m4/libtool.m4
vendored
@ -3840,7 +3840,7 @@ _LT_EOF
|
||||
;;
|
||||
*) # Darwin 1.3 on
|
||||
if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
|
||||
_LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${Wl}suppress'
|
||||
_LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
|
||||
else
|
||||
case ${MACOSX_DEPLOYMENT_TARGET} in
|
||||
10.[[012]])
|
||||
@ -4767,7 +4767,7 @@ if test -n "$compiler"; then
|
||||
;;
|
||||
*) # Darwin 1.3 on
|
||||
if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
|
||||
_LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${Wl}suppress'
|
||||
_LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
|
||||
else
|
||||
case ${MACOSX_DEPLOYMENT_TARGET} in
|
||||
10.[[012]])
|
||||
|
Loading…
Reference in New Issue
Block a user