Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make Configure.nqp play nice with the new nqp
  • Loading branch information
leto committed Nov 15, 2009
1 parent 684bc49 commit 1fb44db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configure.nqp
Expand Up @@ -17,10 +17,10 @@ sub MAIN () {
say("Hello, I'm Configure. My job is to poke and prod\nyour system to figure out how to build PL/Parrot.\n");

# Load Parrot config and glue functions
load_bytecode('src/lib/Glue.pir');
pir::load_bytecode('src/nqp/lib/Glue.pir');

# Slurp in the unconfigured Makefile text
my $unconfigured := slurp(@ARGS[0] || 'src/Makefile.in');
my $unconfigured := slurp(@ARGS[0] || 'src/nqp/Makefile.in');

# Replace all of the @foo@ markers
my $replaced := subst($unconfigured, rx('\@<ident>\@'), replacement);
Expand Down

0 comments on commit 1fb44db

Please sign in to comment.