]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 26 Aug 2005 09:58:39 +0000 (09:58 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 26 Aug 2005 09:58:39 +0000 (09:58 +0000)
(_LT_LINKER_SHLIBS): Double-quote unsafe tag variable
descriptions: they are literals.

ChangeLog
libltdl/m4/libtool.m4

index 961cf980e2309f556255e014afa3c8ef793ac641..4389f53a71c131b98db7f2e2d48d06ac406a6b2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
+       (_LT_LINKER_SHLIBS): Double-quote unsafe tag variable
+       descriptions: they are literals.
+
 2005-08-25  Peter Ekberg  <peda@lysator.liu.se>
            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
index a8dfecc95ddd12796adc2d133887f4c700953dff..835647f1cbaba6c32e32cc8dc29de31a910e328e 100644 (file)
@@ -2417,10 +2417,10 @@ _LT_DECL([], [shlibpath_overrides_runpath], [0],
     [Is shibpath searched before the hard-coded library search path?])
 _LT_DECL([], [libname_spec], [1], [Format of library name prefix])
 _LT_DECL([], [library_names_spec], [1],
-    [List of archive names.  First name is the real one, the rest are links.
-    The last name is the one that the linker finds with -lNAME])
+    [[List of archive names.  First name is the real one, the rest are links.
+    The last name is the one that the linker finds with -lNAME]])
 _LT_DECL([], [soname_spec], [1],
-    [The coded name of the library, if different from the real name])
+    [[The coded name of the library, if different from the real name]])
 _LT_DECL([], [postinstall_cmds], [2],
     [Command to use after installation of a shared archive])
 _LT_DECL([], [postuninstall_cmds], [2],
@@ -2428,8 +2428,8 @@ _LT_DECL([], [postuninstall_cmds], [2],
 _LT_DECL([], [finish_cmds], [2],
     [Commands used to finish a libtool library installation in a directory])
 _LT_DECL([], [finish_eval], [1],
-    [As "finish_cmds", except a single script fragment to be evaled but
-    not shown])
+    [[As "finish_cmds", except a single script fragment to be evaled but
+    not shown]])
 _LT_DECL([], [hardcode_into_libs], [0],
     [Whether we should hardcode library paths into libraries])
 _LT_DECL([], [sys_lib_search_path_spec], [2],
@@ -4714,8 +4714,8 @@ _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
     [Flag to hardcode $libdir into a binary during linking.
     This must work even if $libdir does not exist])
 _LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1],
-    [If ld is used when linking, flag to hardcode $libdir into a binary
-    during linking.  This must work even if $libdir does not exist])
+    [[If ld is used when linking, flag to hardcode $libdir into a binary
+    during linking.  This must work even if $libdir does not exist]])
 _LT_TAGDECL([], [hardcode_libdir_separator], [1],
     [Whether we need a single "-rpath" flag with a separated argument])
 _LT_TAGDECL([], [hardcode_direct], [0],