summaryrefslogtreecommitdiff
path: root/m4/ax_f90_library_setup.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_setup.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_setup.m4')
-rw-r--r--m4/ax_f90_library_setup.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ax_f90_library_setup.m4 b/m4/ax_f90_library_setup.m4
index 87609e4..05bc8d4 100644
--- a/m4/ax_f90_library_setup.m4
+++ b/m4/ax_f90_library_setup.m4
@@ -34,10 +34,10 @@
# transmute_into_gold, you can use the following in you configure.ac:
#
# AX_F90_MODULE_EXTENSION
-# if test x$ax_f90_modext = xunknown ; then
+# if test x$ax_cv_f90_modext = xunknown ; then
# AC_MSG_ERROR([unable to find f90 modules extension])
# fi
-# AX_F90_LIBRARY_SETUP(alchemy,[],alchemy.$ax_f90_modext,libalchemy*,[
+# AX_F90_LIBRARY_SETUP(alchemy,[],alchemy.$ax_cv_f90_modext,libalchemy*,[
# use alchemy
# call transmute_into_gold('lead')
# ])
@@ -48,7 +48,7 @@
#
# LAST MODIFICATION
#
-# 2008-04-12
+# 2009-01-08
#
# COPYLEFT
#