You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brew uninstall --ignore-dependencies autoconf
curl -O http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
tar zxvf autoconf-2.69.tar.gz
cd autoconf-2.69
./configure && make && sudo make install
This is a known issue, perhaps to be resolved by
asdf, but here is the process I used to resolve it on 2020-04-17:autoconffrom home-brew and manually installMacOS Big Sur + Erlang 22.3 + AutoConf -> cannot find required auxiliary files: install-sh config.guess config.sub asdf-vm/asdf-erlang#195 (comment)
Unable to compile Erlang 22.0.7 on macOS 10.15 kerl/kerl#320