Commit graph

12 commits

Author SHA1 Message Date
Peter Eisentraut
755835ee25 autoconf: Prevent autoreconf man page from being rebuilt
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 Homebrew/homebrew#24222.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-14 07:39:33 -08:00
Mike McQuaid
c5cbd227d2 autoconf: add bottles. 2013-10-28 10:34:25 +00:00
Jack Nagel
e8f52f77b7 autoconf: force use of system perl
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-08-16 11:25:49 -05:00
Mike McQuaid
734e8a9b6e autoconf: use inreplace instead of patch. 2013-01-30 21:29:19 -08:00
Jack Nagel
a076df83bc Use new Xcode module
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-25 12:04:41 -05:00
Jack Nagel
63cde03be4 Fix more quoting issues
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 17:08:57 -05:00
nibbles 2bits
5ffec46aab autoconf 2.69
Upgrade autoconf to version 2.69 and adjust the patch only to deal
with the different line number.

Closes Homebrew/homebrew#11866.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-25 00:08:19 -05:00
Jack Nagel
d766103af7 autoconf: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-28 11:36:23 -06:00
Jack Nagel
c1fd9b501e Use cellar paths in tests
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-27 14:11:01 -06:00
Jack Nagel
03d22cc400 Add mirrors to new autotools formulae
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27 14:08:11 -06:00
Max Howell
cd1ada15db Force autoreconf to use glibtoolize and not libtoolize 2012-02-27 12:20:49 +00:00
Max Howell
51857be5ee Autoconf, Automake and Libtool
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 Homebrew/homebrew#10349. Fixes Homebrew/homebrew#10423. Refs Homebrew/homebrew#9179.
2012-02-27 03:35:11 +00:00