summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-03-30 23:00:12 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-03-30 23:00:12 -0400
commit0f7fc864d98d3e8a852d3a6a835ae3331fde1bad (patch)
tree24b4ac4b7a476b0bb1607476531c5ba1a5f63a7e /autoconf
parent39c272221a8baf3b3f2768d9de4f61abea57cf1f (diff)
downloadspm_packages-0f7fc864d98d3e8a852d3a6a835ae3331fde1bad.tar.gz
Current state
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/build.sh4
1 files changed, 3 insertions, 1 deletions
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() {