From: Bob Friesenhahn Date: Fri, 2 Jan 2004 02:18:03 +0000 (+0000) Subject: Joe Orton X-Git-Tag: release-1-9b~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4c9b05ac5c44423ae868d6b87ddc0bdd7c8f86f;p=thirdparty%2Flibtool.git Joe Orton * 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. --- diff --git a/ChangeLog b/ChangeLog index ebfd1769a..65686d66d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-01-02 Bob Friesenhahn + Joe Orton + + * 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 Updated all copyright notices to include 2004. diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 8b19a216b..a448d37b2 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -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