aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libtool.rb
AgeCommit message (Collapse)Author
2013-01-30libtool: general cleanup and improve test.Mike McQuaid
2012-08-12libtool: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-25Use new Xcode moduleJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-23libtool: enable --universalStuart Carnie
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-15Fix more quoting issuesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-01libtool 2.4.2Nibbles 2bits
Upgrade libtool to version 2.4.2 per mxcl req in #9179 Closes #10610. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-28libtool: 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-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.