summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-07-16 14:34:53 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-07-16 14:34:53 (GMT)
commitbf8fea70bddf54092c213acf66f40222bdc1c743 (patch)
treee20d0ff87adedee1eb223aaea3617aa0ef411208 /m4
parent93161fa55cfc157a8fecd4d19a2d5a746832cbfa (diff)
downloadhdf5-bf8fea70bddf54092c213acf66f40222bdc1c743.zip
hdf5-bf8fea70bddf54092c213acf66f40222bdc1c743.tar.gz
hdf5-bf8fea70bddf54092c213acf66f40222bdc1c743.tar.bz2
[svn-r27401] code cleanup
Diffstat (limited to 'm4')
-rw-r--r--m4/aclocal_fc.m421
1 files changed, 4 insertions, 17 deletions
diff --git a/m4/aclocal_fc.m4 b/m4/aclocal_fc.m4
index bd724b1..b0da27c 100644
--- a/m4/aclocal_fc.m4
+++ b/m4/aclocal_fc.m4
@@ -321,6 +321,7 @@ dnl
AC_DEFUN([PAC_FC_AVAIL_KINDS],[
AC_LANG_PUSH([Fortran])
rm -f pac_fconftest.out
+
AC_RUN_IFELSE([
AC_LANG_SOURCE([
PROGRAM main
@@ -415,13 +416,8 @@ AC_RUN_IFELSE([
],[
AC_MSG_RESULT([Error])
AC_MSG_WARN([Failed to run program to determine available KINDs])
-],[
- dnl Even when cross_compiling=yes,
- dnl pac_validKinds needs to be set for PAC_FC_INTEGER_MODEL_MAP()
- dnl pac_validKinds="`echo \"$2\" | tr ',' ':'`"
- dnl AC_MSG_RESULT([$2])
- dnl ifelse([$1],[],[PAC_FC_ALL_INTEGER_MODELS=$2],[$1=$2])
-])
+],[])
+
AC_LANG_POP([Fortran])
])
AC_DEFUN([PAC_FC_SIZEOF_INT_KINDS],[
@@ -534,13 +530,6 @@ rm -f pac_fconftest.out
PAC_FORTRAN_NATIVE_REAL_SIZEOF="`perl -ne '$. == 4 && print && exit' pac_fconftest.out`"
PAC_FORTRAN_NATIVE_DOUBLE_KIND="`perl -ne '$. == 5 && print && exit' pac_fconftest.out`"
PAC_FORTRAN_NATIVE_DOUBLE_SIZEOF="`perl -ne '$. == 6 && print && exit' pac_fconftest.out`"
-
- dnl PAC_FORTRAN_NATIVE_INTEGER_KIND="`sed -n '1p' pac_fconftest.out`"
- dnl PAC_FORTRAN_NATIVE_INTEGER_SIZEOF="`sed -n '2p' pac_fconftest.out`"
- dnl PAC_FORTRAN_NATIVE_REAL_KIND="`sed -n '3p' pac_fconftest.out`"
- dnl PAC_FORTRAN_NATIVE_REAL_SIZEOF="`sed -n '4p' pac_fconftest.out`"
- dnl PAC_FORTRAN_NATIVE_DOUBLE_KIND="`sed -n '5p' pac_fconftest.out`"
- dnl PAC_FORTRAN_NATIVE_DOUBLE_SIZEOF="`sed -n '6p' pac_fconftest.out`"
else
AC_MSG_WARN([No output from test program!])
fi
@@ -588,9 +577,7 @@ rm -f pac_Cconftest.out
AC_RUN_IFELSE([],[
if test -s pac_Cconftest.out ; then
LDBL_DIG="`perl -ne '$. == 1 && print && exit' pac_Cconftest.out`"
- FLT128_DIG="`perl -ne '$. == 2 && print && exit' pac_Cconftest.out`"
- dnl LDBL_DIG="`sed -n '1p' pac_Cconftest.out`"
- dnl FLT128_DIG="`sed -n '2p' pac_Cconftest.out`"
+ FLT128_DIG="`perl -ne '$. == 2 && print && exit' pac_Cconftest.out`"
else
AC_MSG_WARN([No output from test program!])
fi