Fix bootstrapping, forgot to change WANT_AUTOMAKE to 1.11 in previous commit
This commit is contained in:
parent
5aad740a52
commit
515ea1abcb
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ sh() {
|
|||
/bin/sh -c "set -x; $*"
|
||||
}
|
||||
|
||||
export WANT_AUTOMAKE=1.9
|
||||
export WANT_AUTOMAKE=1.11
|
||||
|
||||
sh autopoint --force || exit 1 # for GNU gettext
|
||||
sh libtoolize --copy --force --automake || exit 1
|
||||
|
|
Loading…
Reference in a new issue