X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=configure.ac;h=ceb0b59cbbfe45f941e172018240215e5a79a29f;hp=dbabc0e89df7b8e6b863a4d27fcbf3478ffe1cc4;hb=f13d68bc2776a072fdf31c0eb5a3077cb138ba21;hpb=b982aac54ea06f51418ed28d4f864821b350ccca diff --git a/configure.ac b/configure.ac index dbabc0e8..ceb0b59c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.8.1], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.8.2-BETA], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -242,16 +242,6 @@ AM_CONDITIONAL([ENABLE_SSSE3_SHA1], [test "$ENABLE_SSSE3_SHA1" = "yes"]) # ----------------------------- Other options --------------------------------- -AC_MSG_CHECKING([whether to include debugging messages]) -AC_ARG_ENABLE([debug], - AS_HELP_STRING([--enable-debug], [include debugging messages]), - [ENABLE_DEBUG=$enableval], - [ENABLE_DEBUG=no]) -AC_MSG_RESULT([$ENABLE_DEBUG]) -if test "$ENABLE_DEBUG" = "yes"; then - AC_DEFINE([ENABLE_DEBUG], [1], [Define to 1 if including debug messages]) -fi - AC_MSG_CHECKING([whether to include error messages]) AC_ARG_ENABLE([error_messages], AS_HELP_STRING([--disable-error-messages], [do not compile in error messsages]),