[kaffe] CVS kaffe (robilad): disable gjdoc by default
Kaffe CVS
cvs-commits at kaffe.org
Wed Dec 22 12:06:27 PST 2004
PatchSet 5709
Date: 2004/12/22 20:01:56
Author: robilad
Branch: HEAD
Tag: (none)
Log:
disable gjdoc by default
2004-12-22 Dalibor Topic <robilad at kaffe.org>
* configure.ac: Disable gjdoc by default because it needs
external ANTLR.
* configure: Regenerated.
Members:
ChangeLog:1.3254->1.3255
configure:1.405->1.406
configure.ac:1.96->1.97
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3254 kaffe/ChangeLog:1.3255
--- kaffe/ChangeLog:1.3254 Wed Dec 22 19:04:33 2004
+++ kaffe/ChangeLog Wed Dec 22 20:01:56 2004
@@ -1,5 +1,12 @@
2004-12-22 Dalibor Topic <robilad at kaffe.org>
+ * configure.ac: Disable gjdoc by default because it needs
+ external ANTLR.
+
+ * configure: Regenerated.
+
+2004-12-22 Dalibor Topic <robilad at kaffe.org>
+
* m4/ac_prog_javac.m4,
m4/ac_prog_javac_works.m4:
Added missing m4 macros.
Index: kaffe/configure
diff -u kaffe/configure:1.405 kaffe/configure:1.406
--- kaffe/configure:1.405 Wed Dec 22 19:04:38 2004
+++ kaffe/configure Wed Dec 22 20:01:58 2004
@@ -1094,7 +1094,7 @@
--enable-libxmlj Enable building of libxmlj
--disable-xmltest Do not try to compile and run a test LIBXML program
--disable-xslttest Do not try to compile and run a test LIBXSLT program
- --disable-gjdoc Disable building of gjdoc
+ --enable-gjdoc Enable building of gjdoc
--enable-binreloc compile with binary relocation support
(default=enable when available)
@@ -56706,7 +56706,7 @@
enableval="$enable_gjdoc"
else
- enable_gjdoc=yes
+ enable_gjdoc=no
fi;
if test x"$enable_gjdoc" = x"yes" ; then
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.96 kaffe/configure.ac:1.97
--- kaffe/configure.ac:1.96 Wed Dec 22 01:09:45 2004
+++ kaffe/configure.ac Wed Dec 22 20:02:03 2004
@@ -1943,10 +1943,10 @@
dnl -------------------------------------------------------------------------
AC_ARG_ENABLE([gjdoc],
- AS_HELP_STRING([--disable-gjdoc],
- [Disable building of gjdoc]),
+ AS_HELP_STRING([--enable-gjdoc],
+ [Enable building of gjdoc]),
[],
- [enable_gjdoc=yes])
+ [enable_gjdoc=no])
if test x"$enable_gjdoc" = x"yes" ; then
AC_PROG_ANTLR(2,7,1)
More information about the kaffe
mailing list