summaryrefslogtreecommitdiff
path: root/m4/ax_check_class.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_check_class.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_check_class.m4')
-rw-r--r--m4/ax_check_class.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/ax_check_class.m4 b/m4/ax_check_class.m4
index 292e0ad..a349279 100644
--- a/m4/ax_check_class.m4
+++ b/m4/ax_check_class.m4
@@ -51,7 +51,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 5
+#serial 6
AU_ALIAS([AC_CHECK_CLASS], [AX_CHECK_CLASS])
AC_DEFUN([AX_CHECK_CLASS],[
@@ -112,9 +112,9 @@ EOF
if uudecode$EXEEXT Test.uue; then
:
else
- echo "configure: __oline__: uudecode had trouble decoding base 64 file 'Test.uue'" >&AC_FD_CC
- echo "configure: failed file was:" >&AC_FD_CC
- cat Test.uue >&AC_FD_CC
+ echo "configure: __oline__: uudecode had trouble decoding base 64 file 'Test.uue'" >&AS_MESSAGE_LOG_FD
+ echo "configure: failed file was:" >&AS_MESSAGE_LOG_FD
+ cat Test.uue >&AS_MESSAGE_LOG_FD
ac_cv_prog_uudecode_base64=no
fi
rm -f Test.uue