1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-09 01:05:39 -08:00

Auto-commit of generated files.

This commit is contained in:
Glenn Morris 2013-02-10 06:19:05 -05:00
parent 7ba11bee64
commit 1e8a045abd

2
autogen/configure vendored
View file

@ -16239,7 +16239,7 @@ cat >>confdefs.h <<_ACEOF
#define EMACS_CONFIGURATION "${canonical}"
_ACEOF
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"`
cat >>confdefs.h <<_ACEOF
#define EMACS_CONFIG_OPTIONS "${emacs_config_options}"