summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6d493d2)
raw | patch | inline | side by side (parent: 6d493d2)
author | Antoine Beaupré <anarcat@koumbit.org> | |
Tue, 3 Dec 2013 01:51:05 +0000 (20:51 -0500) | ||
committer | Antoine Beaupré <anarcat@koumbit.org> | |
Tue, 3 Dec 2013 01:51:05 +0000 (20:51 -0500) |
autogen.sh | [new file with mode: 0755] | patch | blob |
diff --git a/autogen.sh b/autogen.sh
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+libtoolize
+aclocal -I m4
+autoheader
+automake --add-missing
+autoconf
+echo "autoconfiguration done, to build: ./configure ; make"