diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-08 23:14:10 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-08 23:14:10 -0500 |
commit | 79a4dcec2e34c5d58ab0661146ee9727452d672b (patch) | |
tree | 7ba0b1b446c048dfbc8d2050f9a1615dbbc2812f /scripts/autoconf | |
parent | 477ecc69f6a8cc6a00015d21e7cb27baf59ba689 (diff) | |
download | spm-79a4dcec2e34c5d58ab0661146ee9727452d672b.tar.gz |
Whoosh
Diffstat (limited to 'scripts/autoconf')
-rw-r--r-- | scripts/autoconf/build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/autoconf/build.sh b/scripts/autoconf/build.sh index 09c4f72..4eef9a6 100644 --- a/scripts/autoconf/build.sh +++ b/scripts/autoconf/build.sh @@ -6,7 +6,8 @@ sources=( "http://mirror.rit.edu/gnu/${name}/${name}-${version}.tar.xz" ) depends=( - "m4-1.4.18-0.tar.gz" + "m4" + "xz" ) |