Re: [patch@34950]configure.com fix usedevel
[email protected] ("John E. Malmberg")
| Newsgroups | perl.perl5.porters,perl.vmsperl |
|---|---|
| Message-ID | <[email protected]> |
Craig A. Berry wrote: > > On Nov 28, 2008, at 11:31 AM, John E. Malmberg wrote: > >> configure.com needs a little more work to implement usedevel. >> >> -John >> [email protected] >> Personal Opinion Only >> --- /rsync_root/perl/configure.com Fri Nov 28 01:53:05 2008 >> +++ configure.com Fri Nov 28 11:12:21 2008 >> @@ -6520,6 +6520,7 @@ >> $ WC "usedebugging_perl='"+use_debugging_perl+"'" >> $ WC "usedefaulttypes='" + usedefaulttypes + "'" ! VMS-specific >> $ WC "usecrosscompile='undef'" >> +$ WC "usedevel='" + usedevel + "'" > > It doesn't look to me like Configure writes usedevel to config.sh > either, so I'm not sure why configure.com would need to. Is there a > particular problem you are trying to solve? Change 34950 broke building perl on VMS with out this additional fix. I have not tried building on other platforms. -John