aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-01-12 06:17:37 -0500
committerGlenn Morris2013-01-12 06:17:37 -0500
commitd122dcbf33ca7db8696c8cdccaea15b3200d7e36 (patch)
tree630ee1dc126aaa36396f78b5502915a47ad530c1
parentbdc9b756cdbfd3dc2b8b2175816d4a81c7021a8d (diff)
downloademacs-d122dcbf33ca7db8696c8cdccaea15b3200d7e36.tar.gz
emacs-d122dcbf33ca7db8696c8cdccaea15b3200d7e36.zip
Auto-commit of generated files.
-rw-r--r--autogen/config.in4
-rwxr-xr-xautogen/configure10
2 files changed, 0 insertions, 14 deletions
diff --git a/autogen/config.in b/autogen/config.in
index 68f2c426ffa..b02b1fe462a 100644
--- a/autogen/config.in
+++ b/autogen/config.in
@@ -160,10 +160,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
160/* Mark a secondary stack, like the register stack on the ia64. */ 160/* Mark a secondary stack, like the register stack on the ia64. */
161#undef GC_MARK_SECONDARY_STACK 161#undef GC_MARK_SECONDARY_STACK
162 162
163/* Define to GC_USE_GCPROS_AS_BEFORE if conservative garbage collection is not
164 known to work. */
165#undef GC_MARK_STACK
166
167/* Define if setjmp is known to save all registers relevant for conservative 163/* Define if setjmp is known to save all registers relevant for conservative
168 garbage collection in the jmp_buf. */ 164 garbage collection in the jmp_buf. */
169#undef GC_SETJMP_WORKS 165#undef GC_SETJMP_WORKS
diff --git a/autogen/configure b/autogen/configure
index e1df418eede..750e8a8087d 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -15707,14 +15707,7 @@ esac
15707 15707
15708 15708
15709 15709
15710
15711
15712case $opsys in 15710case $opsys in
15713 aix4-2 | hpux* | unixware)
15714 $as_echo "#define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE" >>confdefs.h
15715
15716 ;;
15717
15718 gnu-linux | gnu-kfreebsd ) 15711 gnu-linux | gnu-kfreebsd )
15719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 15712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15720/* end confdefs.h. */ 15713/* end confdefs.h. */
@@ -15739,9 +15732,6 @@ _ACEOF
15739if ac_fn_c_try_cpp "$LINENO"; then : 15732if ac_fn_c_try_cpp "$LINENO"; then :
15740 $as_echo "#define GC_SETJMP_WORKS 1" >>confdefs.h 15733 $as_echo "#define GC_SETJMP_WORKS 1" >>confdefs.h
15741 15734
15742else
15743 $as_echo "#define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE" >>confdefs.h
15744
15745fi 15735fi
15746rm -f conftest.err conftest.$ac_ext 15736rm -f conftest.err conftest.$ac_ext
15747 ;; 15737 ;;