aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-02-11 06:17:34 -0500
committerGlenn Morris2013-02-11 06:17:34 -0500
commit2f559cd2a194c0f1fcf6ea46ad42ee3bc9b036d4 (patch)
treef07d2de2978c0a698aae1f1af02d2217543fed45
parentadd89f61bdf44020ea4a8a571268d79ce995bd98 (diff)
downloademacs-2f559cd2a194c0f1fcf6ea46ad42ee3bc9b036d4.tar.gz
emacs-2f559cd2a194c0f1fcf6ea46ad42ee3bc9b036d4.zip
Auto-commit of generated files.
-rwxr-xr-xautogen/configure12
1 files changed, 12 insertions, 0 deletions
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 $
3367ac_compiler_gnu=$ac_cv_c_compiler_gnu 3367ac_compiler_gnu=$ac_cv_c_compiler_gnu
3368 3368
3369 3369
3370
3370emacs_config_options="$@" 3371emacs_config_options="$@"
3372## Add some environment variables, if they were passed via the environment
3373## rather than on the command-line.
3374for var in CFLAGS CPPFLAGS LDFLAGS; do
3375 case "$emacs_config_options" in
3376 *$var=*) continue ;;
3377 esac
3378 eval val="\$${var}"
3379 test x"$val" = x && continue
3380 emacs_config_options="${emacs_config_options}${emacs_config_options:+ }$var=$val"
3381done
3382
3371ac_config_headers="$ac_config_headers src/config.h:src/config.in" 3383ac_config_headers="$ac_config_headers src/config.h:src/config.in"
3372 3384
3373 3385