summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
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