summaryrefslogtreecommitdiff
path: root/m4/ax_f90_library.m4
diff options
context:
space:
mode:
authorLuc Maisonobe <luc@spaceroots.org>2009-04-19 13:05:55 +0200
committerPeter Simons <simons@cryp.to>2009-04-19 13:05:55 +0200
commit2673212c84ed131e9014832005277da6513aabeb (patch)
tree2f7142d30133fefd7591ae1cd5278688cf9167d2 /m4/ax_f90_library.m4
parente44e95b60f796b4ea0377d8d05af6b2726d13b20 (diff)
downloadautoconf-archive-2673212c84ed131e9014832005277da6513aabeb.tar.gz
AX_F90_*: fix cached variable warnings
Autoconf 2.63 generates warnings when cached variable names have no _cv_ in them.
Diffstat (limited to 'm4/ax_f90_library.m4')
-rw-r--r--m4/ax_f90_library.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ax_f90_library.m4 b/m4/ax_f90_library.m4
index da28c9d..2d885d6 100644
--- a/m4/ax_f90_library.m4
+++ b/m4/ax_f90_library.m4
@@ -25,7 +25,7 @@
#
# LAST MODIFICATION
#
-# 2008-04-12
+# 2009-01-08
#
# COPYLEFT
#
@@ -36,8 +36,8 @@
# and this notice are preserved.
AC_DEFUN([AX_F90_LIBRARY],[
-AS_VAR_PUSHDEF([ax_ldflags],[ax_f90_ldflags_$1])
-AS_VAR_PUSHDEF([ax_libs],[ax_f90_libs_$1])
+AS_VAR_PUSHDEF([ax_ldflags],[ax_cv_f90_ldflags_$1])
+AS_VAR_PUSHDEF([ax_libs],[ax_cv_f90_libs_$1])
AC_MSG_CHECKING([$1 fortran 90 library])
AC_LANG_PUSH(Fortran)
AS_VAR_SET([ax_ldflags],"")