summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 841cc13)
raw | patch | inline | side by side (parent: 841cc13)
author | Barak A. Pearlmutter <barak+git@cs.nuim.ie> | |
Thu, 22 May 2014 22:20:32 +0000 (23:20 +0100) | ||
committer | Barak A. Pearlmutter <barak+git@cs.nuim.ie> | |
Thu, 22 May 2014 22:20:32 +0000 (23:20 +0100) |
autogen.sh | patch | blob | history |
diff --git a/autogen.sh b/autogen.sh
index f273d647ecd3dc6a0611c0ef82e7fef3ee6e98f3..6a5d62d2fc6452bd642ed5a6129abba0d40b7ec9 100755 (executable)
--- a/autogen.sh
+++ b/autogen.sh
#!/bin/sh
-libtoolize
-aclocal -I m4
-autoheader
-automake --add-missing
-autoconf
+set -e
+
+autoreconf --warnings=all --install
echo "autoconfiguration done, to build: ./configure ; make"