summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/ax_afs.m44
-rw-r--r--m4/ax_blas.m44
-rw-r--r--m4/ax_boost_base.m44
-rw-r--r--m4/ax_cc_maxopt.m44
-rw-r--r--m4/ax_check_gd.m44
-rw-r--r--m4/ax_config_feature.m44
-rw-r--r--m4/ax_enable_builddir.m44
-rw-r--r--m4/ax_gcc_archflag.m44
-rw-r--r--m4/ax_lapack.m44
-rw-r--r--m4/ax_lib_expat.m48
-rw-r--r--m4/ax_lib_firebird.m44
-rw-r--r--m4/ax_lib_metis.m44
-rw-r--r--m4/ax_lib_mysql.m44
-rw-r--r--m4/ax_lib_oracle_oci.m48
-rw-r--r--m4/ax_lib_postgresql.m44
-rw-r--r--m4/ax_lib_sqlite3.m44
-rw-r--r--m4/ax_lib_wad.m44
-rw-r--r--m4/ax_lib_xalan.m48
-rw-r--r--m4/ax_lib_xerces.m48
-rw-r--r--m4/ax_lib_xml_security.m48
-rw-r--r--m4/ax_not_enable_frame_pointer.m44
-rw-r--r--m4/ax_path_bdb.m44
-rw-r--r--m4/ax_python_embed.m46
-rw-r--r--m4/ax_sys_perlsharpbang.m44
-rw-r--r--m4/ax_with_apxs.m44
-rw-r--r--m4/ax_with_curses.m46
26 files changed, 64 insertions, 64 deletions
diff --git a/m4/ax_afs.m4 b/m4/ax_afs.m4
index 66005c3..2ca0006 100644
--- a/m4/ax_afs.m4
+++ b/m4/ax_afs.m4
@@ -34,11 +34,11 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 4
+#serial 5
AU_ALIAS([SG_AFS], [AX_AFS])
AC_DEFUN([AX_AFS],
-[AC_ARG_WITH(afsdir, AC_HELP_STRING([--with-afsdir=DIR],
+[AC_ARG_WITH(afsdir, AS_HELP_STRING([--with-afsdir=DIR],
[Directory holding AFS includes/libs]),
ax_cv_with_afsdir=$withval)
AC_CACHE_CHECK([for location of AFS directory],
diff --git a/m4/ax_blas.m4 b/m4/ax_blas.m4
index 2a8c72b..65fec40 100644
--- a/m4/ax_blas.m4
+++ b/m4/ax_blas.m4
@@ -63,7 +63,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 6
+#serial 7
AU_ALIAS([ACX_BLAS], [AX_BLAS])
AC_DEFUN([AX_BLAS], [
@@ -72,7 +72,7 @@ AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])
ax_blas_ok=no
AC_ARG_WITH(blas,
- [AC_HELP_STRING([--with-blas=<lib>], [use BLAS library <lib>])])
+ [AS_HELP_STRING([--with-blas=<lib>], [use BLAS library <lib>])])
case $with_blas in
yes | "") ;;
no) ax_blas_ok=disable ;;
diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4
index 58fd82e..b567d75 100644
--- a/m4/ax_boost_base.m4
+++ b/m4/ax_boost_base.m4
@@ -33,12 +33,12 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 11
+#serial 12
AC_DEFUN([AX_BOOST_BASE],
[
AC_ARG_WITH([boost],
- [AC_HELP_STRING([--with-boost@<:@=ARG@:>@],
+ [AS_HELP_STRING([--with-boost@<:@=ARG@:>@],
[use Boost library from a standard location (ARG=yes),
from the specified location (ARG=<path>),
or disable it (ARG=no)
diff --git a/m4/ax_cc_maxopt.m4 b/m4/ax_cc_maxopt.m4
index c6fdff9..8399700 100644
--- a/m4/ax_cc_maxopt.m4
+++ b/m4/ax_cc_maxopt.m4
@@ -55,7 +55,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 6
+#serial 7
AC_DEFUN([AX_CC_MAXOPT],
[
@@ -63,7 +63,7 @@ AC_REQUIRE([AC_PROG_CC])
AC_REQUIRE([AX_COMPILER_VENDOR])
AC_REQUIRE([AC_CANONICAL_HOST])
-AC_ARG_ENABLE(portable-binary, [AC_HELP_STRING([--enable-portable-binary], [disable compiler optimizations that would produce unportable binaries])],
+AC_ARG_ENABLE(portable-binary, [AS_HELP_STRING([--enable-portable-binary], [disable compiler optimizations that would produce unportable binaries])],
acx_maxopt_portable=$withval, acx_maxopt_portable=no)
# Try to determine "good" native compiler flags if none specified via CFLAGS
diff --git a/m4/ax_check_gd.m4 b/m4/ax_check_gd.m4
index 2125264..5739fe2 100644
--- a/m4/ax_check_gd.m4
+++ b/m4/ax_check_gd.m4
@@ -33,11 +33,11 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 6
+#serial 7
AC_DEFUN([AX_CHECK_GD], [
AC_ARG_WITH(gd,
- AC_HELP_STRING([--with-gd(=DIR)], [use the gd library (in DIR)]),,
+ AS_HELP_STRING([--with-gd(=DIR)], [use the gd library (in DIR)]),,
with_gd=yes)
if test "$with_gd" != no; then
diff --git a/m4/ax_config_feature.m4 b/m4/ax_config_feature.m4
index 2bf0a4f..79593d1 100644
--- a/m4/ax_config_feature.m4
+++ b/m4/ax_config_feature.m4
@@ -88,12 +88,12 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 8
+#serial 9
AC_DEFUN([AX_CONFIG_FEATURE],[ dnl
m4_pushdef([FEATURE], patsubst([$1], -, _))dnl
-AC_ARG_ENABLE([$1],AC_HELP_STRING([--enable-$1],[$2]),[
+AC_ARG_ENABLE([$1],AS_HELP_STRING([--enable-$1],[$2]),[
case "${enableval}" in
yes)
ax_config_feature_[]FEATURE[]="yes"
diff --git a/m4/ax_enable_builddir.m4 b/m4/ax_enable_builddir.m4
index cdfe7ae..c9c4492 100644
--- a/m4/ax_enable_builddir.m4
+++ b/m4/ax_enable_builddir.m4
@@ -79,7 +79,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 17
+#serial 18
AC_DEFUN([AX_ENABLE_BUILDDIR],[
AC_REQUIRE([AC_CANONICAL_HOST])[]dnl
@@ -90,7 +90,7 @@ AS_VAR_PUSHDEF([SUB],[ax_enable_builddir])dnl
AS_VAR_PUSHDEF([AUX],[ax_enable_builddir_auxdir])dnl
AS_VAR_PUSHDEF([SED],[ax_enable_builddir_sed])dnl
SUB="."
-AC_ARG_ENABLE([builddir], AC_HELP_STRING(
+AC_ARG_ENABLE([builddir], AS_HELP_STRING(
[--disable-builddir],[disable automatic build in subdir of sources])
,[SUB="$enableval"], [SUB="auto"])
if test ".$ac_srcdir_defaulted" != ".no" ; then
diff --git a/m4/ax_gcc_archflag.m4 b/m4/ax_gcc_archflag.m4
index 400a2a2..ba509b5 100644
--- a/m4/ax_gcc_archflag.m4
+++ b/m4/ax_gcc_archflag.m4
@@ -63,13 +63,13 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 6
+#serial 7
AC_DEFUN([AX_GCC_ARCHFLAG],
[AC_REQUIRE([AC_PROG_CC])
AC_REQUIRE([AC_CANONICAL_HOST])
-AC_ARG_WITH(gcc-arch, [AC_HELP_STRING([--with-gcc-arch=<arch>], [use architecture <arch> for gcc -march/-mtune, instead of guessing])],
+AC_ARG_WITH(gcc-arch, [AS_HELP_STRING([--with-gcc-arch=<arch>], [use architecture <arch> for gcc -march/-mtune, instead of guessing])],
ax_gcc_arch=$withval, ax_gcc_arch=yes)
AC_MSG_CHECKING([for gcc architecture flag])
diff --git a/m4/ax_lapack.m4 b/m4/ax_lapack.m4
index baffda9..5867d25 100644
--- a/m4/ax_lapack.m4
+++ b/m4/ax_lapack.m4
@@ -64,7 +64,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([ACX_LAPACK], [AX_LAPACK])
AC_DEFUN([AX_LAPACK], [
@@ -72,7 +72,7 @@ AC_REQUIRE([AX_BLAS])
ax_lapack_ok=no
AC_ARG_WITH(lapack,
- [AC_HELP_STRING([--with-lapack=<lib>], [use LAPACK library <lib>])])
+ [AS_HELP_STRING([--with-lapack=<lib>], [use LAPACK library <lib>])])
case $with_lapack in
yes | "") ;;
no) ax_lapack_ok=disable ;;
diff --git a/m4/ax_lib_expat.m4 b/m4/ax_lib_expat.m4
index a0a0eed..111c608 100644
--- a/m4/ax_lib_expat.m4
+++ b/m4/ax_lib_expat.m4
@@ -44,12 +44,12 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 6
+#serial 7
AC_DEFUN([AX_LIB_EXPAT],
[
AC_ARG_WITH([expat],
- AC_HELP_STRING([--with-expat=@<:@ARG@:>@],
+ AS_HELP_STRING([--with-expat=@<:@ARG@:>@],
[use Expat XML Parser from given prefix (ARG=path); check standard prefixes (ARG=yes); disable (ARG=no)]
),
[
@@ -83,14 +83,14 @@ AC_DEFUN([AX_LIB_EXPAT],
)
AC_ARG_WITH([expat-inc],
- AC_HELP_STRING([--with-expat-inc=@<:@DIR@:>@],
+ AS_HELP_STRING([--with-expat-inc=@<:@DIR@:>@],
[path to Expat XML Parser headers]
),
[expat_include_dir="$withval"],
[expat_include_dir=""]
)
AC_ARG_WITH([expat-lib],
- AC_HELP_STRING([--with-expat-lib=@<:@ARG@:>@],
+ AS_HELP_STRING([--with-expat-lib=@<:@ARG@:>@],
[link options for Expat XML Parser libraries]
),
[expat_lib_flags="$withval"],
diff --git a/m4/ax_lib_firebird.m4 b/m4/ax_lib_firebird.m4
index 70a10a6..25f8d3c 100644
--- a/m4/ax_lib_firebird.m4
+++ b/m4/ax_lib_firebird.m4
@@ -38,12 +38,12 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 6
+#serial 7
AC_DEFUN([AX_LIB_FIREBIRD],
[
AC_ARG_WITH([firebird],
- AC_HELP_STRING(
+ AS_HELP_STRING(
[--with-firebird=@<:@ARG@:>@],
[use Firebird client library @<:@default=yes@:>@, optionally specify the prefix for firebird library]
),
diff --git a/m4/ax_lib_metis.m4 b/m4/ax_lib_metis.m4
index 7cd0f44..6b373a7 100644
--- a/m4/ax_lib_metis.m4
+++ b/m4/ax_lib_metis.m4
@@ -32,7 +32,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 5
+#serial 6
AU_ALIAS([IMMDX_LIB_METIS], [AX_LIB_METIS])
AC_DEFUN([AX_LIB_METIS], [
@@ -43,7 +43,7 @@ AC_DEFUN([AX_LIB_METIS], [
#
AC_ARG_VAR([METIS], [METIS library location])
AC_ARG_WITH([metis],
- [AC_HELP_STRING([--with-metis],
+ [AS_HELP_STRING([--with-metis],
[user defined path to METIS library])],
[
if test -n "$METIS" ; then
diff --git a/m4/ax_lib_mysql.m4 b/m4/ax_lib_mysql.m4
index e29ca8d..98ff9bc 100644
--- a/m4/ax_lib_mysql.m4
+++ b/m4/ax_lib_mysql.m4
@@ -43,12 +43,12 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 6
+#serial 7
AC_DEFUN([AX_LIB_MYSQL],
[
AC_ARG_WITH([mysql],
- AC_HELP_STRING([--with-mysql=@<:@ARG@:>@],
+ AS_HELP_STRING([--with-mysql=@<:@ARG@:>@],
[use MySQL client library @<:@default=yes@:>@, optionally specify path to mysql_config]
),
[
diff --git a/m4/ax_lib_oracle_oci.m4 b/m4/ax_lib_oracle_oci.m4
index 99aa025..4b08dd1 100644
--- a/m4/ax_lib_oracle_oci.m4
+++ b/m4/ax_lib_oracle_oci.m4
@@ -47,12 +47,12 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 8
+#serial 9
AC_DEFUN([AX_LIB_ORACLE_OCI],
[
AC_ARG_WITH([oci],
- AC_HELP_STRING([--with-oci=@<:@ARG@:>@],
+ AS_HELP_STRING([--with-oci=@<:@ARG@:>@],
[use Oracle OCI API from given Oracle home (ARG=path); use existing ORACLE_HOME (ARG=yes); disable Oracle OCI support (ARG=no)]
),
[
@@ -78,14 +78,14 @@ AC_DEFUN([AX_LIB_ORACLE_OCI],
)
AC_ARG_WITH([oci-include],
- AC_HELP_STRING([--with-oci-include=@<:@DIR@:>@],
+ AS_HELP_STRING([--with-oci-include=@<:@DIR@:>@],
[use Oracle OCI API headers from given path]
),
[oracle_home_include_dir="$withval"],
[oracle_home_include_dir=""]
)
AC_ARG_WITH([oci-lib],
- AC_HELP_STRING([--with-oci-lib=@<:@DIR@:>@],
+ AS_HELP_STRING([--with-oci-lib=@<:@DIR@:>@],
[use Oracle OCI API libraries from given path]
),
[oracle_home_lib_dir="$withval"],
diff --git a/m4/ax_lib_postgresql.m4 b/m4/ax_lib_postgresql.m4
index 0342311..0b71406 100644
--- a/m4/ax_lib_postgresql.m4
+++ b/m4/ax_lib_postgresql.m4
@@ -44,12 +44,12 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 7
+#serial 8
AC_DEFUN([AX_LIB_POSTGRESQL],
[
AC_ARG_WITH([postgresql],
- AC_HELP_STRING([--with-postgresql=@<:@ARG@:>@],
+ AS_HELP_STRING([--with-postgresql=@<:@ARG@:>@],
[use PostgreSQL library @<:@default=yes@:>@, optionally specify path to pg_config]
),
[
diff --git a/m4/ax_lib_sqlite3.m4 b/m4/ax_lib_sqlite3.m4
index d4f1db2..d2956f9 100644
--- a/m4/ax_lib_sqlite3.m4
+++ b/m4/ax_lib_sqlite3.m4
@@ -36,12 +36,12 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 7
+#serial 8
AC_DEFUN([AX_LIB_SQLITE3],
[
AC_ARG_WITH([sqlite3],
- AC_HELP_STRING(
+ AS_HELP_STRING(
[--with-sqlite3=@<:@ARG@:>@],
[use SQLite 3 library @<:@default=yes@:>@, optionally specify the prefix for sqlite3 library]
),
diff --git a/m4/ax_lib_wad.m4 b/m4/ax_lib_wad.m4
index abd4f4e..9ce4d91 100644
--- a/m4/ax_lib_wad.m4
+++ b/m4/ax_lib_wad.m4
@@ -43,14 +43,14 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 4
+#serial 5
AU_ALIAS([AC_LIB_WAD], [AX_LIB_WAD])
AC_DEFUN([AX_LIB_WAD],
[
AC_REQUIRE([AX_PYTHON_DEVEL])
AC_ARG_ENABLE(wad,
- AC_HELP_STRING([--enable-wad], [enable wad module]),
+ AS_HELP_STRING([--enable-wad], [enable wad module]),
[
case "${enableval}" in
no) ;;
diff --git a/m4/ax_lib_xalan.m4 b/m4/ax_lib_xalan.m4
index 8aded19..8bbd557 100644
--- a/m4/ax_lib_xalan.m4
+++ b/m4/ax_lib_xalan.m4
@@ -45,14 +45,14 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 3
+#serial 4
AC_DEFUN([AX_LIB_XALAN],
[
AC_REQUIRE([AX_LIB_XERCES])
AC_ARG_WITH([xalan],
- AC_HELP_STRING([--with-xalan=@<:@ARG@:>@],
+ AS_HELP_STRING([--with-xalan=@<:@ARG@:>@],
[use Xalan C++ XSLT processor from given prefix (ARG=path); check standard prefixes (ARG=yes); disable (ARG=no)]
),
[
@@ -86,14 +86,14 @@ AC_DEFUN([AX_LIB_XALAN],
)
AC_ARG_WITH([xalan-inc],
- AC_HELP_STRING([--with-xalan-inc=@<:@DIR@:>@],
+ AS_HELP_STRING([--with-xalan-inc=@<:@DIR@:>@],
[path to Xalan C++ XSLT processor headers]
),
[xalan_include_dir="$withval"],
[xalan_include_dir=""]
)
AC_ARG_WITH([xalan-lib],
- AC_HELP_STRING([--with-xalan-lib=@<:@ARG@:>@],
+ AS_HELP_STRING([--with-xalan-lib=@<:@ARG@:>@],
[link options for Xalan C++ XSLT processor libraries]
),
[xalan_ldflags="$withval"],
diff --git a/m4/ax_lib_xerces.m4 b/m4/ax_lib_xerces.m4
index 37fd99a..18c8c59 100644
--- a/m4/ax_lib_xerces.m4
+++ b/m4/ax_lib_xerces.m4
@@ -43,14 +43,14 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 8
+#serial 9
AC_DEFUN([AX_LIB_XERCES],
[
AC_REQUIRE([AX_PTHREAD])
AC_ARG_WITH([xerces],
- AC_HELP_STRING([--with-xerces=@<:@ARG@:>@],
+ AS_HELP_STRING([--with-xerces=@<:@ARG@:>@],
[use Xerces C++ Parser from given prefix (ARG=path); check standard prefixes (ARG=yes); disable (ARG=no)]
),
[
@@ -84,14 +84,14 @@ AC_DEFUN([AX_LIB_XERCES],
)
AC_ARG_WITH([xerces-inc],
- AC_HELP_STRING([--with-xerces-inc=@<:@DIR@:>@],
+ AS_HELP_STRING([--with-xerces-inc=@<:@DIR@:>@],
[path to Xerces C++ Parser headers]
),
[xerces_include_dir="$withval"],
[xerces_include_dir=""]
)
AC_ARG_WITH([xerces-lib],
- AC_HELP_STRING([--with-xerces-lib=@<:@ARG@:>@],
+ AS_HELP_STRING([--with-xerces-lib=@<:@ARG@:>@],
[link options for Xerces C++ Parser libraries]
),
[xerces_ldflags="$withval"],
diff --git a/m4/ax_lib_xml_security.m4 b/m4/ax_lib_xml_security.m4
index 3417185..a8f88ab 100644
--- a/m4/ax_lib_xml_security.m4
+++ b/m4/ax_lib_xml_security.m4
@@ -45,12 +45,12 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 7
+#serial 8
AC_DEFUN([AX_LIB_XML_SECURITY],
[
AC_ARG_WITH([xml-security],
- AC_HELP_STRING([--with-xml-security=@<:@ARG@:>@],
+ AS_HELP_STRING([--with-xml-security=@<:@ARG@:>@],
[use Xml-Security C++ library from given prefix (ARG=path); check standard prefixes (ARG=yes); disable (ARG=no)]
),
[
@@ -84,14 +84,14 @@ AC_DEFUN([AX_LIB_XML_SECURITY],
)
AC_ARG_WITH([xml-security-inc],
- AC_HELP_STRING([--with-xml-security-inc=@<:@DIR@:>@],
+ AS_HELP_STRING([--with-xml-security-inc=@<:@DIR@:>@],
[path to Xml-Security C++ headers]
),
[xml_security_include_dir="$withval"],
[xml_security_include_dir=""]
)
AC_ARG_WITH([xml-security-lib],
- AC_HELP_STRING([--with-xml-security-lib=@<:@ARG@:>@],
+ AS_HELP_STRING([--with-xml-security-lib=@<:@ARG@:>@],
[link options for Xml-Security C++ Parser libraries]
),
[xml_security_lib_flags="$withval"],
diff --git a/m4/ax_not_enable_frame_pointer.m4 b/m4/ax_not_enable_frame_pointer.m4
index 758282e..bd95284 100644
--- a/m4/ax_not_enable_frame_pointer.m4
+++ b/m4/ax_not_enable_frame_pointer.m4
@@ -43,12 +43,12 @@
# 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
AC_DEFUN([AX_NOT_ENABLE_FRAME_POINTER],[dnl
AS_VAR_PUSHDEF([VAR],[enable_frame_pointer])dnl
AC_MSG_CHECKING([m4_ifval($1,$1,CFLAGS) frame-pointer])
-AC_ARG_ENABLE([frame-pointer], AC_HELP_STRING(
+AC_ARG_ENABLE([frame-pointer], AS_HELP_STRING(
[--enable-frame-pointer],[enable callframe generation for debugging]))
case ".$VAR" in
.|.no|.no,*) test ".$VAR" = "." && VAR="no"
diff --git a/m4/ax_path_bdb.m4 b/m4/ax_path_bdb.m4
index 65461d2..0f8ae3a 100644
--- a/m4/ax_path_bdb.m4
+++ b/m4/ax_path_bdb.m4
@@ -73,7 +73,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 9
+#serial 10
dnl #########################################################################
AC_DEFUN([AX_PATH_BDB], [
@@ -82,7 +82,7 @@ AC_DEFUN([AX_PATH_BDB], [
# Add --with-bdb-dir option to configure.
AC_ARG_WITH([bdb-dir],
- [AC_HELP_STRING([--with-bdb-dir=DIR],
+ [AS_HELP_STRING([--with-bdb-dir=DIR],
[Berkeley DB installation directory])])
# Check if --with-bdb-dir was specified.
diff --git a/m4/ax_python_embed.m4 b/m4/ax_python_embed.m4
index fccc5b6..0ed038d 100644
--- a/m4/ax_python_embed.m4
+++ b/m4/ax_python_embed.m4
@@ -120,7 +120,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 4
+#serial 5
# AX_PYTHON_DEFAULT( )
# -----------------
@@ -162,7 +162,7 @@ AC_DEFUN([AX_PYTHON_ENABLE],
AC_MSG_CHECKING(for --enable-python)
AC_ARG_ENABLE(
python,
- AC_HELP_STRING([--enable-python@<:@=PYTHON@:>@],
+ AS_HELP_STRING([--enable-python@<:@=PYTHON@:>@],
[absolute path name of Python executable]
),
[
@@ -466,7 +466,7 @@ AC_DEFUN([AX_PYTHON_WITH],
AC_MSG_CHECKING(for --with-python)
AC_ARG_WITH(
python,
- AC_HELP_STRING([--with-python@<:@=PYTHON@:>@],
+ AS_HELP_STRING([--with-python@<:@=PYTHON@:>@],
[absolute path name of Python executable]
),
[
diff --git a/m4/ax_sys_perlsharpbang.m4 b/m4/ax_sys_perlsharpbang.m4
index 6e137cf..4fbe39c 100644
--- a/m4/ax_sys_perlsharpbang.m4
+++ b/m4/ax_sys_perlsharpbang.m4
@@ -58,7 +58,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 8
+#serial 9
AC_DEFUN([AX_SYS_PERLSHARPBANG],[dnl
@@ -67,7 +67,7 @@ AC_DEFUN([AX_SYS_PERLSHARPBANG],[dnl
_sHpB='#!'
AC_ARG_WITH(perl-shebang,
- AC_HELP_STRING([--with-perl-shebang],
+ AS_HELP_STRING([--with-perl-shebang],
[override what perl thinks is the way for the kernel to start it (seldom needed)]dnl
),
[opt_perl_shebang="$withval"]dnl
diff --git a/m4/ax_with_apxs.m4 b/m4/ax_with_apxs.m4
index b5e2d21..3b0b38d 100644
--- a/m4/ax_with_apxs.m4
+++ b/m4/ax_with_apxs.m4
@@ -27,7 +27,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 8
+#serial 9
AC_DEFUN([AX_WITH_APXS],
[
@@ -38,7 +38,7 @@ AC_DEFUN([AX_WITH_APXS],
then
AC_MSG_CHECKING(for --with-apxs)
AC_ARG_WITH(apxs,
- AC_HELP_STRING([--with-apxs=APXS],
+ AS_HELP_STRING([--with-apxs=APXS],
[absolute path name of apxs executable]),
[ if test "$withval" != "yes"
then
diff --git a/m4/ax_with_curses.m4 b/m4/ax_with_curses.m4
index 711c26a..67e581d 100644
--- a/m4/ax_with_curses.m4
+++ b/m4/ax_with_curses.m4
@@ -58,14 +58,14 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 4
+#serial 5
AU_ALIAS([MP_WITH_CURSES], [AX_WITH_CURSES])
AC_DEFUN([AX_WITH_CURSES],
- [AC_ARG_WITH(ncurses, [AC_HELP_STRING([--with-ncurses],
+ [AC_ARG_WITH(ncurses, [AS_HELP_STRING([--with-ncurses],
[Force the use of ncurses over curses])],,)
ax_save_LIBS="$LIBS"
- AC_ARG_WITH(ncursesw, [AC_HELP_STRING([--without-ncursesw],
+ AC_ARG_WITH(ncursesw, [AS_HELP_STRING([--without-ncursesw],
[Don't use ncursesw (wide character support)])],,)
if test ! "$CURSES_LIB" -a "$with_ncurses" != no -a "$with_ncursesw" != "no"
then