From 14092a6b255dd8a3a34078f20531dedee6e13632 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 22 Oct 2001 13:47:02 +0000 Subject: 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 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 189c932d..2f69765e 100644 --- a/configure.in +++ b/configure.in @@ -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 -- cgit v1.2.3