Adds the --with-bot and --with-proxy fetures that were not included
using the --with-moduls argument. Also removes
--disable-dependancy-tracking.
The configure script will find the wrong perl include path. Adds the
correct configure option to fix this.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Reformat configure args
The system-provided Perl adds various -arch flags which are incompatible with
some flags that homebrew sets in CFLAGS. Patch the configure file to remove
the -arch flags for the Perl module compilation.
FixesHomebrew/homebrew#367
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.