]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Joe Orton <joe@manyfish.co.uk>
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Fri, 2 Jan 2004 02:18:03 +0000 (02:18 +0000)
committerScott James Remnant <scott@netsplit.com>
Fri, 2 Jan 2004 02:18:03 +0000 (02:18 +0000)
* m4/libtool.m4 (AC_LIBTOOL_CONFIG): Add extra blackslash
in front of all the inner double-quotes as this is removed
on Solaris, IRIX and AIX leading to broken definitions
in config.status.

ChangeLog
m4/libtool.m4

index ebfd1769ad810ca024c9b879db0e5a99269dfe4b..65686d66d213df24dc7543bd33e0c8a04ce2ab1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-01-02  Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
+       Joe Orton <joe@manyfish.co.uk>
+
+       * m4/libtool.m4 (AC_LIBTOOL_CONFIG): Add extra blackslash
+       in front of all the inner double-quotes as this is removed
+       on Solaris, IRIX and AIX leading to broken definitions
+       in config.status.
+
 2004-01-02  Scott James Remnant  <scott@netsplit.com>
 
        Updated all copyright notices to include 2004.
index 8b19a216b23964fa64f15164ea71a1195d23581f..a448d37b250f0c3e0ff9c51060e0cd703e63e25a 100644 (file)
@@ -4425,10 +4425,10 @@ _LT_EOF
     old_postinstall_cmds | old_postuninstall_cmds | \
     sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
       # Double-quote double-evaled strings.
-      eval "lt_\$var=\\\\\"\\\`\\\$echo \"X\\\$\$var\" | \\\$Xsed -e \"\\\$double_quote_subst\" -e \"\\\$sed_quote_subst\" -e \"\\\$delay_variable_subst\"\\\`\\\\\""
+      eval "lt_\$var=\\\\\\"\\\`\\\$echo \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
       ;;
     *)
-      eval "lt_\$var=\\\\\"\\\`\\\$echo \"X\\\$\$var\" | \\\$Xsed -e \"\\\$sed_quote_subst\"\\\`\\\\\""
+      eval "lt_\$var=\\\\\\"\\\`\\\$echo \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
       ;;
     esac
   done