--with-perl-path -> --with-perl-lib=[site|vendor|DIR] with some fixes to

make it work better.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1693 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-07-30 22:10:11 +00:00 committed by cras
commit 642622624d
4 changed files with 49 additions and 37 deletions

View file

@ -148,7 +148,12 @@
--with-perl=static Build Perl support statically to irssi binary
(default is to build a module)
--with-perl-path=dir Specify installation dir for Perl libraries
--with-perl-lib=[site|vendor|DIR] Specify installation dir for
Perl libraries. Site is the default (usually
/usr/local/lib/perl/...), vendor uses the path
where the base of the perl is installed
(/usr/lib/perl/...), or DIR specifies exactly
where you want to install it.
--without-perl Disable Perl support
--with-socks Build with socks library