X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=2c0a25c8795f2993e43e7a3600eb6ec653477cd1;hb=aeef6569934d792a144c5d003a884ccb3da69dac;hp=b697e8954bc693bc27b12c19787eeed6c97952ec;hpb=7fbf1f4bd82d4b7dd738bd04fa7677494d645875;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index b697e895..2c0a25c8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,14 +1,11 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.0-alpha6], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.0-alpha7], [http://bugzilla.icculus.org]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([openbox/openbox.c]) AC_PREFIX_DEFAULT([/usr/local]) test "$prefix" = "NONE" && prefix=$ac_default_prefix -AC_PATH_PROG([SED], [sed]) -test "$SED" || AC_MSG_ERROR([sed not found]) - # Determine build target OB_DEBUG # Pick compiler specific/build target flags, and set $CVS