Front page | perl.ponie.changes |
Postings from August 2005
[svn:ponie] r338 - trunk
From:
nicholas
Date:
August 11, 2005 03:33
Subject:
[svn:ponie] r338 - trunk
Message ID:
20050811103324.32561.qmail@x1.develooper.com
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 $!;
-
[svn:ponie] r338 - trunk
by nicholas