Skip to content

Instantly share code, notes, and snippets.

@ricardopadua
Created January 28, 2022 17:30
Show Gist options
  • Save ricardopadua/6ac2a41161fe2cf57eb835081de74266 to your computer and use it in GitHub Desktop.
Save ricardopadua/6ac2a41161fe2cf57eb835081de74266 to your computer and use it in GitHub Desktop.
i solved this issue by uninstalling autoconf with homebrew then manually installing autoconf 2.69 with (https://github.com/asdf-vm/asdf-erlang/issues/195)
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment