Skip to content

Commit

Permalink
Make Configure.pl more friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Nov 2, 2009
1 parent b2bf905 commit 4ca1149
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Configure.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

=head1 NAME
Configure.pl - a configure script for a high level language running on Parrot
Configure.pl - The Configure script for Kea
=head1 SYNOPSIS
Expand Down Expand Up @@ -39,12 +39,16 @@ =head1 SYNOPSIS
'parrot_config',
);


print "Hello, I'm Configure. My job is to poke and prod\nyour system to figure out how to build Kea.\n\n";

# Get configuration information from parrot_config
my %config = read_parrot_config(@parrot_config_exe);
unless (%config) {
die "Unable to locate parrot_config.";
}


# Create the Makefile using the information we just got
create_makefiles(%config);

Expand Down

0 comments on commit 4ca1149

Please sign in to comment.