commit: 1663cb2940e1798670cae89748c45a1e112a64c5
parent 6e4ad4c91d5d46c354de24b5389277002fb55f06
Author: Dor Askayo <dor.askayo@gmail.com>
Date: Sun, 4 Sep 2022 14:00:45 +0300
Use --add-missing in manual invocation of automake
This is needed when using newer versions of libtool.
No change in package hash.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysc/gcc-4.7.4/gcc-4.7.4.sh b/sysc/gcc-4.7.4/gcc-4.7.4.sh
@@ -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