diff options
| -rwxr-xr-x | autogen/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen/configure b/autogen/configure index 45d5b7954c9..cde9f41c440 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -17169,7 +17169,7 @@ cat >>confdefs.h <<_ACEOF | |||
| 17169 | #define EMACS_CONFIGURATION "${canonical}" | 17169 | #define EMACS_CONFIGURATION "${canonical}" |
| 17170 | _ACEOF | 17170 | _ACEOF |
| 17171 | 17171 | ||
| 17172 | emacs_config_options=`echo "$emacs_config_options " | sed -e 's/--no-create //' -e 's/--no-recursion //' -e 's/ *$//' -e "s/\"/'/g"` | 17172 | emacs_config_options=`echo "$emacs_config_options " | sed -e 's/--no-create //' -e 's/--no-recursion //' -e 's/ *$//' -e "s/\"/'/g" -e 's/\\\\/\\\\\\\\/g'` |
| 17173 | 17173 | ||
| 17174 | cat >>confdefs.h <<_ACEOF | 17174 | cat >>confdefs.h <<_ACEOF |
| 17175 | #define EMACS_CONFIG_OPTIONS "${emacs_config_options}" | 17175 | #define EMACS_CONFIG_OPTIONS "${emacs_config_options}" |