Author: coke
Date: Fri Dec  5 11:06:47 2008
New Revision: 33521

Added:
   tags/RELEASE_0_8_0/languages/APL/Configure.pl

Log:
[APL] Copy partcl's Configure.pl to give us a way to regen our makefile without
having to run something at the top of parrot's build dir.



Added: tags/RELEASE_0_8_0/languages/APL/Configure.pl
==============================================================================
--- (empty file)
+++ tags/RELEASE_0_8_0/languages/APL/Configure.pl       Fri Dec  5 11:06:47 2008
@@ -0,0 +1,7 @@
+#! perl
+
+use strict;
+use warnings;
+
+chdir '../..';
+`$^X -Ilib tools/dev/reconfigure.pl --step=gen::languages --languages=APL`;

Reply via email to