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