use automake 1.9
This commit is contained in:
parent
9e7a240dfd
commit
2f74990c6d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ sh() {
|
||||||
/bin/sh -c "set -x; $*"
|
/bin/sh -c "set -x; $*"
|
||||||
}
|
}
|
||||||
|
|
||||||
export WANT_AUTOMAKE=1.7
|
export WANT_AUTOMAKE=1.9
|
||||||
|
|
||||||
sh autopoint --force || exit 1 # for GNU gettext
|
sh autopoint --force || exit 1 # for GNU gettext
|
||||||
sh libtoolize --copy --force --automake || exit 1
|
sh libtoolize --copy --force --automake || exit 1
|
||||||
|
|
Loading…
Reference in a new issue