Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #41180] [PATCH] Determine compiler before processing hints

5 views
Skip to first unread message

Steve Peters

unread,
Jan 4, 2007, 10:55:51 AM1/4/07
to bugs-bi...@rt.perl.org
# New Ticket Created by Steve Peters
# Please include the string: [perl #41180]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41180 >


Sometimes, you need to know which compiler you are using before
processing the hints. Currently, however, Configure.pl processes
the hints before even looking at the command line arguments for
which compiler you are using. The following patch clears this up.

Steve Peters
st...@fisharerojo.org


--- Configure.pl.old 2007-01-04 09:50:41.000000000 -0600
+++ Configure.pl 2007-01-04 09:51:02.000000000 -0600
@@ -464,9 +464,9 @@
init::defaults
init::install
init::miniparrot
+ inter::progs
init::hints
init::headers
- inter::progs
inter::make
inter::lex
inter::yacc

Jonathan Worthington

unread,
Jan 4, 2007, 5:28:22 PM1/4/07
to perl6-i...@perl.org
Steve Peters (via RT) wrote:
> Sometimes, you need to know which compiler you are using before
> processing the hints. Currently, however, Configure.pl processes
> the hints before even looking at the command line arguments for
> which compiler you are using. The following patch clears this up.
>
Maybe it'd be nice to rename the module to init::progs, but anyway,
applied in r16416.

Thanks,

Jonathan

0 new messages