summaryrefslogtreecommitdiff
path: root/autogen
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-12-28 06:17:36 -0500
committerGlenn Morris <rgm@gnu.org>2012-12-28 06:17:36 -0500
commite25a10b7141982f3b52ec59223503b36d4564378 (patch)
treeea41fc503f7da40ff3842fc488229a7d6a01a7ff /autogen
parent7c3e220a6e0d6775080d8eb382a629b1e237a058 (diff)
downloademacs-e25a10b7141982f3b52ec59223503b36d4564378.tar.gz
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-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 $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
+emacs_config_options="$@"
ac_config_headers="$ac_config_headers src/config.h:src/config.in"
@@ -16106,9 +16107,10 @@ cat >>confdefs.h <<_ACEOF
#define EMACS_CONFIGURATION "${canonical}"
_ACEOF
+emacs_config_options=`echo "$emacs_config_options" | sed -e "s/\"/'/g"`
cat >>confdefs.h <<_ACEOF
-#define EMACS_CONFIG_OPTIONS "${ac_configure_args}"
+#define EMACS_CONFIG_OPTIONS "${emacs_config_options}"
_ACEOF