summaryrefslogtreecommitdiff
path: root/xf86miscproto
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-01-30 11:50:13 -0500
committerAdam Jackson <ajax@redhat.com>2018-01-30 11:50:13 -0500
commitf8d79a05e5e6a5b49c7b64aa10b1213959cd9801 (patch)
tree04fa09dbe8fa023056700664435916c32b3aea2f /xf86miscproto
parent20edc983b0e103cff51f0723bd56691f6afb8759 (diff)
git rm */autogen.sh
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'xf86miscproto')
-rwxr-xr-xxf86miscproto/autogen.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/xf86miscproto/autogen.sh b/xf86miscproto/autogen.sh
deleted file mode 100755
index fc34bd5..0000000
--- a/xf86miscproto/autogen.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/sh
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-ORIGDIR=`pwd`
-cd $srcdir
-
-autoreconf -v --install || exit 1
-cd $ORIGDIR || exit $?
-
-if test -z "$NOCONFIGURE"; then
- $srcdir/configure "$@"
-fi