On Wednesday, September 10, 2003, at 05:40 pm, Brent Dax wrote:
Got something a bit better.
Parrot Configure has had syntax for modifying settings without removing
them for a long time:
:add{foo}
:rem{foo}
Until now, it only worked when Configure prompted you interactively for
th
Arthur Bergman:
# Currently if you specify cc and ld flag options at the command line it
# totally overrides the ones it finds, this seems non DWIM and non
# optimal. This little patch fixes it.
Got something a bit better.
Parrot Configure has had syntax for modifying settings without removing
th
Currently if you specify cc and ld flag options at the command line it
totally overrides the ones it finds, this seems non DWIM and non
optimal. This little patch fixes it.
Reason I need this is am moving in pmcs into classes that #include
perl.h and thus need patch/to/perl.h in -I
Arthur
---