summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWill Thompson <resiak@soc.pidgin.im>2007-05-04 16:50:58 +0000
committerWill Thompson <resiak@soc.pidgin.im>2007-05-04 16:50:58 +0000
commit1e538b491d7e0f69ec4895b4b79d89ff3b8042d8 (patch)
treee7b87c8c912c8f0a69c88fe476923cc8b5a33132 /autogen.sh
parent36e7ba52d4397763aca609c368bc6f2472b644a1 (diff)
Initial import and autoconf foobage
Diffstat (limited to 'autogen.sh')
-rw-r--r--autogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100644
index 0000000..46dd814
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,4 @@
+aclocal || exit
+autoconf || exit
+automake --add-missing --copy || exit
+./configure $@