How do I restore autoconf after Mountain Lion update?

I upgraded my macbook to Mountain Lion today and found that I no longer have autoconf installed, is there a specific way to restore that or will I need to manually compile it etc? I have XCode 4.4 installed with Command Line Utilities downloaded and installed as well. Thanks for the information!


It sounds like you're a developer. You should install Mac Ports. It's REALLY helpful and useful to have. You can use it to get command line tools such as autoconf. It's always useful to have if you work with command line a lot.

Just install the .pkg from http://www.macports.org/install.php to install MacPorts.

After so, in terminal, run: sudo port install autoconf

More info: http://www.macports.org/ports.php?by=library&substr=autoconf