aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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