summaryrefslogtreecommitdiffstats
path: root/qemu/pixman/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/pixman/autogen.sh')
-rwxr-xr-xqemu/pixman/autogen.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/qemu/pixman/autogen.sh b/qemu/pixman/autogen.sh
deleted file mode 100755
index fc34bd55c..000000000
--- a/qemu/pixman/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