summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
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,