summaryrefslogtreecommitdiff
path: root/m4/ax_lib_expat.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_expat.m4
parent123993291950a9bd933591b1e794aa90ea42851a (diff)
downloadautoconf-archive-e29746705bb62181ac9f8625912a5793558fe5df.tar.gz
Replaced obsolete AC_HELP_STRING with AS_HELP_STRING
Diffstat (limited to 'm4/ax_lib_expat.m4')
-rw-r--r--m4/ax_lib_expat.m48
1 files changed, 4 insertions, 4 deletions
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"],