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