perl 5.003_03: utils/h2ph.PL
Perl 5 Porters [Mon, 19 Aug 1996 00:52:35 +0000 (00:52 +0000)]
Make h2ph architecture-independent by using Config at run-time
rather than extraction time.

utils/h2ph.PL

index d2d83c5..4743dac 100644 (file)
@@ -34,14 +34,15 @@ $Config{'startperl'}
 'ds 00 \"';
 'ig 00 ';
 
-\$perlincl = "$Config{archlibexp}";  # or  {sitearchexp}
-
 !GROK!THIS!
 
 # In the following, perl variables are not expanded during extraction.
 
 print OUT <<'!NO!SUBS!';
 
+use Config;
+$perlincl = @Config{installsitearch};
+
 chdir '/usr/include' || die "Can't cd /usr/include";
 
 @isatype = split(' ',<<END);