mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue