Auto-commit of generated files.

This commit is contained in:
Glenn Morris 2013-05-13 06:17:36 -04:00
parent b0e069c2ac
commit 3766b7428c

4
autogen/configure vendored
View file

@ -8535,7 +8535,7 @@ case "$opsys" in
;;
openbsd)
## Han Boetes <han@mijncomputer.nl> says this is necessary,
## Han Boetes <han@boetes.org> says this is necessary,
## otherwise Emacs dumps core on elf systems.
LD_SWITCH_SYSTEM="-Z"
;;
@ -27741,6 +27741,8 @@ case "$opsys" in
## It seems clearer therefore to put this piece in LD_SWITCH_SYSTEM_TEMACS.
gnu*) LD_SWITCH_SYSTEM_TEMACS="\$(LD_SWITCH_X_SITE_RPATH)" ;;
openbsd) LD_SWITCH_SYSTEM_TEMACS='-nopie' ;;
*) LD_SWITCH_SYSTEM_TEMACS= ;;
esac