mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
with --prefix, use INSTALLDIRS=site, not perl. hopefully fixes some @INC problems
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1893 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
9dc3176efd
commit
14092a6b25
@ -99,8 +99,8 @@ AC_ARG_WITH(modules,
|
||||
|
||||
if test "x$prefix" != "xNONE"; then
|
||||
prefix=`eval echo $prefix`
|
||||
PERL_MM_PARAMS="INSTALLDIRS=perl PREFIX=$prefix"
|
||||
PERL_USE_LIB="$prefix`$perlpath -e 'use Config; $dir = $Config{archlibexp}; $prefix = $Config{prefixexp}; $dir =~ s/^$prefix//; print $dir;'`"
|
||||
PERL_MM_PARAMS="PREFIX=$prefix"
|
||||
PERL_USE_LIB="$prefix`$perlpath -e 'use Config; $dir = $Config{sitearchexp}; $prefix = $Config{siteprefixexp}; $dir =~ s/^$prefix//; print $dir;'`"
|
||||
|
||||
perl_library_dir="$PERL_USE_LIB"
|
||||
perl_prefix_note=yes
|
||||
|
Loading…
Reference in New Issue
Block a user