summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authornpmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56>2007-09-19 04:03:54 +0000
committernpmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56>2007-09-19 04:03:54 +0000
commitd20b2b85946ead2a8e6fe12690859616c0d6b8fa (patch)
treebe7bcc2b98a6558b189ac0e802445aa5a338ab37 /autogen.sh
parent197b79ddae03d71120d66db5930fe87237b1e8e1 (diff)
downloadlibproxy-d20b2b85946ead2a8e6fe12690859616c0d6b8fa.tar.gz
added autogen.sh for eash build system generation
git-svn-id: http://libproxy.googlecode.com/svn/trunk@5 c587cffe-e639-0410-9787-d7902ae8ed56
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..6a60bc9
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+libtoolize -c -f
+autoconf -f
+automake -a -c -f
+./configure $@