Created
January 28, 2022 17:30
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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