Fix bootstrapping, forgot to change WANT_AUTOMAKE to 1.11 in previous commit

This commit is contained in:
Mikael Magnusson 2012-08-15 20:52:00 +02:00
parent 5aad740a52
commit 515ea1abcb

View file

@ -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