]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
watch for reverttoparent reverting to the root window, which will create a DetailInfe...
[chaz/openbox] / configure.ac
index 09159bb18640837320aa049b0f459cb1a0254b3e..1dd2669fa0a9f567061d3c54300cc36d6d212ae8 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.54])
-AC_INIT([openbox], [3.3.1], [http://bugzilla.icculus.org])
+AC_INIT([openbox], [3.4.0], [http://bugzilla.icculus.org])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([openbox/openbox.c])
 
@@ -14,10 +14,10 @@ dnl
 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=5
-OB_INTERFACE_AGE=1
-OB_BINARY_AGE=5
+OB_MINOR_VERSION=4
+OB_MICRO_VERSION=6
+OB_INTERFACE_AGE=0
+OB_BINARY_AGE=0
 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION
 
 AC_SUBST(OB_MAJOR_VERSION)
@@ -70,11 +70,11 @@ if test "$SED" = "no"; then
   AC_MSG_ERROR([The program "sed" is not available. This program is required to build Openbox.])
 fi
 
-PKG_CHECK_MODULES([GLIB], [glib-2.0])
+PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.6.0])
 AC_SUBST(GLIB_CFLAGS)
 AC_SUBST(GLIB_LIBS)
 
-PKG_CHECK_MODULES(PANGO, [pango pangoxft])
+PKG_CHECK_MODULES(PANGO, [pango >= 1.8.0 pangoxft >= 1.8.0])
 AC_SUBST(PANGO_CFLAGS)
 AC_SUBST(PANGO_LIBS)
 
@@ -85,10 +85,10 @@ AC_SUBST(XML_LIBS)
 AC_ARG_ENABLE(startup-notification,
   AC_HELP_STRING(
     [--enable-startup-notification],
-    [enable the startup notification library. [[default=disabled]]]
+    [enable the startup notification library. [[default=enabled]]]
   ),
   [enable_sn=$enableval],
-  [enable_sn=no]
+  [enable_sn=yes]
 )
 
 if test "$enable_sn" = yes; then
This page took 0.025086 seconds and 4 git commands to generate.