summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-12 06:15:09 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-12 06:15:09 +0000
commite094c4324e5a4683a90cc529402933adcf843e50 (patch)
tree18a785436fdf1bd2eab2ce0ab1aea5f6a6a80c4a /autogen.sh
parent3cb7f8c1d250f6d8bf3b28052aa53cb6c8e467e7 (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 "$@"