summaryrefslogtreecommitdiff
path: root/src/perl/Makefile.am
AgeCommit message (Expand)Author
2002-03-16"make clean" now cleans all perl subdirs properly too.Timo Sirainen
2002-03-01scripts should be looked from share dir, not lib dir.Timo Sirainen
2002-02-10all subdirs are now specified in "perl_dirs" so it's easier to add/removeTimo Sirainen
2002-01-22distclean -> distclean-generic so it'll be executed before clean-am whichTimo Sirainen
2001-11-18Added ctcp_register() and ctcp_unregister() for registering CTCP commands.Timo Sirainen
2001-11-17added ui/Formats.xs to EXTRA_DISTTimo Sirainen
2001-11-05Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef...Timo Sirainen
2001-10-25Boot dynaloader too even if perl libraries are compiled statically in irssi.Timo Sirainen
2001-10-24Added --with-perl-staticlib option to configure. If used, irssi's perlTimo Sirainen
2001-10-20forgot one core_sources -> common_sources changeTimo Sirainen
2001-10-20renamed XXX_SOURCES -> xxx_sources so automake 1.5 won't complain about itTimo Sirainen
2001-10-20Dependencies finally work correctly in perl libraries (they're each compiledTimo Sirainen
2001-08-17typofixTimo Sirainen
2001-08-17added textuiTimo Sirainen
2001-08-14Module loading updates - /LOAD shows now also the statically loaded modules.Timo Sirainen
2001-08-09Added Irssi::TextUI.Timo Sirainen
2001-07-30--with-perl-path -> --with-perl-lib=[site|vendor|DIR] with some fixes toTimo Sirainen
2001-07-29forgot module-formats.hTimo Sirainen
2001-07-29--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPTTimo Sirainen
2001-07-29fixTimo Sirainen
2001-07-29Use INSTALLDIRS=perl option with MakeMaker if perl install directory isTimo Sirainen
2001-07-15textui isn't done yet.Timo Sirainen
2001-07-15Moved awaylog to core.Timo Sirainen
2001-06-29UI fixesTimo Sirainen
2001-06-27Moved fe_perl module to use Irssi::UI .. this breaks several scripts thatTimo Sirainen
2001-03-15if $(MAKE) crap -> ($(MAKE) || $(MAKE)), a lot better :)Timo Sirainen
2001-03-15if ! $(MAKE) -> if $(MAKE); then echo; elseTimo Sirainen
2001-03-11make distclean works now properly for common/ and irc/ directories (by tko)Timo Sirainen
2001-03-04removed Flood.xsTimo Sirainen
2001-03-03make -> $(MAKE)Timo Sirainen
2001-02-22Verify in configure that linking with perl's LDFLAGS actually works. IfTimo Sirainen
2001-02-17/LOAD module tries to load "module_core" instead. If it wasn't found,Timo Sirainen
2001-02-15Perl 5.6 wants PREFIX=xx, not LIB=xx when default isn't usedTimo Sirainen
2001-01-07perl updatesTimo Sirainen
2001-01-04Renamed libtool-static to libtool-shared. Generating it should now alsoTimo Sirainen
2001-01-03Removed the "signal" and "last signal" signals. Changed perl'sTimo Sirainen
2001-01-01Perl's ldflags usually include at least -lm and maybe some others too.Timo Sirainen
2000-12-03nl_langinfo() was a bad idea, don't use it.Timo Sirainen
2000-10-11try running make again if it fails the first time - it's probablyTimo Sirainen
2000-10-11Ignore was moved to core.Timo Sirainen
2000-10-04Create libtool-static for creating irssi modules that don't need .aTimo Sirainen
2000-10-03Perl compiling updatesTimo Sirainen
2000-10-03--enable-perl=[yes|no|static]Timo Sirainen
2000-10-02Added -avoid-version options and disable-static for SILC module.Timo Sirainen
2000-10-01Perl works again :) Split to Irssi and Irssi::Irc packages.Timo Sirainen
2000-09-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen
2000-09-07Perl works now only as a runtime loadable moduleTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-16plugin -> moduleTimo Sirainen
2000-07-09--enable-perl[=libdir] to configure - you can specify what directory toTimo Sirainen