X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=m4%2Fopenbox.m4;h=db592e91e6b472eb701fb3f6f4d30992d8c2f862;hb=6f5292c87ece138a2b80d102ba0919b105b1839a;hp=84044f36005809be0e4e4a8a40f850a27ff5c907;hpb=86f1830d0ab76b07999ed35e29a32d405ee22ac4;p=chaz%2Fopenbox diff --git a/m4/openbox.m4 b/m4/openbox.m4 index 84044f36..db592e91 100644 --- a/m4/openbox.m4 +++ b/m4/openbox.m4 @@ -7,10 +7,6 @@ AC_DEFUN([OB_DEBUG], [ AC_MSG_CHECKING([build type]) - AC_ARG_ENABLE([debug], - [ --enable-debug build a debug version default=yes], - [DEBUG=$enableval], [DEBUG="yes"]) - AC_ARG_ENABLE([strict-ansi], [ --enable-strict-ansi Enable strict ANSI compliance build default=no], [STRICT=$enableval], [STRICT="no"]) @@ -18,11 +14,20 @@ AC_DEFUN([OB_DEBUG], CFLAGS="$CFLAGS -ansi -pedantic -D_XOPEN_SOURCE" fi - # cvs builds are always debug + AC_ARG_ENABLE([debug], + [ --enable-debug build a debug version default=no], + [DEBUG=$enableval], [DEBUG="no"]) + + # these special builds are always debug CVS="" - test "${PACKAGE_VERSION%*cvs}" != "$PACKAGE_VERSION" && CVS="yes" + test "${PACKAGE_VERSION%*cvs*}" != "$PACKAGE_VERSION" && CVS="yes" test "$CVS" = "yes" && DEBUG="yes" + TEST="" + test "${PACKAGE_VERSION%*alpha*}" != "$PACKAGE_VERSION" && TEST="yes" + test "${PACKAGE_VERSION%*beta*}" != "$PACKAGE_VERSION" && TEST="yes" + test "$TEST" = "yes" && DEBUG="yes" + if test "$DEBUG" = "yes"; then MSG="DEBUG" else @@ -31,6 +36,9 @@ AC_DEFUN([OB_DEBUG], if test "$CVS" = "yes"; then MSG="$MSG (CVS build)" fi + if test "$TEST" = "yes"; then + MSG="$MSG (test release)" + fi if test "$STRICT" = "yes"; then MSG="$MSG with strict ANSI compliance" fi @@ -53,12 +61,18 @@ AC_DEFUN([OB_COMPILER_FLAGS], FLAGS="" + if test "$DEBUG" = "yes"; then + FLAGS="-DDEBUG" + else + FLAGS="-DNDEBUG -DG_DISABLE_ASSERT" + fi + # Check what compiler we are using AC_MSG_CHECKING([for GNU CC]) if test "$GCC" = "yes"; then AC_MSG_RESULT([yes]) if test "$DEBUG" = "yes"; then - FLAGS="-g -fno-inline" + FLAGS="$FLAGS -g -fno-inline" FLAGS="$FLAGS -Wall -Wsign-compare -Waggregate-return" FLAGS="$FLAGS -Wcast-qual -Wbad-function-cast -Wpointer-arith" # for Python.h