X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=configure.in;h=29e5cf803608f3ba23319b79042eec8f5100e5bc;hb=fda410fdf206c908c5d3db133150743b38e36c96;hp=dc8ae2fb993e27b670fa23c36f53d6beca423f10;hpb=a4c9553c64fb854aa5fdf79f87d5b4d6a07ca67e;p=chaz%2Fopenbox diff --git a/configure.in b/configure.in index dc8ae2fb..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.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,