[svn:ponie] r338 - trunk

[email protected] 11 Aug 2005 10:33:24 -0000
Newsgroups perl.ponie.changes
Message-ID <[email protected]>
Author: nicholas
Date: Thu Aug 11 03:33:23 2005
New Revision: 338

Modified:
   trunk/Configure.pl
Log:
Change startperl and perlpath to be "ponie", so that the installation seems
sane to anything trying to find $^X


Modified: trunk/Configure.pl
==============================================================================
--- trunk/Configure.pl	(original)
+++ trunk/Configure.pl	Thu Aug 11 03:33:23 2005
@@ -139,6 +139,10 @@ unless (-e 'config.sh' && -e 'config.h' 
 	    or die "Can't find config.sh line for $key";
     }
 
+    # Maximal match, but within the same line
+    s!(startperl=.*/p)erl!$1onie!;
+    s!(perlpath=.*/p)erl!$1onie!;
+
     rename "config.sh", "config.sh.before";
 
     open (FH, ">config.sh") or die $!;