summaryrefslogtreecommitdiff
path: root/m4/ax_try_compile_java.m4
diff options
context:
space:
mode:
authorGabriele Svelto <gabriele.svelto@gmail.com>2012-06-16 21:36:06 +0200
committerPeter Simons <simons@cryp.to>2012-06-16 21:36:06 +0200
commitebd0d60970ec98ff1c0d50a81fbc354ab1034417 (patch)
tree077329fde5e8f33c6b4d61414c72f73132a64b0e /m4/ax_try_compile_java.m4
parent4005deb118aabefe7e61bdcc45c3aec9728e6471 (diff)
downloadautoconf-archive-ebd0d60970ec98ff1c0d50a81fbc354ab1034417.tar.gz
Replace the obsolete AC_FD_CC macro with AS_MESSAGE_LOG_FD.
See <http://savannah.gnu.org/patch/?7793> for further details.
Diffstat (limited to 'm4/ax_try_compile_java.m4')
-rw-r--r--m4/ax_try_compile_java.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ax_try_compile_java.m4 b/m4/ax_try_compile_java.m4
index 49c9222..8efd091 100644
--- a/m4/ax_try_compile_java.m4
+++ b/m4/ax_try_compile_java.m4
@@ -29,7 +29,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 6
+#serial 7
AU_ALIAS([AC_TRY_COMPILE_JAVA], [AX_TRY_COMPILE_JAVA])
AC_DEFUN([AX_TRY_COMPILE_JAVA],[
@@ -46,8 +46,8 @@ then
dnl Don't remove the temporary files here, so they can be examined.
ifelse([$3], , :, [$3])
else
- echo "configure: failed program was:" >&AC_FD_CC
- cat Test.java >&AC_FD_CC
+ echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
+ cat Test.java >&AS_MESSAGE_LOG_FD
ifelse([$4], , , [ rm -fr Test*
$4
])dnl