From kde-commits Wed Mar 23 16:07:03 2005 From: David Faure Date: Wed, 23 Mar 2005 16:07:03 +0000 To: kde-commits Subject: kde-common/admin Message-Id: <20050323160703.9FFC83CD () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111159404109765 CVS commit by faure: Patch from Luís Pedro Coelho for kde on darwin. M +9 -9 libtool.m4.in 1.86 --- kde-common/admin/libtool.m4.in #1.85:1.86 @@ -2565,12 +2565,12 @@ *) # Darwin 1.3 on if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then - allow_undefined_flag='-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]) - allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' ;; 10.*) - allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup' + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup' ;; esac @@ -2888,12 +2888,12 @@ *) # Darwin 1.3 on if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then - allow_undefined_flag='-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]) - allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' ;; 10.*) - allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup' + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup' ;; esac @@ -5339,12 +5339,12 @@ *) # Darwin 1.3 on if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then - allow_undefined_flag='-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]) - allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' ;; 10.*) - allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup' + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup' ;; esac