]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
adjust the themes with buttons to match how they are read now
[chaz/openbox] / configure.ac
index dea5e17d3d7c57c8bcc102c9d32bca77114fb57b..8f4a68ea28ff3e34b346cd5a1314ebc998aa5ebb 100644 (file)
@@ -1,4 +1,4 @@
-AC_PREREQ([2.50])
+AC_PREREQ([2.54])
 AC_INIT([openbox], [2.90.0cvs], [http://bugzilla.icculus.org])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([kernel/openbox.c])
@@ -93,6 +93,9 @@ PKG_CHECK_MODULES(GTK, [gtk+-2.0],
 )
 AM_CONDITIONAL(OBCONF, [test "$use_gtk" = "yes" && test "$use_glade" = "yes"])
 
+# Check for session management
+X11_SM
+
 # Check for X11 extensions
 X11_EXT_XKB
 X11_EXT_XRANDR
@@ -100,11 +103,12 @@ X11_EXT_VIDMODE
 X11_EXT_SHAPE
 X11_EXT_XINERAMA
 
-GL_OPTION
-
 AC_CONFIG_FILES([Makefile
                  po/Makefile.in
                  themes/Makefile
+                 themes/ebox_data/Makefile
+                 themes/fieron_data/Makefile
+                 themes/fieron2_data/Makefile
                 data/Makefile
                  render/Makefile
                 parser/Makefile
This page took 0.024172 seconds and 4 git commands to generate.