aboutsummaryrefslogtreecommitdiff
blob: 29cd4247a45d77cf7a44d51d6521dd587bb72193 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -x

test -d autom4te.cache && rm -rf autom4te.cache
 aclocal -I config || exit 1
autoheader || exit 1
autoconf || exit 1
automake --add-missing --copy || exit 1