]> Dogcows Code - chaz/openbox/blobdiff - configure.in
fixed sticky windows!
[chaz/openbox] / configure.in
index dc8ae2fb993e27b670fa23c36f53d6beca423f10..29e5cf803608f3ba23319b79042eec8f5100e5bc 100644 (file)
@@ -1,7 +1,7 @@
 dnl configure.in for Openbox
 dnl Initialize autoconf and automake
 AC_INIT(src/openbox.cc)
-AM_INIT_AUTOMAKE(openbox,1.3.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 -Wall -W -pedantic"
+    DEBUG="-DDEBUG -Wall -W"
   else
     AC_MSG_RESULT([no])
   fi,
This page took 0.021764 seconds and 4 git commands to generate.