From aa7e99e130b47caebaacd24e6d9e4f89f42cd213 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 18 Nov 2019 10:05:27 -0500 Subject: Next chunk --- scripts/libexpat/build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/libexpat') diff --git a/scripts/libexpat/build.sh b/scripts/libexpat/build.sh index 769150d..6a70b38 100644 --- a/scripts/libexpat/build.sh +++ b/scripts/libexpat/build.sh @@ -6,6 +6,7 @@ sources=( "https://github.com/${name}/${name}/archive/R_${version//./_}.tar.gz" ) build_depends=( + "autoconf" "automake" "libtool" ) -- cgit