summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2002-11-21Irssi now uses 64bit file offets if it's only supported by system. Also didTimo Sirainen
2002-11-20updated version to 0.8.6.CVSTimo Sirainen
2002-11-19curses detection code was buggy and resulted using termcap instead ofTimo Sirainen
2002-11-17Lets see if we're ready for 0.8.6 ..Timo Sirainen
2002-11-17A bit more playing with perl cflags.Timo Sirainen
2002-11-02perl checking bugfixTimo Sirainen
2002-10-28Try to fix perl compilation for people whose perl has been compiled withTimo Sirainen
2002-10-26GLIB2 support for SSL code. Patch by vjt@users.sf.netTimo Sirainen
2002-09-17reversed the ld changes, not a good idea after all.Timo Sirainen
2002-09-16stupid linefeed errorTimo Sirainen
2002-09-16linker usage fixesTimo Sirainen
2002-08-27Don't consider missing SSL/crypto libs fatal, simply disable SSL support.Timo Sirainen
2002-08-27better fix for disabling ssl with glib2Timo Sirainen
2002-08-27disable glib2 + sslTimo Sirainen
2002-08-26moved ncurses/terminfo/etc. libs away from PROG_LIBS which should be list ofTimo Sirainen
2002-08-26fixed --disable-ssl descriptionTimo Sirainen
2002-08-26Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash afterTimo Sirainen
2002-08-26small fix for -lnsl checkTimo Sirainen
2002-06-19Updated version number.Timo Sirainen
2002-05-09Removed servertest - it's really not needed and doesn't even work probably.Timo Sirainen
2002-04-29Removed caching of libperl-check, so many people have that problem and it'sTimo Sirainen
2002-04-16If terminfo/termcap isn't found, and --without-textui isn't given, abort theTimo Sirainen
2002-04-15Added --with-glib2 option which can be used to build irssi with GLIB 2.0Timo Sirainen
2002-03-31added note about INSTALL file.Timo Sirainen
2002-03-18src/irc/bot is removedTimo Sirainen
2002-03-140.8.4.CVS version..Timo Sirainen
2002-03-130.8.4 releasedTimo Sirainen
2002-03-130.8.3.CVS version nowTimo Sirainen
2002-03-130.8.3 releasedTimo Sirainen
2002-03-11Back .CVS versioning..Timo Sirainen
2002-03-11updated for 0.8.2 releaseTimo Sirainen
2002-03-10script updates..Timo Sirainen
2002-02-17COMMON_NOUI_LIBS shouldn't include $INTLLIBS, it's not needed anymore andTimo Sirainen
2002-02-17version number update to 0.8.1.CVSTimo Sirainen
2002-02-170.8.1 release :)Timo Sirainen
2002-02-17updated version number to 0.8.0.CVS againTimo Sirainen
2002-02-17-lcurses was added twice when linking (or worse, -lncurses and -lcurses)Timo Sirainen
2002-02-16getting ready for v0.8.0 releaseTimo Sirainen
2002-02-15UTF-8 is now automatically used if locale is set properly.Timo Sirainen
2002-02-15/SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it'sTimo Sirainen
2002-02-15Yell if gmodule doesn't workTimo Sirainen
2002-01-19Don't use -lnsl or -lsocket if it's not needed.Timo Sirainen
2002-01-14that irix fix broke configure..Timo Sirainen
2002-01-14Don't use -lnsl or -lsocket with irix.Timo Sirainen
2002-01-04removed (void) definition from libtool test, so it passes with non-ansi C com...Timo Sirainen
2001-12-16Leading zeros didn't work well in IRSSI_VERSION_TIME.Timo Sirainen
2001-12-15IRSSI_VERSION_DATE is now parsed from ChangeLog by configure. Also addedTimo Sirainen
2001-12-04Moved the VERSION-removal of config.h.in to configure from autogen becauseTimo Sirainen
2001-12-03added "Press ENTER to continue" text after the "want to download glib?" text.Timo Sirainen
2001-11-19Removed memory debugging code. It's a lot easier to check for bufferTimo Sirainen