Back to the Main Page. | ac_check_classpath |
Download the M4 Source. |
AC_CHECK_CLASSPATH
1.1.1.1 (2001/07/26) 0.5.63 : Java_Support
Stephane Bortzmeyer <bortzmeyer@pasteur.fr>
AC_DEFUN([AC_CHECK_CLASSPATH],[ if test "x$CLASSPATH" = x; then echo "You have no CLASSPATH, I hope it is good" else echo "You have CLASSPATH $CLASSPATH, hope it is correct" fi ])