summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-05-31 20:17:18 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-05-31 20:17:18 (GMT)
commit890203482a9727705a492c92b7b02b78f8328f45 (patch)
tree6e1289b4431a12479474d51ba82e0fc4b93dad84 /configure.ac
parent0de74a8dadc505f2669cc5341ff486e0d01c53aa (diff)
downloadhdf5-890203482a9727705a492c92b7b02b78f8328f45.zip
hdf5-890203482a9727705a492c92b7b02b78f8328f45.tar.gz
hdf5-890203482a9727705a492c92b7b02b78f8328f45.tar.bz2
Changed 'deprecated' to indicate 'no longer supported' in the
--enable-debug/production configure flags.
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 c68caab..1de69c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1954,12 +1954,12 @@ AC_DEFINE_UNQUOTED([PRINTF_LL_WIDTH], ["$hdf5_cv_printf_ll"],
## around to help people migrate to 1.10.x and newer versions.
##
AC_ARG_ENABLE([debug],
- [AS_HELP_STRING([--enable-debug], [DEPRECATED: use --enable-build-mode=debug])],
- [AC_MSG_ERROR([--enable-debug is deprecated, use --enable-build-mode=debug instead.])])
+ [AS_HELP_STRING([--enable-debug], [OPTION CHANGE: use --enable-build-mode=debug])],
+ [AC_MSG_ERROR([--enable-debug is no longer supported, use --enable-build-mode=debug instead.])])
AC_ARG_ENABLE([production],
- [AS_HELP_STRING([--enable-production], [DEPRECATED: use --enable-build-mode=production])],
- [AC_MSG_ERROR([--enable-production is deprecated, use --enable-build-mode=production instead.])])
+ [AS_HELP_STRING([--enable-production], [OPTION CHANGE: use --enable-build-mode=production])],
+ [AC_MSG_ERROR([--enable-production is no longer supported, use --enable-build-mode=production instead.])])
## ----------------------------------------------------------------------