]> git.eshelyaron.com Git - emacs.git/commitdiff
Auto-commit of generated files.
authorGlenn Morris <rgm@gnu.org>
Wed, 14 Aug 2013 10:17:37 +0000 (06:17 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 14 Aug 2013 10:17:37 +0000 (06:17 -0400)
autogen/configure

index 45d5b7954c9c084886b759c6df01e494995e3b23..cde9f41c440852cd3b81df232aaebefb2506ea7d 100755 (executable)
@@ -17169,7 +17169,7 @@ cat >>confdefs.h <<_ACEOF
 #define EMACS_CONFIGURATION "${canonical}"
 _ACEOF
 
-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'`
 
 cat >>confdefs.h <<_ACEOF
 #define EMACS_CONFIG_OPTIONS "${emacs_config_options}"