set _NET_WM_USER_TIME on the window
[dana/urxvt.git] / autogen.sh
index 5817320..af28e41 100755 (executable)
@@ -1,5 +1,17 @@
 #! /bin/sh
 
 #! /bin/sh
 
+if ! [ -e libev/ev++.h ]; then
+   cat <<EOF
+**
+** libev/ directory is missing
+**
+** you need a checkout of libev (http://software.schmorp.de/pkg/libev)
+** in the top-level build directory.
+**
+EOF
+   exit 1
+fi
+
 if autoheader && autoconf; then
        rm -rf autom4te.cache
        echo "Now run ./configure"
 if autoheader && autoconf; then
        rm -rf autom4te.cache
        echo "Now run ./configure"