summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorStuart Kreitman <stuart.kreitman@oracle.com>2009-11-23 16:41:59 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-21 18:29:10 -0700
commit0f8d2e6b1526de1558312c1b994318867d92f245 (patch)
tree88f25375f38f806bdf47016014bf8b95e20922c7 /autogen.sh
parentbb69f00c4876d80daf0c01706bbcc52dc30302d5 (diff)
Convert to autoconf/automake
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..d68a142
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,3 @@
+#! /bin/sh
+autoreconf -v --install || exit 1
+./configure "$@"