X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=configure.ac;h=ed6392b912a2a97d54f1ffabc07ab211b7e27dea;hb=f5202acb60c56c35e21a4d5cce8687a46df4da92;hp=440b982402edfeea16a2eacd3f98a0518095b0b8;hpb=fd0b9f760ab69c9e78f522ad0a9fe5d41152a382;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index 440b9824..ed6392b9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.3-rc2], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.3], [http://bugzilla.icculus.org]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([openbox/openbox.c]) @@ -15,9 +15,9 @@ dnl if MAJOR or MINOR version changes, be sure to change AC_INIT above to match dnl OB_MAJOR_VERSION=3 OB_MINOR_VERSION=3 -OB_MICRO_VERSION=3 -OB_INTERFACE_AGE=1 -OB_BINARY_AGE=3 +OB_MICRO_VERSION=4 +OB_INTERFACE_AGE=0 +OB_BINARY_AGE=4 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION AC_SUBST(OB_MAJOR_VERSION) @@ -77,7 +77,7 @@ AC_SUBST(GLIB_LIBS) AC_ARG_ENABLE(pango, AC_HELP_STRING( [--disable-pango], - [disable the pango library for better display of international fonts. [[default=yes]]] + [disable the pango library [[default=enabled]]] ), [enable_pango=$enableval], [enable_pango=yes] @@ -107,11 +107,11 @@ AC_SUBST(XML_LIBS) AC_ARG_ENABLE(startup-notification, AC_HELP_STRING( - [--disable-startup-notification], - [disable the startup notification library. [[default=yes]]] + [--enable-startup-notification], + [enable the startup notification library. [[default=disabled]]] ), [enable_sn=$enableval], - [enable_sn=yes] + [enable_sn=no] ) if test "$enable_sn" = yes; then @@ -140,7 +140,6 @@ AC_SUBST(EFENCE_LIBS) dnl Check for X11 extensions X11_EXT_XKB X11_EXT_XRANDR -X11_EXT_VIDMODE X11_EXT_SHAPE X11_EXT_XINERAMA