added module extension test

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@9381 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2015-03-19 02:57:36 +00:00
parent 4f7854de09
commit 108738e00e

View File

@ -39,6 +39,14 @@ if test "X$IPQ_FORTRAN" = "Xyes"; then
AC_FC_LIBRARY_LDFLAGS
AC_FC_WRAPPERS
AC_FC_MAIN
m4_ifdef([AC_FC_MODULE_EXTENSION], [AC_FC_MODULE_EXTENSION], [
AX_F90_MODULE_EXTENSION
FC_MODEXT=mod
if test x$ax_cv_f90_modext != xunknown ; then
FC_MODEXT=$ax_cv_f90_modext
fi
AC_SUBST(FC_MODEXT)
])
AC_SUBST(F77, $FC)
AC_SUBST(FFLAGS, $FCFLAGS)
else