Code

add autogen script for clueless people like me
authorAntoine Beaupré <anarcat@koumbit.org>
Tue, 3 Dec 2013 01:51:05 +0000 (20:51 -0500)
committerAntoine Beaupré <anarcat@koumbit.org>
Tue, 3 Dec 2013 01:51:05 +0000 (20:51 -0500)
autogen.sh [new file with mode: 0755]

diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..f273d64
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+libtoolize
+aclocal -I m4
+autoheader
+automake --add-missing
+autoconf
+echo "autoconfiguration done, to build: ./configure ; make"