summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2018-01-31 20:32:16 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-01-31 20:32:16 (GMT)
commit116c40450c4c559c3713044dce590100273a4fa5 (patch)
treeb291fb8a886987c0c56243f03668df009e2b02ac
parent88e44cb93c1d1074f671c6299a55299e7eb18420 (diff)
parent1bc7dc396a818d3f13624ab9386999db0c56aa71 (diff)
downloadhdf5-116c40450c4c559c3713044dce590100273a4fa5.zip
hdf5-116c40450c4c559c3713044dce590100273a4fa5.tar.gz
hdf5-116c40450c4c559c3713044dce590100273a4fa5.tar.bz2
Merge pull request #883 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '1bc7dc396a818d3f13624ab9386999db0c56aa71': Correct AM_MAINTAINER_MODE default to 'enable'.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6bd650f..98c97cc 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.