[perl #60474] Configure.pl doesn't properly detect osname
[email protected] ("James Keenan via RT")
| Newsgroups | perl.perl6.internals |
|---|---|
| Message-ID | <[email protected]> |
On Mon Nov 10 22:04:35 2008, pioto wrote: > > Sorry, I don't have a patch yet, I'm still figuring out how > Configure.pl > works. > > To debug this, you may find it helpful to call: perl Configure.pl --test=configure. This will run the tests in t/configure and t/steps. Of particular interest will be t/steps/auto_arch-01.t. kid51