summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-03-01 14:30:44 -0500
committerAdam Jackson <ajax@redhat.com>2018-03-01 14:30:44 -0500
commitc1a3ce27f4f89ae6796d08551964ae0832ac3d9d (patch)
tree28f7f7f4c3fe6a5cd1dd2f3e9fb00862315a3eee /autogen.sh
parent141dc81354b48f7cf284411a299a3ce5aa95cfb0 (diff)
downloadxorg-proto-xcmiscproto-master.tar.gz
Deprecate xcmiscprotoHEADmaster
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 20600db..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 xcmiscproto"
-
-if test -z "$NOCONFIGURE"; then
- exec "$srcdir"/configure "$@"
-fi
+exit 1