From: Braden M. <br...@us...> - 2006-11-20 03:20:30
|
Update of /cvsroot/openvrml/openvrml/m4 In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16320/m4 Modified Files: antlr.m4 Log Message: Use AC_CHECK_PROGS to check for antlr-java as well. Index: antlr.m4 =================================================================== RCS file: /cvsroot/openvrml/openvrml/m4/antlr.m4,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** antlr.m4 17 Nov 2006 02:30:00 -0000 1.4 --- antlr.m4 20 Nov 2006 03:20:28 -0000 1.5 *************** *** 3,7 **** [AC_REQUIRE([OV_PROG_JAVA]) AC_ARG_VAR([ANTLR], [antlr parser generator]) ! AC_CHECK_PROG([ANTLR], [antlr]) if test -z "$ANTLR"; then AC_MSG_CHECKING([if antlr is available to the Java runtime]) --- 3,7 ---- [AC_REQUIRE([OV_PROG_JAVA]) AC_ARG_VAR([ANTLR], [antlr parser generator]) ! AC_CHECK_PROGS([ANTLR], [antlr antlr-java]) if test -z "$ANTLR"; then AC_MSG_CHECKING([if antlr is available to the Java runtime]) |