Auto-commit of generated files.

This commit is contained in:
Glenn Morris 2013-02-15 07:17:45 -05:00
parent ef862e206a
commit 1d461514ab

8
autogen/configure vendored
View file

@ -15521,6 +15521,12 @@ case $opsys in
;;
aix*)
$as_echo "#define DATA_START 0x20000000" >>confdefs.h
$as_echo "#define DATA_SEG_BITS 0x20000000" >>confdefs.h
;;
hpux*)
$as_echo "#define DATA_START 0x40000000" >>confdefs.h
@ -15615,7 +15621,7 @@ esac
case $opsys in
aix4-2 | hpux* | unixware)
hpux* | unixware)
$as_echo "#define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE" >>confdefs.h
;;