Signed-off-by: Petr Vorel <[email protected]>
---
autogen.sh | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/autogen.sh b/autogen.sh
index 915feb3e..6a646c4e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,6 +12,18 @@ EOF
exit 1
fi
+if ! [ -e libptytty/ptytty.m4 ]; then
+ cat <<EOF
+**
+** libptytty/ directory is missing
+**
+** you need a checkout of libptytty
(http://software.schmorp.de/pkg/libptytty.html)
+** in the top-level build directory.
+**
+EOF
+ exit 1
+fi
+
if autoheader && autoconf; then
rm -rf autom4te.cache
echo "Now run ./configure"
--
2.14.2
_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/mailman/listinfo/rxvt-unicode