summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-10 23:15:32 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-10 23:15:32 +0000
commitfa615bf684434a31c637eba45ba0fe01906a765e (patch)
tree07dd433f533c68eadb5f40c93d0cfe9101887dff /autogen.sh
parent267dc158de53bd25b8ad55c75d043570425d5bff (diff)
downloadxorg-proto-xf86driproto-fa615bf684434a31c637eba45ba0fe01906a765e.tar.gz
DRI protocol module
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..904cd67
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+ORIGDIR=`pwd`
+cd $srcdir
+
+autoreconf -v --install || exit 1
+cd $ORIGDIR || exit $?
+
+$srcdir/configure --enable-maintainer-mode "$@"