From 1663cb2940e1798670cae89748c45a1e112a64c5 Mon Sep 17 00:00:00 2001 From: Dor Askayo Date: Sun, 4 Sep 2022 14:00:45 +0300 Subject: [PATCH] Use --add-missing in manual invocation of automake This is needed when using newer versions of libtool. No change in package hash. --- sysc/gcc-4.7.4/gcc-4.7.4.sh | 2 +- 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 index 005263a..8fd0142 100755 --- 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