]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
fix make distcheck
[chaz/openbox] / configure.ac
index 4259cda1c3d89ce8416e5d710301fe18ca3b4ff3..78b5aa6776e2c91165125900dd4645352a09fdd8 100644 (file)
@@ -98,6 +98,11 @@ if test "$SED" = "no"; then
   AC_MSG_ERROR([The program "sed" is not available. This program is required to build Openbox.])
 fi
 
+AC_PATH_PROG([DIRNAME], [dirname], [no])
+if test "$DIRNAME" = "no"; then
+  AC_MSG_ERROR([The program "dirname" is not available. This program is required to build Openbox.])
+fi
+
 PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.14.0])
 AC_SUBST(GLIB_CFLAGS)
 AC_SUBST(GLIB_LIBS)
This page took 0.021387 seconds and 4 git commands to generate.