summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-11-03 15:58:43 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-11-03 15:58:43 (GMT)
commitf2d9d05cd008d1a359dc1a17e5a73f54a1b33220 (patch)
treecc4a105d82f146455cfca35302f342e9e724d5a3 /configure.ac
parent8bc45d450ba5e1ec5a29d50360f55f3a05da7e81 (diff)
downloadhdf5-f2d9d05cd008d1a359dc1a17e5a73f54a1b33220.zip
hdf5-f2d9d05cd008d1a359dc1a17e5a73f54a1b33220.tar.gz
hdf5-f2d9d05cd008d1a359dc1a17e5a73f54a1b33220.tar.bz2
Add missing h5format_convert generated files
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e4e3516..6166084 100644
--- a/configure.ac
+++ b/configure.ac
@@ -699,7 +699,7 @@ if test "X$HDF_CXX" = "Xyes"; then
## if C++ can handle static cast
PAC_PROG_CXX_STATIC_CAST
- ## Checking if C++ has offsetof extension,
+ ## Checking if C++ has offsetof extension,
## note: this test has to be the last of the C++ tests because it sets a definition
## which would be used in the other tests, causing them to fail.
PAC_PROG_CXX_OFFSETOF
@@ -2869,7 +2869,7 @@ if test ${ac_cv_sizeof_long_double} = 0; then
hdf5_cv_ldouble_to_llong_accurate=${hdf5_cv_ldouble_to_llong_accurate=no}
else
AC_CACHE_VAL([hdf5_cv_ldouble_to_llong_accurate],
- [AC_RUN_IFELSE([AC_LANG_SOURCE([$TEST_SRC])],
+ [AC_RUN_IFELSE([AC_LANG_SOURCE([$TEST_SRC])],
[hdf5_cv_ldouble_to_llong_accurate=yes], [hdf5_cv_ldouble_to_llong_accurate=no],[])])
fi
@@ -3348,6 +3348,9 @@ AC_CONFIG_FILES([src/libhdf5.settings
tools/test/h5diff/Makefile
tools/test/h5diff/testh5diff.sh
tools/test/h5diff/testph5diff.sh
+ tools/src/h5format_convert/Makefile
+ tools/test/h5format_convert/Makefile
+ tools/test/h5format_convert/testh5fc.sh
tools/test/h5jam/Makefile
tools/test/h5jam/testh5jam.sh
tools/test/h5repack/Makefile