summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2021-05-18 22:04:38 (GMT)
committerGitHub <noreply@github.com>2021-05-18 22:04:38 (GMT)
commit2a9b0a2a0b8d2e9d5cbfd2fe3e05f6715831809b (patch)
treee2ca3bd304318a5135216dcc449194cb1ab4d347 /configure.ac
parented86f4aaf48541dc911fc82a31ea8818acd45d31 (diff)
downloadhdf5-2a9b0a2a0b8d2e9d5cbfd2fe3e05f6715831809b.zip
hdf5-2a9b0a2a0b8d2e9d5cbfd2fe3e05f6715831809b.tar.gz
hdf5-2a9b0a2a0b8d2e9d5cbfd2fe3e05f6715831809b.tar.bz2
H5TRACE3 macro change for hdf5 1 12 (#656)
* Revert addition of & to 2 parameters in DSetCreatPropList::setVirtual from PR #448 Various clang tidy warning fixes, to maintain binary compatibility in hdf5_1_12. * Commit H5Trace3 macro change for code change merged from develop. * Enable maintainer mode.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1b4e6ad..f5b1859 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,7 +76,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.