summaryrefslogtreecommitdiffstats
path: root/configure.ac
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.ac
parent549cc2e1c38383d6f89d75397e937352b9a07ede (diff)
downloadhdf5-3f866f18eca2351950f4d68b4b4ec26210809af8.zip
hdf5-3f866f18eca2351950f4d68b4b4ec26210809af8.tar.gz
hdf5-3f866f18eca2351950f4d68b4b4ec26210809af8.tar.bz2
[svn-r27333] added comments
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f11da5a..9a8efe9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -597,6 +597,7 @@ if test "X$HDF_FORTRAN" = "Xyes"; then
dnl count the number of real kinds
H5CONFIG_F_NUM_RKIND="INTEGER, PARAMETER :: num_rkinds = `echo \"[$]PAC_FC_ALL_REAL_KINDS\" | perl -e '$count = (<STDIN> =~ tr/,//);print $count+1'`"
+ dnl MSB still need to replace spaces with commas??
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'`/)"
dnl H5CONFIG_F_RKIND="INTEGER, DIMENSION(1:num_rkinds) :: rkind = (`echo \"[$]PAC_FC_ALL_REAL_KINDS\" | $PERL -pe 'tr |{}|//|' | $PERL -e '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'`/)"