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
commitb230244cdf99e2f7b06efd8ffd1651dbd12dc248 (patch)
tree08714c2f9aef555c56bbeb3ef93108638d18d04c /autogen.sh
parent6d29f6326c7d84e91fd8f098e5cf824e7a1b4b99 (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 "$@"