Sanitized autotools stuff
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user