Use --add-missing in manual invocation of automake

This is needed when using newer versions of libtool.

No change in package hash.
This commit is contained in:
Dor Askayo 2022-09-04 14:00:45 +03:00
parent 6e4ad4c91d
commit 1663cb2940
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ src_prepare() {
for dir in $(find . -mindepth 2 -maxdepth 2 -name Makefile.am | sed 's#/Makefile.am##' | tr "\n" " " | sed -e 's/ $/\n/' -e 's/^boehm-gc //'); do
pushd "$dir"
rm Makefile.in
AUTOCONF=autoconf-2.64 AUTOM4TE=autom4te-2.64 automake-1.11
AUTOCONF=autoconf-2.64 AUTOM4TE=autom4te-2.64 automake-1.11 --add-missing
popd
done