summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-03-01 14:30:40 -0500
committerAdam Jackson <ajax@redhat.com>2018-03-01 14:30:40 -0500
commit44a393878795bc76376fd912365fea1620414fa8 (patch)
treeca2cc20b5e269dff966347acf2e4579cb0ff99ad /autogen.sh
parentd91253142fffdd7b43a2ea9f4118eb920ff461c3 (diff)
downloadxorg-proto-printproto-master.tar.gz
Deprecate printprotoHEADmaster
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh16
1 files changed, 4 insertions, 12 deletions
diff --git a/autogen.sh b/autogen.sh
index fc34bd5..1facbd4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,14 +1,6 @@
-#! /bin/sh
+#!/bin/sh
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
+echo "This module has been deprecated. Use xorgproto instead:"
+echo "git clone git://anongit.freedesktop.org/git/xorg/proto/xorgproto"
-ORIGDIR=`pwd`
-cd $srcdir
-
-autoreconf -v --install || exit 1
-cd $ORIGDIR || exit $?
-
-if test -z "$NOCONFIGURE"; then
- $srcdir/configure "$@"
-fi
+exit 1