irssi/src/perl
Timo Sirainen d304bc65ca Perl's ldflags usually include at least -lm and maybe some others too.
But in some OSes adding shared library dependencies to other shared
libs don't work (or maybe I'd need to do something differently :), so
check in configure that if it doesn't work, perl is never even tried to
be built as module.

On the other hand, if it does work irssi now links with libperl.so if
it's found instead of libperl.a which was always used before.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1035 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-01-01 10:42:15 +00:00
..
common Irssi::print() doesn't call printtext() with args (.., "%s", text) 2000-12-29 19:48:02 +00:00
irc fixes, perl should work correctly now :) 2000-12-09 20:54:47 +00:00
.cvsignore Perl working again, better than ever (unless there's bugs :) 2000-04-28 08:07:42 +00:00
get-signals.pl fixes, perl should work correctly now :) 2000-12-09 20:54:47 +00:00
libperl_dynaloader.la Perl works now only as a runtime loadable module 2000-09-07 21:55:58 +00:00
libperl_orig.la --enable-perl=[yes|no|static] 2000-10-03 22:57:14 +00:00
Makefile.am Perl's ldflags usually include at least -lm and maybe some others too. 2001-01-01 10:42:15 +00:00
module.h rest of the ~rewrite? 2000-04-26 08:10:09 +00:00
perl-common.c Irssi::print() doesn't call printtext() with args (.., "%s", text) 2000-12-29 19:48:02 +00:00
perl-common.h Irssi::print() doesn't call printtext() with args (.., "%s", text) 2000-12-29 19:48:02 +00:00
perl.c /perl command does now "use Irssi::Proto" for all chat protocols that 2000-12-09 21:58:53 +00:00
xsinit.c rest of the ~rewrite? 2000-04-26 08:10:09 +00:00