summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-01-27 20:51:40 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-01-27 20:51:40 (GMT)
commit7afa7bb6afd1cf4daee58010e4f9411262abeab9 (patch)
treea2c5ed68e81536fa78269128e3c10274e4752299 /configure.ac
parent7abd70b809d1ee24d697520030587022c7b8d4e7 (diff)
downloadhdf5-7afa7bb6afd1cf4daee58010e4f9411262abeab9.zip
hdf5-7afa7bb6afd1cf4daee58010e4f9411262abeab9.tar.gz
hdf5-7afa7bb6afd1cf4daee58010e4f9411262abeab9.tar.bz2
[svn-r28995] Removed unused packages from list in --enable-debug=<pkgs> configure
option (also updated CMake). Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools serial CMake (CMake 3.3.2)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6335ac8..ce303b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1863,10 +1863,10 @@ if test "X-$DEBUG_PKG" = X- ; then
fi
AC_SUBST([DEBUG_PKG])
-all_packages="ac,b,b2,d,e,f,g,hg,hl,i,mf,mm,o,p,s,st,t,v,z"
+all_packages="AC,B,B2,D,F,I,HL,O,S,ST,T,Z"
case "X-$DEBUG_PKG" in
X-yes)
- DEBUG_PKG="d,e,f,g,hg,i,mm,o,p,s,t,v,z"
+ DEBUG_PKG="D,F,I,O,S,T,Z"
## H5_CPPFLAGS="$H5_CPPFLAGS -UNDEBUG"
AC_MSG_RESULT([default ($DEBUG_PKG)])
;;