added -headerpad_max_install_names option to generated shared-ld script

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2003-12-13 20:21:35 +00:00
parent 2442ce1bf1
commit d337031039

2
aclocal.m4 vendored
View File

@ -1326,7 +1326,7 @@ while test \${#} -gt 0; do
shift
;;
-l*|-L*|-flat_namespace)
-l*|-L*|-flat_namespace|-headerpad_max_install_names)
# collect these options
args="\${args} \${1}"
;;