Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31563
Modified Files:
ChangeLog
Log Message:
Use AC_CHECK_PROG instead of AC_PATH_PROG so that ANTLR can be set to an invocation of the java runtime including arguments.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1374
retrieving revision 1.1375
diff -C2 -d -r1.1374 -r1.1375
*** ChangeLog 17 Nov 2006 01:18:34 -0000 1.1374
--- ChangeLog 17 Nov 2006 02:29:59 -0000 1.1375
***************
*** 1,4 ****
--- 1,10 ----
2006-11-16 Braden McDaniel <br...@en...>
+ * m4/antlr.m4: Use AC_CHECK_PROG instead of AC_PATH_PROG so that
+ ANTLR can be set to an invocation of the java runtime including
+ arguments.
+
+ 2006-11-16 Braden McDaniel <br...@en...>
+
* doc/openvrml-gtkplug.texi: Fixed direntry.
|