From 7810288c77e4f0f610aef01f093d052cae848835 Mon Sep 17 00:00:00 2001 From: HP van Braam Date: Thu, 29 Aug 2024 17:43:42 +0200 Subject: [PATCH] Fix autotools in build container --- clean-linux-toolchain.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clean-linux-toolchain.sh b/clean-linux-toolchain.sh index f9be4d7797..7faceb2a5d 100755 --- a/clean-linux-toolchain.sh +++ b/clean-linux-toolchain.sh @@ -10,9 +10,9 @@ fi arch=$1 bits=$2 -bin_to_keep="aclocal autoconf autoheader automake autoreconf cmake gawk libtool m4 meson ninja pkgconf pkg-config python python3.11 scons tar toolchain-wrapper" +bin_to_keep="aclocal autom4te autoconf autoheader automake autoreconf cmake gawk libtool m4 meson ninja pkgconf pkg-config python python3.11 scons tar toolchain-wrapper" lib_to_keep="cmake gcc libpkgconf libpython3.11 libz libisl libmpc libmpfr libgmp libffi python3.11 pkgconfig libm libmvec" -share_to_keep="aclocal autoconf buildroot cmake gcc libtool pkgconfig" +share_to_keep="aclocal autoconf automake-1.16 autoconf-archive buildroot cmake gcc gettext-tiny libtool pkgconfig" sysroot_share_to_keep="aclocal pkgconfig" function clean_directory() {