try make bootstrap work in one pass for other people..
This commit is contained in:
parent
76451a1346
commit
09918dc5c8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue