If I want to tell Configure.pl that it needs to look in /foo/bar for
some extra include files, is there a way to convince Configure to
append that to $Config{ccflags} other than hacking config/init/data.pl?

I did this, but it is quite ugly

perl Configure.pl --ccflags="`perl -MConfig -e 'print $Config{ccflags}'` -I/foo/bar"

-kevin

-- 
Oh!  Smells like ANSI's been here.
        ./Configure for Perl

Reply via email to