MacOS - automake: command not found

99封情书 提交于 2019-12-06 12:01:13

The solution had to do with brew having failed to link the binary into the PATH. Un-linking and re-linking solved it.

Fattie

What an infuriating problem! In a Docker situation,

It is so hard to get autoconf 1.15 working that we had to get the aid of a Grand Ultra Master Expert to investigate the issue and get it working on Mac. It then worked beautifully.

Later I happened to upgrade a Mac to High Sierra, it stopped working! Even though autoconf 1.15 working fine.

How to fix:

Short answer, I simply trashed the local repo, for goodness sake, and checked out the repo again.

It then worked fine!

It has something to do with the aclocal.m4 and similar files. I endlessly massaged them but nothing. Someone suggsted just scratching the repo and getting it again: everything then worked!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!