diff options
| author | Joakim Verona | 2012-12-28 12:26:50 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-12-28 12:26:50 +0100 |
| commit | f556622ebba2bb5c5a80a30bb4e28f934b29a529 (patch) | |
| tree | 0d1cf1e7d3cdbd98de8dee256f46ee01123db613 | |
| parent | 87bffe234eddab0df299a1acb549be912d10ea6c (diff) | |
| parent | e25a10b7141982f3b52ec59223503b36d4564378 (diff) | |
| download | emacs-f556622ebba2bb5c5a80a30bb4e28f934b29a529.tar.gz emacs-f556622ebba2bb5c5a80a30bb4e28f934b29a529.zip | |
auto upstream
| -rwxr-xr-x | autogen/configure | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen/configure b/autogen/configure index 85e9469c13e..d63c16bb528 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -3330,6 +3330,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ | |||
| 3330 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | 3330 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 3331 | 3331 | ||
| 3332 | 3332 | ||
| 3333 | emacs_config_options="$@" | ||
| 3333 | ac_config_headers="$ac_config_headers src/config.h:src/config.in" | 3334 | ac_config_headers="$ac_config_headers src/config.h:src/config.in" |
| 3334 | 3335 | ||
| 3335 | 3336 | ||
| @@ -16106,9 +16107,10 @@ cat >>confdefs.h <<_ACEOF | |||
| 16106 | #define EMACS_CONFIGURATION "${canonical}" | 16107 | #define EMACS_CONFIGURATION "${canonical}" |
| 16107 | _ACEOF | 16108 | _ACEOF |
| 16108 | 16109 | ||
| 16110 | emacs_config_options=`echo "$emacs_config_options" | sed -e "s/\"/'/g"` | ||
| 16109 | 16111 | ||
| 16110 | cat >>confdefs.h <<_ACEOF | 16112 | cat >>confdefs.h <<_ACEOF |
| 16111 | #define EMACS_CONFIG_OPTIONS "${ac_configure_args}" | 16113 | #define EMACS_CONFIG_OPTIONS "${emacs_config_options}" |
| 16112 | _ACEOF | 16114 | _ACEOF |
| 16113 | 16115 | ||
| 16114 | 16116 | ||