summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-01-27 17:17:09 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-01-27 17:17:09 (GMT)
commit4d34a0c6ad62e0482b699987c6852014dc60b699 (patch)
tree8dc0a2c4c7d9bda10fd10ba14bb2f022b4aa8123 /MANIFEST
parent1e85e7ca5257c66c73fc426ebe58c9faf85597ca (diff)
downloadhdf5-4d34a0c6ad62e0482b699987c6852014dc60b699.zip
hdf5-4d34a0c6ad62e0482b699987c6852014dc60b699.tar.gz
hdf5-4d34a0c6ad62e0482b699987c6852014dc60b699.tar.bz2
[svn-r26051] Fix for HDFFV-9092
Change AC_TRY_RUN TO AC_TRY_COMPILE Changed all the instances of AC_TRY_RUN for the Fortran and C++ tests to use AC_COMPILE_IFELSE and moved all the tests to new files in m4 directory: aclocal_cxx.m4 (for C++ tests) aclocal_fc.m4 (for Fortran tests) tested: jam
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index fbc4a1e..e049eaa 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -33,6 +33,8 @@
./m4/ltversion.m4 _DO_NOT_DISTRIBUTE_
./m4/lt~obsolete.m4 _DO_NOT_DISTRIBUTE_
./m4/ltoptions.m4 _DO_NOT_DISTRIBUTE_
+./m4/aclocal_fc.m4
+./m4/aclocal_cxx.m4
./README.txt
./aclocal.m4
./acsite.m4