X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=a485a43645db5b4480f264e30a865f2b7cc09eff;hb=32b381fbcae3f6978978627468328514dddcf45b;hp=8627f00428c18ad8783077329e0268b9cb484b1d;hpb=84de4a1785ad2602d11689797a4a8dd99887206e;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index 8627f004..a485a436 100644 --- a/configure.ac +++ b/configure.ac @@ -1,14 +1,11 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.0-alpha7], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.0-beta1], [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