summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-03-01 14:30:33 -0500
committerAdam Jackson <ajax@redhat.com>2018-03-01 14:30:33 -0500
commitb7f2cf6eb2055f72d4772b66dfc3050e43a3a8f3 (patch)
treee9c3d9481752addcb4b76e26bf31701db193b24e /autogen.sh
parent3937f72040b79c7245b261da880364177cc40a6e (diff)
downloadxorg-proto-dri3proto-master.tar.gz
Deprecate dri3protoHEADmaster
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh19
1 files changed, 4 insertions, 15 deletions
diff --git a/autogen.sh b/autogen.sh
index 7abdaac..1facbd4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,17 +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 $?
-
-git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
- git config --local format.subjectPrefix "PATCH dri3proto"
-
-if test -z "$NOCONFIGURE"; then
- exec "$srcdir"/configure "$@"
-fi
+exit 1