summaryrefslogtreecommitdiff
path: root/m4/ax_try_compile_java.m4
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2009-08-10 20:11:11 +0100
committerReuben Thomas <rrt@sc3d.org>2009-08-10 20:11:11 +0100
commitc6c19a2edcc7f206a1cfdf6d91e3d584f7705b9f (patch)
tree90269678bc2a42a9492c62e07dbe08ecc10835a3 /m4/ax_try_compile_java.m4
parent386747c45473a6f4b7ca32a787c316d205705586 (diff)
downloadautoconf-archive-c6c19a2edcc7f206a1cfdf6d91e3d584f7705b9f.tar.gz
More renamings missed previously.
Diffstat (limited to 'm4/ax_try_compile_java.m4')
-rw-r--r--m4/ax_try_compile_java.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_try_compile_java.m4 b/m4/ax_try_compile_java.m4
index e2da371..1a8e5b5 100644
--- a/m4/ax_try_compile_java.m4
+++ b/m4/ax_try_compile_java.m4
@@ -18,7 +18,7 @@
# on other. Unfortunately, the autoconf archive does not support the
# concept of set of macros, so I had to break it for submission. The
# general documentation, as well as the sample configure.in, is included
-# in the AC_PROG_JAVA macro.
+# in the AX_PROG_JAVA macro.
#
# LICENSE
#
@@ -29,7 +29,7 @@
# and this notice are preserved.
AC_DEFUN([AX_TRY_COMPILE_JAVA],[
-AC_REQUIRE([AC_PROG_JAVAC])dnl
+AC_REQUIRE([AX_PROG_JAVAC])dnl
cat << \EOF > Test.java
/* [#]line __oline__ "configure" */
ifelse([$1], , , [import $1;])