From 44a393878795bc76376fd912365fea1620414fa8 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 1 Mar 2018 14:30:40 -0500 Subject: Deprecate printproto Signed-off-by: Adam Jackson --- autogen.sh | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'autogen.sh') 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 -- cgit v1.2.1