summaryrefslogtreecommitdiff
path: root/m4/ax_lib_xerces.m4
diff options
context:
space:
mode:
authorFrancesco Salvestrini <salvestrini@gmail.com>2010-02-08 22:37:13 +0100
committerFrancesco Salvestrini <salvestrini@gmail.com>2010-02-08 22:37:13 +0100
commite29746705bb62181ac9f8625912a5793558fe5df (patch)
tree476a6def9d3a0b3ff75083cd24df036991158813 /m4/ax_lib_xerces.m4
parent123993291950a9bd933591b1e794aa90ea42851a (diff)
downloadautoconf-archive-e29746705bb62181ac9f8625912a5793558fe5df.tar.gz
Replaced obsolete AC_HELP_STRING with AS_HELP_STRING
Diffstat (limited to 'm4/ax_lib_xerces.m4')
-rw-r--r--m4/ax_lib_xerces.m48
1 files changed, 4 insertions, 4 deletions
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"],