X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=configure.in;h=29e5cf803608f3ba23319b79042eec8f5100e5bc;hb=ae3dc273c4b42553208d230a775731df18058a4a;hp=05ae51017542bbd8a6937f69f4d006009029029e;hpb=251dd4034f3a3f11a190c06d7b69670dc87d219d;p=chaz%2Fopenbox diff --git a/configure.in b/configure.in index 05ae5101..29e5cf80 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl configure.in for Openbox dnl Initialize autoconf and automake AC_INIT(src/openbox.cc) -AM_INIT_AUTOMAKE(openbox,1.0.0,no-define) +AM_INIT_AUTOMAKE(openbox,2.0.0,no-define) dnl Determine default prefix test x$prefix = "xNONE" && prefix="$ac_default_prefix" @@ -172,7 +172,7 @@ AC_ARG_ENABLE(debug, [ --enable-debug include verbose debugging code [default=no]], if test x$enableval = "xyes"; then AC_MSG_RESULT([yes]) - DEBUG="-DDEBUG" + DEBUG="-DDEBUG -Wall -W" else AC_MSG_RESULT([no]) fi,