summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-03-01 14:29:42 -0500
committerAdam Jackson <ajax@redhat.com>2018-03-01 14:29:42 -0500
commit1f15322408dabf4f8e35ab271e1c050c494ef9b7 (patch)
tree5753a2c64c35006763189d90a005e57738a85cbd /autogen.sh
parent1da6fd1e2c7a49648245c98481fabea8b9690a8c (diff)
Deprecate calibrateprotoHEADmaster
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh14
1 files changed, 4 insertions, 10 deletions
diff --git a/autogen.sh b/autogen.sh
index 904cd67..1facbd4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,12 +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 $?
-
-$srcdir/configure --enable-maintainer-mode "$@"
+exit 1