ossp-pkg/pth/striptease.pl 1.11 -> 1.12
--- striptease.pl 2001/03/27 15:34:29 1.11
+++ striptease.pl 2001/03/30 11:02:50 1.12
@@ -134,15 +134,15 @@
$c = '';
$c .= $_ while (<FP>);
close(FP);
-$c =~ s|chmod \+rx pth-config||s;
-$c =~ s|chmod \+rx pthread-config||s;
-$c =~ s|rm -f pthread-config||s;
+$c =~ s|chmod \+rx pth-config|: $&|s;
+$c =~ s|chmod \+rx pthread-config|: $&|s;
+$c =~ s|rm -f pthread-config|: $&|s;
$c =~ s|pth-config||sg;
$c =~ s|pthread-config||sg;
$c =~ s|TB=`.+?`|TB=''|s;
$c =~ s|TN=`.+?`|TN=''|s;
-$c =~ s|echo \"\$ac_t\"\"\" 1>\&6||sg;
-$c =~ s|echo \"\$ac_t\"\"\$\{TB\}.+?:\$\{TN\}" 1>&6||sg;
+$c =~ s|echo \"\$ac_t\"\"\" 1>\&6|: $&|sg;
+$c =~ s|echo \"\$ac_t\"\"\$\{TB\}.+?:\$\{TN\}" 1>&6|: $&|sg;
$c =~ s|enable_batch=no|enable_batch=yes|sg;
open(FP, ">$dst/configure");
print FP $c;
|
|