summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-07-02 22:14:45 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-07-02 22:14:45 (GMT)
commit3f866f18eca2351950f4d68b4b4ec26210809af8 (patch)
treeda401bb401a268c853a7044166bee828fdf11211 /configure
parent549cc2e1c38383d6f89d75397e937352b9a07ede (diff)
downloadhdf5-3f866f18eca2351950f4d68b4b4ec26210809af8.zip
hdf5-3f866f18eca2351950f4d68b4b4ec26210809af8.tar.gz
hdf5-3f866f18eca2351950f4d68b4b4ec26210809af8.tar.bz2
[svn-r27333] added comments
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ac706a0..ef31d87 100755
--- a/configure
+++ b/configure
@@ -7910,7 +7910,7 @@ $as_echo_n "checking for Fortran interoperable KINDS with C... " >&6; }
$as_echo "$PAC_FC_ALL_REAL_KINDS" >&6; }
H5CONFIG_F_NUM_RKIND="INTEGER, PARAMETER :: num_rkinds = `echo \"$PAC_FC_ALL_REAL_KINDS\" | perl -e '$count = (<STDIN> =~ tr/,//);print $count+1'`"
- H5CONFIG_F_RKIND="INTEGER, DIMENSION(1:num_rkinds) :: rkind = (/`echo \"$PAC_FC_ALL_REAL_KINDS\" | perl -pe 's/{//g' | perl -pe 's/}//g' | perl -pe 's/ /,/g'`/)"
+ H5CONFIG_F_RKIND="INTEGER, DIMENSION(1:num_rkinds) :: rkind = (/`echo \"$PAC_FC_ALL_REAL_KINDS\" | perl -pe 's/{//g' | perl -pe 's/}//g' | perl -pe 's/ /,/g'`/)"
H5CONFIG_F_RKIND_SIZEOF="INTEGER, DIMENSION(1:num_rkinds) :: rkind_sizeof = (/`echo \"$PAC_FC_ALL_REAL_KINDS_SIZEOF\" | perl -pe 's/{//g' | perl -pe 's/}//g'| perl -pe 's/ /,/g'`/)"