diff options
author | fanquake <fanquake@gmail.com> | 2022-01-26 08:57:51 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-01-26 17:32:46 +0800 |
commit | ca47f2e211f48a8722bb04fd33e456d5db00b968 (patch) | |
tree | c121306fc7ea3d009a6cb3439ce7ae19c1dd0d1d /contrib/guix/manifest.scm | |
parent | 6fe55160dd00fb387a5110a2d2e188618838e9a3 (diff) |
guix: use autoconf 2.71
This allows for building with newer targets, like arm64-apple-darwin, due to
having a newer bundled config.guess and config.sub.
Diffstat (limited to 'contrib/guix/manifest.scm')
-rw-r--r-- | contrib/guix/manifest.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index c1950ad08e..22b922dc9b 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -579,7 +579,7 @@ inspecting signatures in Mach-O binaries.") ;; Build tools gnu-make libtool - autoconf + autoconf-2.71 automake pkg-config bison |