]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4: Quote shrext as it is evaled in ltmain.
authorPeter O'Gorman <peter@pogma.com>
Tue, 13 Jan 2004 12:24:52 +0000 (12:24 +0000)
committerPeter O'Gorman <peter@pogma.com>
Tue, 13 Jan 2004 12:24:52 +0000 (12:24 +0000)
ChangeLog
m4/libtool.m4

index ded50254f528f2a1b519bd34224d5d3d85bd7613..50eb91045b44c099aaced911e8a51ee66da37ea7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-13  Peter O'Gorman  <peter@pogma.com>
+
+       * m4/libtool.m4: Quote shrext as it is evaled in ltmain.
+       
 2004-01-11  Scott James Remnant  <scott@netsplit.com>
 
        * ltmain.in: new -precious-files-regex link mode option
index faec4cb369481d952ccd9d32eeed0f0893d93ae9..d619d6e6f915fcba40661ab972bba7d3a75a435e 100644 (file)
@@ -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])