Closed eibay closed 3 years ago
I believe autoreconf -i
will automatically fix this. If that works for you I'll update the README to mention it.
Not that this program will actually configure correctly on a Mac, I should probably make sure configure explicitly checks for that.
Thanks, I was able to proceed without error by running autoreconf -i
.
Two files were generated after that:
config.guess and config.sub
Probably just an issue on my mac when I ran "autoreconf", but just in case other people encounter the same error, good to know how to fix this..