Revision: 6041
Author: ek.kato
Date: Sun Oct 25 21:55:31 2009
Log: * Merge r5629:6037 from libgcroots-trunk.
http://code.google.com/p/uim/source/detail?r=6041
Modified:
/branches/libgcroots-0.2
/branches/libgcroots-0.2/autogen.sh
/branches/libgcroots-0.2/mach_dep.c
=======================================
--- /branches/libgcroots-0.2/autogen.sh Sun Dec 24 12:18:56 2006
+++ /branches/libgcroots-0.2/autogen.sh Sun Oct 25 21:55:31 2009
@@ -8,7 +8,7 @@
# 1.7 caused weird am__remove_distdir on my env. So I made 1.10 most
# preferable. -- YamaKen 2006-12-25
am_version=
-for v in 1.10 1.7 1.9 1.8; do
+for v in 1.11 1.10 1.7 1.9 1.8; do
if type -p &>/dev/null automake-$v; then
am_version="-$v"
break
=======================================
--- /branches/libgcroots-0.2/mach_dep.c Wed Jul 18 19:09:56 2007
+++ /branches/libgcroots-0.2/mach_dep.c Sun Oct 25 21:55:31 2009
@@ -160,7 +160,7 @@
# undef HAVE_PUSH_REGS
#endif
-#if !defined(HAVE_PUSH_REGS) && defined(UNIX_LIKE) && HAVE_GETCONTEXT
+#if !defined(HAVE_PUSH_REGS) && defined(UNIX_LIKE) && HAVE_GETCONTEXT
&& !defined(DARWIN)
# include <ucontext.h>
#endif