-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: 1854e7cf7fd430d5a67a8cddd6906661b6f3820d:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit 1854e7cf7fd430d5a67a8cddd6906661b6f3820d
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Fri Oct 13 17:13:48 2017 +0000

    autogen.sh: Add check for libptytty directory

    Patch by Petr Vorel.

diff --git a/autogen.sh b/autogen.sh

index 915feb3ef0981fe4efc13809c340b9f6e9576df0..

index ..6a646c4e155634238d3fb03b34aeee80ddb3a560 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"

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 10:48:44 2024