X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=configure.ac;h=fa8e1e76abf9da93acc325bc3cf89da2275f42f7;hb=1afc4180d72d335d93cb9ad8ec9a0dc4d5ae003b;hp=2c627735b76f1a4d7c1ed58af95e57639e810c7f;hpb=3578c18521c394555e65c6126d7ae0e126af7cf6;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index 2c627735..fa8e1e76 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.0-alpha2], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.0-alpha2a-ex-plus], [http://bugzilla.icculus.org]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([kernel/openbox.c]) @@ -84,7 +84,8 @@ PKG_CHECK_MODULES(GTK, [gtk+-2.0], AC_MSG_WARN([disabling build of the configuration tool]) ] ) -AM_CONDITIONAL(OBCONF, [test "$use_gtk" = "yes" && test "$use_glade" = "yes"]) +#AM_CONDITIONAL(OBCONF, [test "$use_gtk" = "yes" && test "$use_glade" = "yes"]) +AM_CONDITIONAL(OBCONF, [false]) # Check for session management X11_SM @@ -107,11 +108,5 @@ AC_CONFIG_FILES([ ]) AC_OUTPUT -AC_MSG_RESULT -if test "$DEBUG" = "yes"; then - AC_MSG_RESULT([Creating a DEBUG build.]) -else - AC_MSG_RESULT([Creating a RELEASE build.]) -fi AC_MSG_RESULT AC_MSG_RESULT([configure complete, now type \"make\"])