summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2010-10-04 23:05:34 +0100
committerReuben Thomas <rrt@sc3d.org>2010-10-04 23:05:34 +0100
commitf58438ba6e3f1a57577653f898095bcc8f6e03d6 (patch)
treea9d1a4e7805aaa03fdcafb3f5e9a3cd675477e77 /m4
parentf9ff4263e8acf5cd21ecd823bc85c82e30bbe2a0 (diff)
downloadautoconf-archive-f58438ba6e3f1a57577653f898095bcc8f6e03d6.tar.gz
Obsolete macros that are trivial wrappers of AX_WITH_PROG.
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_with_guile.m48
-rw-r--r--m4/ax_with_perl.m48
-rw-r--r--m4/ax_with_python.m48
-rw-r--r--m4/ax_with_ruby.m48
4 files changed, 24 insertions, 8 deletions
diff --git a/m4/ax_with_guile.m4 b/m4/ax_with_guile.m4
index 93f73a8..97b1b64 100644
--- a/m4/ax_with_guile.m4
+++ b/m4/ax_with_guile.m4
@@ -2,6 +2,10 @@
# http://www.gnu.org/software/autoconf-archive/ax_with_guile.html
# ===========================================================================
#
+# OBSOLETE MACRO
+#
+# Deprecated in favor of AX_WITH_PROG.
+#
# SYNOPSIS
#
# AX_WITH_GUILE([VALUE-IF-NOT-FOUND],[PATH])
@@ -28,8 +32,8 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 11
+#serial 12
-AC_DEFUN([AX_WITH_GUILE],[
+AU_DEFUN([AX_WITH_GUILE],[
AX_WITH_PROG(GUILE,guile,$1,$2)
])
diff --git a/m4/ax_with_perl.m4 b/m4/ax_with_perl.m4
index 6167a38..3b8fb65 100644
--- a/m4/ax_with_perl.m4
+++ b/m4/ax_with_perl.m4
@@ -2,6 +2,10 @@
# http://www.gnu.org/software/autoconf-archive/ax_with_perl.html
# ===========================================================================
#
+# OBSOLETE MACRO
+#
+# Deprecated in favor of AX_WITH_PROG.
+#
# SYNOPSIS
#
# AX_WITH_PERL([VALUE-IF-NOT-FOUND],[PATH])
@@ -28,8 +32,8 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 12
+#serial 13
-AC_DEFUN([AX_WITH_PERL],[
+AU_DEFUN([AX_WITH_PERL],[
AX_WITH_PROG(PERL,perl,$1,$2)
])
diff --git a/m4/ax_with_python.m4 b/m4/ax_with_python.m4
index 9185c57..1dcda93 100644
--- a/m4/ax_with_python.m4
+++ b/m4/ax_with_python.m4
@@ -2,6 +2,10 @@
# http://www.gnu.org/software/autoconf-archive/ax_with_python.html
# ===========================================================================
#
+# OBSOLETE MACRO
+#
+# Deprecated in favor of AX_WITH_PROG.
+#
# SYNOPSIS
#
# AX_WITH_PYTHON([VALUE-IF-NOT-FOUND],[PATH])
@@ -28,8 +32,8 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 14
+#serial 15
-AC_DEFUN([AX_WITH_PYTHON],[
+AU_DEFUN([AX_WITH_PYTHON],[
AX_WITH_PROG(PYTHON,python,$1,$2)
])
diff --git a/m4/ax_with_ruby.m4 b/m4/ax_with_ruby.m4
index 78f2d31..2fa7f36 100644
--- a/m4/ax_with_ruby.m4
+++ b/m4/ax_with_ruby.m4
@@ -2,6 +2,10 @@
# http://www.gnu.org/software/autoconf-archive/ax_with_ruby.html
# ===========================================================================
#
+# OBSOLETE MACRO
+#
+# Deprecated in favor of AX_WITH_PROG.
+#
# SYNOPSIS
#
# AX_WITH_RUBY([VALUE-IF-NOT-FOUND],[PATH])
@@ -28,8 +32,8 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 11
+#serial 12
-AC_DEFUN([AX_WITH_RUBY],[
+AU_DEFUN([AX_WITH_RUBY],[
AX_WITH_PROG(RUBY,ruby,$1,$2)
])