Skip to content

Commit

Permalink
Add configure script, piggy-backing on parrot's reconfigure to generate
Browse files Browse the repository at this point in the history
our makefile.



git-svn-id: http://partcl.googlecode.com/svn/trunk@33 6cb8db7d-f34b-0410-8f57-4f83c6281724
  • Loading branch information
wcoleda committed Oct 8, 2008
1 parent d6ead2c commit 04f9724
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Configure.pl
@@ -0,0 +1,7 @@
#! perl

use strict;
use warnings;

chdir '../..';
`$^X -Ilib tools/dev/reconfigure.pl --step=gen::languages --languages=tcl`;

0 comments on commit 04f9724

Please sign in to comment.