aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Verona2012-12-28 12:26:50 +0100
committerJoakim Verona2012-12-28 12:26:50 +0100
commitf556622ebba2bb5c5a80a30bb4e28f934b29a529 (patch)
tree0d1cf1e7d3cdbd98de8dee256f46ee01123db613
parent87bffe234eddab0df299a1acb549be912d10ea6c (diff)
parente25a10b7141982f3b52ec59223503b36d4564378 (diff)
downloademacs-f556622ebba2bb5c5a80a30bb4e28f934b29a529.tar.gz
emacs-f556622ebba2bb5c5a80a30bb4e28f934b29a529.zip
auto upstream
-rwxr-xr-xautogen/configure4
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 $
3330ac_compiler_gnu=$ac_cv_c_compiler_gnu 3330ac_compiler_gnu=$ac_cv_c_compiler_gnu
3331 3331
3332 3332
3333emacs_config_options="$@"
3333ac_config_headers="$ac_config_headers src/config.h:src/config.in" 3334ac_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
16110emacs_config_options=`echo "$emacs_config_options" | sed -e "s/\"/'/g"`
16109 16111
16110cat >>confdefs.h <<_ACEOF 16112cat >>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