X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=1cec49e1cd4f3f8f82bb12d78d30f85b56c4bace;hb=671a30187f8cdc64c6b0a97eb0c7eb2f33c4247e;hp=d1f2cc82595f67ce78df08492848489dbca55ccd;hpb=970d9542154e3d918ad7aa6a49d9f132d9ec7678;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index d1f2cc82..1cec49e1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.0-beta3], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.0-rc4], [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)