summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-06-14 15:47:09 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-06-14 15:47:09 (GMT)
commit3dfc80a28a9600d54a809f9d451da4ddc5f31f44 (patch)
treef5903343af54abd7b00045afb80e6597492b4e5c /configure.ac
parent054059a30c081a88e0a2dfe05d036d617f434e55 (diff)
downloadhdf5-3dfc80a28a9600d54a809f9d451da4ddc5f31f44.zip
hdf5-3dfc80a28a9600d54a809f9d451da4ddc5f31f44.tar.gz
hdf5-3dfc80a28a9600d54a809f9d451da4ddc5f31f44.tar.bz2
Moved h5cc.in and h5redeploy.in from tools/misc to bin directory. They
should always be built and installed whether tools are enabled or disabled. Also added Makefile.am to bin to build h5redeploy and to install and uninstall them. h5cc is created from h5cc.in by configure.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9cfb9a1..33b3251 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3518,7 +3518,6 @@ AM_CONDITIONAL([HAVE_SHARED_CONDITIONAL], [test "X$enable_shared" = "Xyes"])
AC_CONFIG_FILES([src/libhdf5.settings
Makefile
src/Makefile
- src/h5cc
test/Makefile
test/H5srcdir_str.h
test/testabort_fail.sh
@@ -3586,6 +3585,8 @@ AC_CONFIG_FILES([src/libhdf5.settings
examples/Makefile
examples/run-c-ex.sh
examples/testh5cc.sh
+ bin/h5cc
+ bin/Makefile
c++/Makefile
c++/src/Makefile
c++/src/h5c++