Skip to content

Instantly share code, notes, and snippets.

@jwilson-ts
jwilson-ts / autoconf.rb
Created November 19, 2021 17:17 — forked from oriolgual/autoconf.rb
Autoconf 2.69, needed to install Erlang with BigSur (fails with 2.71)
class Autoconf < Formula
desc "Automatic configure script builder"
homepage "https://www.gnu.org/software/autoconf"
url "https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz"
mirror "https://ftpmirror.gnu.org/autoconf/autoconf-2.69.tar.gz"
sha256 "954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969"
license all_of: [
"GPL-3.0-or-later",
"GPL-3.0-or-later" => { with: "Autoconf-exception-3.0" },
]