summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-10-23 19:49:47 (GMT)
committerGitHub <noreply@github.com>2023-10-23 19:49:47 (GMT)
commitba9140e5ec7422b18289b15c04095968199e6529 (patch)
treed600bf8dc0ce90e0853dcbec7ad1e306a96c1c33 /configure.ac
parentca01d00a80990674922e5a716d05a9d38489182b (diff)
downloadhdf5-ba9140e5ec7422b18289b15c04095968199e6529.zip
hdf5-ba9140e5ec7422b18289b15c04095968199e6529.tar.gz
hdf5-ba9140e5ec7422b18289b15c04095968199e6529.tar.bz2
Initial preparation of hdf5-1_11_3 release branch for HDF5 1.12.3 release:\nUpdated configure.ac for release: switched configure default to production mode and disabled maintainer mode.\nSet HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt.\n Generated release files including Makefile.ins with autogen.sh, autoconf 2.71 and automake 1.16.2.\nIncremented version to 1.12.3-2. (#3756)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index c5e08f9..e7a62bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ AC_PREREQ([2.71])
## NOTE: Do not forget to change the version number here when we do a
## release!!!
##
-AC_INIT([HDF5], [1.12.3-1], [help@hdfgroup.org])
+AC_INIT([HDF5], [1.12.3-2], [help@hdfgroup.org])
AC_CONFIG_SRCDIR([src/H5.c])
AC_CONFIG_HEADERS([src/H5config.h])
@@ -74,7 +74,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # use silent rules where a
##
## By default, maintainer mode is enabled in development branches and disabled
## in release branches.
-AM_MAINTAINER_MODE([enable])
+AM_MAINTAINER_MODE([disable])
## ----------------------------------------------------------------------
## Set prefix default (install directory) to a directory in the build area.
@@ -438,14 +438,14 @@ AC_ARG_ENABLE([build-mode],
(i.e.: a 'clean slate' configuration).
All these settings can be overridden by using
specific configure flags.
- [default=debug]
+ [default=production]
])],
[BUILD_MODE=$enableval])
## Set the default
## Depends on branch, set via script at branch creation time
if test "X-$BUILD_MODE" = X- ; then
- BUILD_MODE=debug
+ BUILD_MODE=production
fi
## Allow this variable to be substituted in