]> Pileus Git - ~andy/rsl/commitdiff
Add autogen.sh
authorAndy Spencer <andy753421@gmail.com>
Wed, 28 Oct 2009 01:42:48 +0000 (01:42 +0000)
committerAndy Spencer <andy753421@gmail.com>
Thu, 3 Feb 2011 06:13:40 +0000 (06:13 +0000)
autogen.sh [new file with mode: 0755]

diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..69c7d86
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+libtoolize
+aclocal
+autoheader
+automake -f -a -c
+autoconf
+
+# Run configure
+./configure "$@"