From: Glenn Morris Date: Sun, 10 Feb 2013 03:37:48 +0000 (-0800) Subject: * configure.ac (emacs_config_options): Strip out the (internal) arguments X-Git-Tag: emacs-24.3.90~173^2~7^2~104 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/8b0590de7e8a7572954b078c381ad432eedc9a5d * configure.ac (emacs_config_options): Strip out the (internal) arguments --no-create and --no-recursion. --- diff --git a/ChangeLog b/ChangeLog index 93c3c33372..f1b134aa8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-02-10 Glenn Morris + + * configure.ac (emacs_config_options): Strip out the (internal) + arguments --no-create and --no-recursion. + 2013-02-08 Paul Eggert Merge from gnulib, incorporating: diff --git a/configure.ac b/configure.ac index e122e4c18a..5991f2d9e9 100644 --- a/configure.ac +++ b/configure.ac @@ -4087,7 +4087,7 @@ fi AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "${canonical}", [Define to the canonical Emacs configuration name.]) dnl Replace any embedded " characters (bug#13274). -emacs_config_options=`echo "$emacs_config_options" | sed -e "s/\"/'/g"` +emacs_config_options=`echo "$emacs_config_options " | sed -e 's/--no-create //' -e 's/--no-recursion //' -e 's/ *$//' -e "s/\"/'/g"` AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "${emacs_config_options}", [Define to the options passed to configure.]) AH_TEMPLATE(config_opsysfile, [Some platforms that do not use configure