]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
make the default screen-edge resistance 20 (double what it is for windows)
[chaz/openbox] / configure.ac
index b697e8954bc693bc27b12c19787eeed6c97952ec..2c0a25c8795f2993e43e7a3600eb6ec653477cd1 100644 (file)
@@ -1,14 +1,11 @@
 AC_PREREQ([2.54])
-AC_INIT([openbox], [3.0-alpha6], [http://bugzilla.icculus.org])
+AC_INIT([openbox], [3.0-alpha7], [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
This page took 0.020657 seconds and 4 git commands to generate.