diff options
| author | Glenn Morris | 2013-02-10 06:19:05 -0500 |
|---|---|---|
| committer | Glenn Morris | 2013-02-10 06:19:05 -0500 |
| commit | 1e8a045abd17bc8d2fb74efa977acce995c8252c (patch) | |
| tree | 0f91e509bab5aa8ea6bd085b516650e75bebb105 | |
| parent | 7ba11bee64c8b4c735e016bb28aa3ee6ff7990f5 (diff) | |
| download | emacs-1e8a045abd17bc8d2fb74efa977acce995c8252c.tar.gz emacs-1e8a045abd17bc8d2fb74efa977acce995c8252c.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 4b27e99acf1..1251680b942 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -16239,7 +16239,7 @@ cat >>confdefs.h <<_ACEOF | |||
| 16239 | #define EMACS_CONFIGURATION "${canonical}" | 16239 | #define EMACS_CONFIGURATION "${canonical}" |
| 16240 | _ACEOF | 16240 | _ACEOF |
| 16241 | 16241 | ||
| 16242 | emacs_config_options=`echo "$emacs_config_options" | sed -e "s/\"/'/g"` | 16242 | emacs_config_options=`echo "$emacs_config_options " | sed -e 's/--no-create //' -e 's/--no-recursion //' -e 's/ *$//' -e "s/\"/'/g"` |
| 16243 | 16243 | ||
| 16244 | cat >>confdefs.h <<_ACEOF | 16244 | cat >>confdefs.h <<_ACEOF |
| 16245 | #define EMACS_CONFIG_OPTIONS "${emacs_config_options}" | 16245 | #define EMACS_CONFIG_OPTIONS "${emacs_config_options}" |