summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-04-23 18:14:56 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-04-23 18:14:56 (GMT)
commitde51001fcd9980bb313634ce17a7f7f22cbeed6d (patch)
tree34c19e63aac915465f2382f4fa9f177ee8fbdb1f /configure.ac
parentd965e53cc0904cbc66c586a49638b2285740533d (diff)
downloadhdf5-de51001fcd9980bb313634ce17a7f7f22cbeed6d.zip
hdf5-de51001fcd9980bb313634ce17a7f7f22cbeed6d.tar.gz
hdf5-de51001fcd9980bb313634ce17a7f7f22cbeed6d.tar.bz2
Add C++ warnings treated as error for autotools builds.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 81e985e..db0cddf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,13 +104,14 @@ AC_SUBST([AR_FLAGS])
## H5_CFLAGS (and company) are for CFLAGS that should be used on HDF5, but
## not exported to h5cc (or h5fc, etc.)
##
-## H5_ECFLAGS is for warnings that should be treated as errors.
+## H5_ECFLAGS (and company) are for warnings that should be treated as errors.
##
AC_SUBST([H5_CFLAGS])
AC_SUBST([H5_ECFLAGS])
AC_SUBST([H5_CPPFLAGS])
AC_SUBST([H5_FCFLAGS])
AC_SUBST([H5_CXXFLAGS])
+AC_SUBST([H5_ECXXFLAGS])
AC_SUBST([H5_JNIFLAGS])
AC_SUBST([H5_JAVACFLAGS])
AC_SUBST([H5_JAVAFLAGS])