mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
--enable-perl[=libdir] to configure - you can specify what directory to
install the perl libraries. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@439 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
0fcb26a955
commit
a055127cf1
2 changed files with 18 additions and 8 deletions
|
|
@ -44,7 +44,7 @@ noinst_HEADERS = \
|
|||
xs/module.h
|
||||
|
||||
all-local:
|
||||
cd xs && if [ ! -f Makefile ]; then $(perlpath) Makefile.PL; fi && $(MAKE) && cd ..
|
||||
cd xs && if [ ! -f Makefile ]; then if [ "x$(PERL_LIB_DIR)" = "x" ]; then $(perlpath) Makefile.PL; else $(perlpath) Makefile.PL LIB=$(PERL_LIB_DIR); fi; fi && $(MAKE) && cd ..
|
||||
|
||||
install-exec-local:
|
||||
cd xs && make install && cd ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue