try make bootstrap work in one pass for other people..

This commit is contained in:
Dana Jansens 2002-08-02 14:47:40 +00:00
parent 76451a1346
commit 09918dc5c8

View file

@ -4,8 +4,8 @@ sh() {
/bin/sh -c "set -x; $*"
}
sh autoheader
sh aclocal
sh autoheader
sh autoconf
sh automake --foreign --include-deps --add-missing