From: Braden M. <br...@us...> - 2006-11-17 02:29:51
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31534 Modified Files: Tag: OpenVRML-0_16-BRANCH 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.1310.2.52 retrieving revision 1.1310.2.53 diff -C2 -d -r1.1310.2.52 -r1.1310.2.53 *** ChangeLog 17 Nov 2006 01:05:57 -0000 1.1310.2.52 --- ChangeLog 17 Nov 2006 02:29:49 -0000 1.1310.2.53 *************** *** 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. |