aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/automake.rb
AgeCommit message (Collapse)Author
2013-08-16automake: force use of system perlJack Nagel
If a non-system perl is present when automake is built and subsequently removed, automake will break. Force the use of the system perl to prevent this.
2013-07-09automake 1.14Jack Nagel
I sat on this for a while because I was afraid of introducing compatibility issues like 1.13 did, but MacPorts has shipped this for a couple of weeks now and upstream seems to be serious about using semantic versioning, so let's give it a shot.
2013-06-20automake 1.13.4Jack Nagel
2013-06-07automake 1.13.3Jack Nagel
2013-05-15automake 1.13.2Jack Nagel
2013-01-06automake 1.13.1Jack Nagel
1.13.1 has a better error message for the recently removed macros, so there's that at least.
2013-01-03automake 1.13Jack Nagel
2012-12-22automake 1.12.6Jack Nagel
2012-11-19automake 1.12.5nibbles 2bits
- Upgrade to 1.12.5. Works with superenv. Closes #16153. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-28automake 1.12.4Houtan Bastani
Closes #15184. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-17automake 1.12.3Jack 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-07-10automake 1.12.2Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-10automake: always depend on autoconfAdam Vandenberg
2012-07-10Use autotools symbolsAdam Vandenberg
2012-06-05automake 1.12.1Jack 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-28automake 1.12nibbles 2bits
Upgrade automake to version 1.12. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-17automake 1.11.5nibbles 2bits
Upgrade automake to version 1.11.5. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-05automake 1.11.4nibbles 2bits
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-06Refer to our aclocal before /usr/share/aclocalMax Howell
Fixes #10618.
2012-02-28automake: remove unused configure switchesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-28audit: automake, autoconf, and libtool are build-time depsJack 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-27Put dirlist in the right placeMax Howell
I fixed this last night, and then somehow committed the wrong version. Don't watch the Oscars while doing Homebrew.
2012-02-27automake: update to 1.11.3Tuncer Ayaz
Closes #10520. Signed-off-by: Max Howell <max@methylblue.com>
2012-02-27Do not edit code as popular as Homebrew at 4amMax 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.