~ubuntu-branches/ubuntu/raring/parrot/raring-proposed

« back to all changes in this revision

Viewing changes to Configure.pl

  • Committer: Bazaar Package Importer
  • Author(s): Allison Randal
  • Date: 2011-07-30 18:45:03 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110730184503-34d4mprtfx6pt5h3
Tags: 3.6.0-1
* New upstream release
* debian/watch:
  - Modified regular expression to capture numbered directory name
    (patch from Dominique Dumont).
* debian/rules:
  - Split build-arch and build-indep, resolving lintian warning.
  - Update path to pbc_disassemble for manpage generation (patch
    from Dominique Dumont).
* debian/patches:
  - Added patch 02_fix_perl_interpreter_path.patch, resolving
    lintian warnings.
* debian/control:
  - Added DM-Upload-Allowed field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
# from Parrot::Configure::Data
67
67
$conf->options->set( %{$args} );
68
68
# save the command-line for make reconfig
69
 
$conf->data->set(configure_args => @ARGV ? '"'.join("\" \"", map {qq($_)} @ARGV).'"'
70
 
                                         : '');
 
69
$conf->data->set(configure_args => @ARGV
 
70
    ? '"'.join("\" \"", map {qq($_)} @ARGV).'"'
 
71
    : '');
71
72
 
72
73
# Log files created by Configure.pl in MANIFEST.configure.generated
73
74
$conf->{active_configuration} = 1;
358
359
 
359
360
Use the given ops files.
360
361
 
361
 
=item C<--buildframes>
362
 
 
363
 
Dynamically build NCI call frames.
364
 
 
365
362
=back
366
363
 
367
364
=head2 International Components For Unicode (ICU) Options
623
620
    auto::isreg
624
621
    auto::arch
625
622
    auto::jit
626
 
    auto::frames
627
623
    auto::cpu
628
624
    auto::inline
629
625
    auto::gc