Skip to content

Commit

Permalink
Fix bootstrapping, forgot to change WANT_AUTOMAKE to 1.11 in previous…
Browse files Browse the repository at this point in the history
… commit
  • Loading branch information
Mikachu committed Aug 15, 2012
1 parent 5aad740 commit 515ea1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 515ea1a

Please sign in to comment.