Google Grupper har inte längre stöd för nya Usenet-inlägg eller -prenumerationer. Historiskt innehåll förblir synligt.
Dismiss

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

5 visningar
Hoppa till det första olästa meddelandet

Steve Peters

oläst,
4 jan. 2007 10:55:512007-01-04
till 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

oläst,
4 jan. 2007 17:28:222007-01-04
till 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 nya meddelanden