Lines Matching refs:perl_archlibexp
9677 perl_archlibexp=`$PERL -MConfig -e 'print $Config{archlibexp}'`
9678 test "$PORTNAME" = "win32" && perl_archlibexp=`echo $perl_archlibexp | sed 's,\\\\,/,g'`
9679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $perl_archlibexp" >&5
9680 $as_echo "$perl_archlibexp" >&6; }
9700 perl_includespec="-I$perl_archlibexp/CORE"
9703 if test \! -f "$perl_archlibexp/CORE/perl.h" ; then
9704 if test -f "$PG_SYSROOT$perl_archlibexp/CORE/perl.h" ; then
9705 perl_includespec="-iwithsysroot $perl_archlibexp/CORE"
9724 perl_lib=`basename $perl_archlibexp/CORE/perl[5-9]*.lib .lib`
9725 if test -e "$perl_archlibexp/CORE/$perl_lib.lib"; then
9726 perl_embed_ldflags="-L$perl_archlibexp/CORE -l$perl_lib"
9728 perl_lib=`basename $perl_archlibexp/CORE/libperl[5-9]*.a .a | sed 's/^lib//'`
9729 if test -e "$perl_archlibexp/CORE/lib$perl_lib.a"; then
9730 perl_embed_ldflags="-L$perl_archlibexp/CORE -l$perl_lib"