From: Glenn Morris Date: Mon, 11 Feb 2013 11:17:34 +0000 (-0500) Subject: Auto-commit of generated files. X-Git-Tag: emacs-24.3.90~173^2~7^2~89 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f559cd2a194c0f1fcf6ea46ad42ee3bc9b036d4;p=emacs.git Auto-commit of generated files. --- diff --git a/autogen/configure b/autogen/configure index 1251680b942..8226d489f72 100755 --- a/autogen/configure +++ b/autogen/configure @@ -3367,7 +3367,19 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu + emacs_config_options="$@" +## Add some environment variables, if they were passed via the environment +## rather than on the command-line. +for var in CFLAGS CPPFLAGS LDFLAGS; do + case "$emacs_config_options" in + *$var=*) continue ;; + esac + eval val="\$${var}" + test x"$val" = x && continue + emacs_config_options="${emacs_config_options}${emacs_config_options:+ }$var=$val" +done + ac_config_headers="$ac_config_headers src/config.h:src/config.in"