RCS file: /sources/libtool/libtool/Attic/libtool.m4,v
retrieving revision 1.314.2.198
diff -u -r1.314.2.198 libtool.m4
|
|
|
6042 | 6042 | ;; |
6043 | 6043 | |
6044 | 6044 | darwin* | rhapsody*) |
6045 | | case $host_os in |
6046 | | rhapsody* | darwin1.[[012]]) |
6047 | | _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress' |
6048 | | ;; |
6049 | | *) # Darwin 1.3 on |
6050 | | if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then |
6051 | | _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' |
6052 | | else |
6053 | | case ${MACOSX_DEPLOYMENT_TARGET} in |
6054 | | 10.[[012]]) |
6055 | | _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' |
6056 | | ;; |
6057 | | 10.*) |
6058 | | _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup' |
6059 | | ;; |
6060 | | esac |
6061 | | fi |
6062 | | ;; |
6063 | | esac |
| 6045 | _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" |
6064 | 6046 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no |
6065 | 6047 | _LT_AC_TAGVAR(hardcode_direct, $1)=no |
6066 | 6048 | _LT_AC_TAGVAR(hardcode_automatic, $1)=yes |