Sanitized autotools stuff

This commit is contained in:
2013-01-05 00:29:40 +01:00
parent 599811ff08
commit 40ee5fb2cc
6 changed files with 18 additions and 293 deletions

View File

@@ -1,5 +1,7 @@
#! /bin/sh
mkdir m4 &> /dev/null
autoheader || exit 1
aclocal || exit 1
automake --add-missing --copy || exit 1
autoconf || exit 1