From: Peter O'Gorman Date: Tue, 13 Jan 2004 12:24:52 +0000 (+0000) Subject: * m4/libtool.m4: Quote shrext as it is evaled in ltmain. X-Git-Tag: release-1-9b~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=454327bf10921509e7e9a761c510285eb5b65be9;p=thirdparty%2Flibtool.git * m4/libtool.m4: Quote shrext as it is evaled in ltmain. --- diff --git a/ChangeLog b/ChangeLog index ded50254f..50eb91045 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-13 Peter O'Gorman + + * m4/libtool.m4: Quote shrext as it is evaled in ltmain. + 2004-01-11 Scott James Remnant * ltmain.in: new -precious-files-regex link mode option diff --git a/m4/libtool.m4 b/m4/libtool.m4 index faec4cb36..d619d6e6f 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -4326,7 +4326,7 @@ AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl -_LT_DECL([], [shrext], [0], [Shared library suffix (normally ".so")])dnl +_LT_DECL([], [shrext], [1], [Shared library suffix (normally ".so")])dnl _LT_DECL([], [extract_expsyms_cmds], [2], [The commands to extract the exported symbol list from a shared archive])