diff options
| author | Glenn Morris | 2013-08-14 06:17:37 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-08-14 06:17:37 -0400 |
| commit | 1ee025605e24c0cd99acc5af5c16412ff6ae2cd3 (patch) | |
| tree | 8ddfd327f7340b3e5ee5eb6c87464bc5768c7389 | |
| parent | c660a885dfd57e979911e3d6069f8b6b05948347 (diff) | |
| download | emacs-1ee025605e24c0cd99acc5af5c16412ff6ae2cd3.tar.gz emacs-1ee025605e24c0cd99acc5af5c16412ff6ae2cd3.zip | |
Auto-commit of generated files.
| -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}" |