|
Lines 2005-2012
xargs xmkmf
Link Here
|
| 2005 |
my %pathnames = (); |
2005 |
my %pathnames = (); |
| 2006 |
print "OK: checking for paths that have macro replacements.\n" |
2006 |
print "OK: checking for paths that have macro replacements.\n" |
| 2007 |
if ($verbose); |
2007 |
if ($verbose); |
| 2008 |
$pathnames{'${PREFIX}/share/java/classes'} = 'JAVADIR'; |
2008 |
$pathnames{'$\{PREFIX\}/share/java/classes'} = 'JAVADIR'; |
| 2009 |
$pathnames{'${PREFIX}/share/java'} = 'JAVASHAREDIR'; |
2009 |
$pathnames{'$\{PREFIX\}/share/java'} = 'JAVASHAREDIR'; |
| 2010 |
foreach my $i (keys %pathnames) { |
2010 |
foreach my $i (keys %pathnames) { |
| 2011 |
my $lineno = &linenumber($`); |
2011 |
my $lineno = &linenumber($`); |
| 2012 |
if ($j =~ m|$i|gm) { |
2012 |
if ($j =~ m|$i|gm) { |