summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-10-09 01:48:22 +0000
committerKeith Packard <keithp@keithp.com>2003-10-09 01:48:22 +0000
commit0c9e4c7af3d366b99c98ba199bae92cf5873b388 (patch)
tree1eb8d60b07e761386c0df911e33f4673f4dc7f4f /autogen.sh
parenta7b519bf17ea3a421029a9eceed5392786fb5cc9 (diff)
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 "$@"