aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKalev Lember <kalev@smartlink.ee>2009-03-25 19:50:26 (GMT)
committerKalev Lember <kalev@smartlink.ee>2009-03-25 19:53:58 (GMT)
commit8c582a4d940c12903ffd1224429d800a95a92d35 (patch)
treea5272a229309cc327cc735cd24d70f214fd2b65a /autogen.sh
parentdfc74284ca4abd0eb462038fa7fc259688c8b0fe (diff)
downloadpowwow-8c582a4d940c12903ffd1224429d800a95a92d35.zip
powwow-8c582a4d940c12903ffd1224429d800a95a92d35.tar.gz
powwow-8c582a4d940c12903ffd1224429d800a95a92d35.tar.bz2
autogen.sh: New script to regenerate autotools files.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..fe22daa
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+autoreconf -v --install || exit 1
+
+./configure "$@"