summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-12 06:15:08 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-12 06:15:08 +0000
commit3a8ade850329fb576574bbe88f8db310cad5da34 (patch)
treeb805b80e6c3d67cc7802cc9706c864f23ed0cbbf /autogen.sh
parent5d8056472804bf9b0ae27e58dcdd3ce5fd6e42a1 (diff)
Build skeletons for input drivers. Should basically work.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..b1376df
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,3 @@
+#! /bin/sh
+autoreconf -v --install || exit 1
+./configure --enable-maintainer-mode "$@"