configpm
Abe Timmerman [Sun, 8 Sep 2002 17:21:19 +0000 (19:21 +0200)]
Message-Id: <200209081721.19233.abe@ztreet.demon.nl>

p4raw-id: //depot/perl@17877

configpm

index f3bc3e8..9ab7057 100755 (executable)
--- a/configpm
+++ b/configpm
@@ -159,7 +159,7 @@ while (<CONFIG_SH>) {
     next if m:^#!/bin/sh:;
 
     # Catch PERL_CONFIG_SH=true and PERL_VERSION=n line from Configure.
-    s/^(\w+)=(true|\d+)\s*$/$1='$2'\n/;
+    s/^(\w+)=(true|\d+)\s*$/$1='$2'\n/ or m/^(\w+)='(.*)'$/;
     my($k, $v) = ($1, $2);
 
     # grandfather PATCHLEVEL and SUBVERSION and CONFIG