Back to the Main Page. | ac_check_classpath |
Download the M4 Source. |
AC_CHECK_CLASSPATH
2000-07-19 0.5.65 : Java
Stephane Bortzmeyer <bortzmeyer@pasteur.fr>
license: GPLWithACException
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 ])