mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
expand ~ in --prefix. should fix at least some perl problems with
configuring with --prefix=~/ git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1822 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
dbe49236d2
commit
6924eec71f
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ AC_ARG_WITH(modules,
|
|||
fi)
|
||||
|
||||
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;'`"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue