From: Tim Rice Date: Thu, 22 Sep 2005 06:03:59 +0000 (+0000) Subject: * libltdl/m4/libtool.m4 (LT_PATH_NM, _LT_LINKER_SHLIBS) X-Git-Tag: release-2-1b~505 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a95fd21401069e849bc656cfdcebb6b1e6f3c700;p=thirdparty%2Flibtool.git * libltdl/m4/libtool.m4 (LT_PATH_NM, _LT_LINKER_SHLIBS) (_LT_LANG_CXX_CONFIG, _LT_SYS_HIDDEN_LIBDEPS): Add missing `;;' after case list. --- diff --git a/ChangeLog b/ChangeLog index 0b11505cc..0c04fec7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-09-22 Tim Rice + + * libltdl/m4/libtool.m4 (LT_PATH_NM, _LT_LINKER_SHLIBS) + (_LT_LANG_CXX_CONFIG, _LT_SYS_HIDDEN_LIBDEPS): + Add missing `;;' after case list. + 2005-09-22 Peter Ekberg , Ralf Wildenhues diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index daa7ae79c..9750e1fee 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -2902,6 +2902,7 @@ else continue # so that we can try to find one that supports BSD flags ;; esac + ;; esac fi done @@ -4076,6 +4077,7 @@ _LT_EOF break fi done + ;; esac exp_sym_flag='-bexport' @@ -4114,6 +4116,7 @@ _LT_EOF _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi + ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then @@ -4126,11 +4129,11 @@ _LT_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 @@ -5069,6 +5072,7 @@ if test "$_lt_caught_CXX_error" != yes; then ;; esac done + ;; esac exp_sym_flag='-bexport' @@ -6036,6 +6040,7 @@ solaris*) _LT_TAGVAR(postdeps,$1)='-lCstd -lCrun' ;; esac + ;; esac ])