aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/autoconf.rb
AgeCommit message (Collapse)Author
2014-02-16autoconf: update 2.69 bottle.BrewTestBot
Closes #26732.
2014-01-28autoconf: Remove standards.infoPeter Eisentraut
It is installed by several GNU packages, leading to linking conflicts, and it is not very useful. Closes #25600. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-14autoconf: Prevent autoreconf man page from being rebuiltPeter Eisentraut
The inreplace on autoreconf.in changes the timestamp, causing the man page to be rebuilt (which would require help2man). Run inreplace on the man page as well to prevent that. It also keeps the man page consistent with the program. Closes #24222. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-28autoconf: add bottles.Mike McQuaid
2013-08-16autoconf: force use of system perlJack Nagel
If a non-system perl is present when autoconf is built and subsequently removed, autoconf will break. Force the use of the system perl to prevent this.
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.