X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=configure.in;h=0e020f529b6d0b475ec745c4d8fd7cf0ba93bfda;hb=f75083669f65aadd6b32f8ed25880ca362296a2f;hp=a211949d63f3d1fb17a92d9777f5e3ea465e825b;hpb=fba11bf0c628d1d3a71c67d97f300a57d0892f1a;p=chaz%2Fopenbox diff --git a/configure.in b/configure.in index a211949d..0e020f52 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.1.1,no-define) +AM_INIT_AUTOMAKE(openbox,1.2.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 -pedantic" else AC_MSG_RESULT([no]) fi,