[ogs-changes] dist/java configure.in,1.5,1.6
Status: Alpha
Brought to you by:
elemings
From: <ele...@us...> - 2003-05-15 02:25:35
|
Update of /cvsroot/ogs/dist/java In directory sc8-pr-cvs1:/tmp/cvs-serv8992 Modified Files: configure.in Log Message: Reversing the last commit since it doesn't work for some reason. Index: configure.in =================================================================== RCS file: /cvsroot/ogs/dist/java/configure.in,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** configure.in 15 May 2003 02:14:54 -0000 1.5 --- configure.in 15 May 2003 02:25:32 -0000 1.6 *************** *** 44,51 **** dnl Checks for programs. ! AC_CHECK_PROG(JAVAC, javac, no) ! AC_CHECK_PROG(JAR, jar, no) ! AC_CHECK_PROG(JAVADOC, javadoc, no) ! AC_CHECK_PROG(ANT, ant, no) AC_OUTPUT([ --- 44,51 ---- dnl Checks for programs. ! AC_PATH_PROG(JAVAC, javac, no) ! AC_PATH_PROG(JAR, jar, no) ! AC_PATH_PROG(JAVADOC, javadoc, no) ! AC_PATH_PROG(ANT, ant, no) AC_OUTPUT([ |