From: Tim Rice Date: Thu, 22 Sep 2005 06:04:35 +0000 (+0000) Subject: * libtool.m4 (AC_PROG_NM, AC_LIBTOOL_LANG_CXX_CONFIG) X-Git-Tag: release-1-5-22~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6afd1be714b0a6c1cbf28492350a82a9170d2ef;p=thirdparty%2Flibtool.git * libtool.m4 (AC_PROG_NM, AC_LIBTOOL_LANG_CXX_CONFIG) (AC_LIBTOOL_POSTDEP_PREDEP, AC_LIBTOOL_PROG_LD_SHLIBS): Add missing `;;' after case list. --- diff --git a/ChangeLog b/ChangeLog index dbf89731d..b7fb1629d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-09-22 Tim Rice + + * libtool.m4 (AC_PROG_NM, AC_LIBTOOL_LANG_CXX_CONFIG) + (AC_LIBTOOL_POSTDEP_PREDEP, AC_LIBTOOL_PROG_LD_SHLIBS): + Add missing `;;' after case list. + 2005-09-21 Peter Ekberg , * ltmain.in (clean mode): Clean up $dlname as well when cleaning diff --git a/libtool.m4 b/libtool.m4 index 4f38f0596..3d2a1d6fc 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -2388,6 +2388,7 @@ else continue # so that we can try to find one that supports BSD flags ;; esac + ;; esac fi done @@ -2833,6 +2834,7 @@ case $host_os in ;; esac done + ;; esac exp_sym_flag='-bexport' @@ -2870,6 +2872,7 @@ case $host_os in _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= fi + ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then @@ -3759,6 +3762,7 @@ solaris*) _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun' ;; esac + ;; esac ]) @@ -5488,6 +5492,7 @@ EOF break fi done + ;; esac exp_sym_flag='-bexport' @@ -5525,6 +5530,7 @@ EOF _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= fi + ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then @@ -5537,11 +5543,11 @@ EOF # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else - if test "$aix_use_runtimelinking" = yes; then + if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' - fi + fi fi fi