# Make configure's prefix arg accessible to ant: cipres.prefix=@prefix@ # path to perl to use when building framework/perl cipres.perl.exe=@PERL@ # Where we put the perl modules cipres.perl.lib.dir=@prefix@/lib/perl cipres.perl.home=@prefix@/lib/perl # Where we put the perl modules cipres.perl.PERL5OPT=@PERL5OPT@ # The PERL5LIB we need to import our own perl modules (after "make install" is run) cipres.perl.PERL5LIB=@prefix@/lib/perl/lib/perl5/site_perl:@prefix@/lib/perl/lib64/perl5/site_perl # More PERL5LIB entries so that we pick up prereq. This is just the PERL5LIB # at configure time. If we have the correct PERL5LIB for passing configure's tests # we should be able to run with that PERL5LIB plus the entries in cipres.perl.PERL5LIB) cipres.third.party.PERL5LIB=@PERL5LIB@