-- Leo's gemini proxy

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

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: blob
revision:
path_from: autogen.sh
revision_from: refs/heads/feature-sixel:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

blob of:

rxvt-unicode-sixel

/ autogen.sh

refs/heads/feature-sixel:/autogen.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.html)
 ** in the top-level build directory.
 **
 EOF
    exit 1
 fi

 if autoheader && autoconf; then
 	rm -rf autom4te.cache
 	echo "Now run ./configure"
 fi

-- Response ended

-- Page fetched on Sun Jun 2 16:45:31 2024