summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorlrknox <lrknox>2018-01-31 20:20:41 (GMT)
committerlrknox <lrknox>2018-01-31 20:20:41 (GMT)
commit1bc7dc396a818d3f13624ab9386999db0c56aa71 (patch)
treeb291fb8a886987c0c56243f03668df009e2b02ac /configure.ac
parent88e44cb93c1d1074f671c6299a55299e7eb18420 (diff)
downloadhdf5-1bc7dc396a818d3f13624ab9386999db0c56aa71.zip
hdf5-1bc7dc396a818d3f13624ab9386999db0c56aa71.tar.gz
hdf5-1bc7dc396a818d3f13624ab9386999db0c56aa71.tar.bz2
Correct AM_MAINTAINER_MODE default to 'enable'.
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 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.