aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/autoconf.rb
AgeCommit message (Collapse)Author
2013-01-30autoconf: use inreplace instead of patch.Mike McQuaid
2012-07-25Use new Xcode moduleJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15Fix more quoting issuesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-25autoconf 2.69nibbles 2bits
Upgrade autoconf to version 2.69 and adjust the patch only to deal with the different line number. Closes #11866. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-28autoconf: remove unused configure switchJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27Use cellar paths in testsJack Nagel
This lets `brew test` work when these are keg-only, etc. Also fix a couple of typos and style things. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27Add mirrors to new autotools formulaeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27Force autoreconf to use glibtoolize and not libtoolizeMax Howell
2012-02-27Autoconf, Automake and LibtoolMax Howell
We need these now for Xcode-4.3/CLT4X installations. Also prevent m4 error in installer. And prevent brew doctor complaining if we're Xcode 4.3 or above. Closes #10349. Fixes #10423. Refs #9179.