summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-12-25 14:21:55 +0100
committerPeter Simons <simons@cryp.to>2009-12-25 14:21:55 +0100
commit0bd52b785290793a7ead9792e983b874da0c8cd9 (patch)
tree1add2ff9c522bfc4cb8863a2b8a01b45543a9428 /m4
parent151146c50d0e3fce293e491f7dce748268abfecf (diff)
downloadautoconf-archive-0bd52b785290793a7ead9792e983b874da0c8cd9.tar.gz
AX_C_IFDEF: deprecated in favor of the standard Autoconf macro AC_CHECK_DECL
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_c_ifdef.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/ax_c_ifdef.m4 b/m4/ax_c_ifdef.m4
index 4cd82d0..38d7efd 100644
--- a/m4/ax_c_ifdef.m4
+++ b/m4/ax_c_ifdef.m4
@@ -2,6 +2,10 @@
# http://www.nongnu.org/autoconf-archive/ax_c_ifdef.html
# ===========================================================================
#
+# OBSOLETE MACRO
+#
+# Deprecated in favor of the standard Autoconf macro AC_CHECK_DECL.
+#
# SYNOPSIS
#
# AX_C_IFDEF(MACRO-NAME, ACTION-IF-DEF, ACTION-IF-NOT-DEF)