libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HEAD: minor m4 quoting issue


From: Ralf Wildenhues
Subject: Re: HEAD: minor m4 quoting issue
Date: Thu, 25 Aug 2005 15:01:29 +0200
User-agent: Mutt/1.4.1i

* Ralf Wildenhues wrote on Thu, Aug 25, 2005 at 12:37:23PM CEST:
> 
> # List of archive names.  First name is the real one,the rest are links.
>                                                     ^^
> 
> Now I bet a beer this is a pair of m4 quotes missing somewhere in our
> machinery for the _LT_DECLs/_LT_TAGDECLs.  Anybody see this on spot?

D'oh.  OK to apply?

Cheers,
Ralf

        * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
        (_LT_LINKER_SHLIBS): Double-quote unsafe tag variable
        descriptions: they are literals.

Index: libltdl/m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/m4/libtool.m4,v
retrieving revision 1.2
diff -u -r1.2 libtool.m4
--- libltdl/m4/libtool.m4       24 Aug 2005 14:48:30 -0000      1.2
+++ libltdl/m4/libtool.m4       25 Aug 2005 12:58:39 -0000
@@ -2417,10 +2417,10 @@
     [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([], [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 @@
     [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],




reply via email to

[Prev in Thread] Current Thread [Next in Thread]