]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac (EMACS_CONFIGURATION): Escape backslashes.
authorUlrich Mueller <ulm@gentoo.org>
Wed, 14 Aug 2013 02:15:01 +0000 (22:15 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 14 Aug 2013 02:15:01 +0000 (22:15 -0400)
Fixes: debbugs:15091
ChangeLog
configure.ac

index c0b7d9671130c1d173ba012705814957f3b23736..23e4b0386635f944a3f9b411f78b9d9b9b91dd4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-14  Ulrich Müller  <ulm@gentoo.org>
+
+       * configure.ac (EMACS_CONFIGURATION): Escape backslashes.  (Bug#15091)
+
 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
 
        * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
index 20054fd6d2f8b5eb53af27650f779af33c3822c2..61ea613e2878aefe45c5e8f98516d4f0a3046f92 100644 (file)
@@ -4439,7 +4439,7 @@ fi
 AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION,  "${canonical}",
                   [Define to the canonical Emacs configuration name.])
 dnl Replace any embedded " characters (bug#13274).
-emacs_config_options=`echo "$emacs_config_options " | sed -e 's/--no-create //' -e 's/--no-recursion //' -e 's/ *$//' -e "s/\"/'/g"`
+emacs_config_options=`echo "$emacs_config_options " | sed -e 's/--no-create //' -e 's/--no-recursion //' -e 's/ *$//' -e "s/\"/'/g" -e 's/\\\\/\\\\\\\\/g'`
 AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "${emacs_config_options}",
                   [Define to the options passed to configure.])
 AH_TEMPLATE(config_opsysfile, [Some platforms that do not use configure