summaryrefslogtreecommitdiff
path: root/driver/openbsd-input-ws/autogen.sh
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-26 22:27:27 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-26 22:27:27 +0000
commit0b7d5e7ee7c31b200efd8062852afac0c8d01dd5 (patch)
treeee01ace45fa2729db1a0fffbb90e1701f3e4c666 /driver/openbsd-input-ws/autogen.sh
parent6e99b8e0c8a372fc54f12feecb13e32eee4eec56 (diff)
Import ws input driver from XF4
Diffstat (limited to 'driver/openbsd-input-ws/autogen.sh')
-rw-r--r--driver/openbsd-input-ws/autogen.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/driver/openbsd-input-ws/autogen.sh b/driver/openbsd-input-ws/autogen.sh
new file mode 100644
index 000000000..904cd6746
--- /dev/null
+++ b/driver/openbsd-input-ws/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 "$@"