diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-01-31 20:12:26 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-01-31 20:12:26 (GMT) |
commit | 99c4d23c6c37a05c51100202ace50451fc13f1a8 (patch) | |
tree | c262d48cf0fdd06fa61232fa213f9916cb2b566f | |
parent | afafd79e7913ca016fd5125a49abacfbc76548e7 (diff) | |
download | hdf5-99c4d23c6c37a05c51100202ace50451fc13f1a8.zip hdf5-99c4d23c6c37a05c51100202ace50451fc13f1a8.tar.gz hdf5-99c4d23c6c37a05c51100202ace50451fc13f1a8.tar.bz2 |
fixed develop to 1.10 issues
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | release_docs/RELEASE.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 968bdc2..5fbb4a9 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # use silent rules where a ## ## By default, it is enabled. Users can configure with ## --disable-maintainer-mode to prevent running the autotools. -AM_MAINTAINER_MODE([disable]) +AM_MAINTAINER_MODE([enable]) ## ---------------------------------------------------------------------- ## Set prefix default (install directory) to a directory in the build area. diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 67ad238..b098a16 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -476,7 +476,6 @@ Bug Fixes since HDF5-1.10.1 release (HDFFV-10248, DER, 2017/07/05) - - CMake Too many commands for POST_BUILD step caused command line to be |