From 0f7fc864d98d3e8a852d3a6a835ae3331fde1bad Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 30 Mar 2020 23:00:12 -0400 Subject: Current state --- autoconf/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'autoconf') diff --git a/autoconf/build.sh b/autoconf/build.sh index 2bf7620..c540497 100644 --- a/autoconf/build.sh +++ b/autoconf/build.sh @@ -5,11 +5,13 @@ revision=0 sources=( "http://mirror.rit.edu/gnu/${name}/${name}-${version}.tar.xz" ) +build_depends=( + "m4" +) depends=( "m4" "xz" ) -build_depends=("${depends[@]}") function prepare() { -- cgit