]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
free menuframes when they fail to show themselves
[chaz/openbox] / configure.ac
index d1f2cc82595f67ce78df08492848489dbca55ccd..ebba7b70b11ddc1a14d387a5e248afe84bc1c2ae 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.54])
-AC_INIT([openbox], [3.0-beta3], [http://bugzilla.icculus.org])
+AC_INIT([openbox], [3.0-rc3], [http://bugzilla.icculus.org])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([openbox/openbox.c])
 
@@ -57,7 +57,6 @@ LIBTOOL="$LIBTOOL --silent"
 
 AC_PROG_INSTALL
 
-ALL_LINGUAS=""
 AM_GNU_GETTEXT_VERSION(0.12.1)
 AM_GNU_GETTEXT([external])
 
@@ -66,6 +65,11 @@ AC_CHECK_HEADERS(unistd.h sys/stat.h sys/select.h sys/time.h sys/wait.h)
 # AC_HEADER_TIME
 # AC_TYPE_SIGNAL
 
+AC_PATH_PROG([SED], [sed], [no])
+if test "$SED" = "no"; then
+  AC_MSG_ERROR([The program "sed" is not avaiable. This program is required to build Openbox.])
+fi
+
 PKG_CHECK_MODULES([GLIB], [glib-2.0])
 AC_SUBST(GLIB_CFLAGS)
 AC_SUBST(GLIB_LIBS)
This page took 0.022281 seconds and 4 git commands to generate.