aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeLines
* Fixed out-of-directory build support to not get confused by Eclipse. #713Wilmer van der Gaast2010-11-20-2/+3
|
* Fix up NSS SSL module.Wilmer van der Gaast2010-11-20-3/+3
|
* Don't use the fd passing code in ipc.c on SunOS since it doesn't seem to beWilmer van der Gaast2010-11-12-0/+1
| | | | | supported there.
* Use gcrypt for 3DES encryption (used for new MSN authentication) so weWilmer van der Gaast2010-10-16-6/+8
| | | | | mostly don't need lib/des.c anymore.
* At least for now, only enable OTR if the user specifically asks for it.Wilmer van der Gaast2010-10-02-2/+4
| | | | | | Distros can now ship a bitlbee-plugin-otr package (that should work with both bitlbee and bitlbee-libpurple).
* Merging mainline, which includes a huge msnp13 merge.Wilmer van der Gaast2010-10-02-0/+6
|\ | | | | | | | | | | Not 100% sure about the OpenSSL merge, should double check that but I'm currently offline.
| * Pull in Makefile dependencies fix from mainline.Wilmer van der Gaast2010-08-28-0/+8
| |\
| * | Now including a nice and compact 3DES implementation done by ChristopheWilmer van der Gaast2010-08-21-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Devine. OpenSSL exports nice cipher functions, but GnuTLS only just started doing this in 2.10 or so (not even in Debian Sid yet). So instead of adding a whole library for encrypting 72 bytes of data, let's have a built-in 3DES implementation for a while..
* | | Allow building OTR support as a plugin. Fairly simple, let's hope I can getWilmer van der Gaast2010-09-29-3/+10
| | | | | | | | | | | | | | | away with doing this without libtool (eep).
* | | Merge mainline stuff.Wilmer van der Gaast2010-08-31-0/+8
|\ \ \ | | |/ | |/|
| * | Use nifty gcc -MD feature to automatically track .h dependencies of all CWilmer van der Gaast2010-08-27-0/+8
| |/ | | | | | | | | | | | | | | | | | | files, this finally gives proper dependencies, which means the end of getting broken binaries around headerfile changes, etc. Sure, this may not work on obscurux with superawesomeincompatiblecc while autoconf does, but at least BitlBee's configure script still runs in <1s. :-)
* | First step in this merge. Mostly a bzr merge and then a cleanup of conflictsWilmer van der Gaast2010-08-24-0/+30
|\ \ | |/ |/| | | | | and parts I want to/have to redo (because of ui-fix).
| * merge in bitlbee 1.2.6Sven Moritz Hallberg2010-06-03-9/+39
| |\
| * \ merge in bitlbee 1.2.5Sven Moritz Hallberg2010-06-03-12/+52
| |\ \
| * | | commit updates by ashish shukla <wahjava@gmail.com>Sven Moritz Hallberg2009-03-12-1/+1
| | | |
| * | | merge in latest trunkSven Moritz Hallberg2008-07-17-22/+61
| |\ \ \
| * | | | remove gthread dependencySven Moritz Hallberg2008-02-17-2/+2
| | | | |
| * | | | OTR support, first checkinSven Moritz Hallberg2008-02-03-2/+25
| | | | |
* | | | | OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@opencsw.org>Wilmer van der Gaast2010-08-07-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | with some changes.
* | | | | Merging killerbee stuff, bringing all the bleeding-edge stuff together.Wilmer van der Gaast2010-06-07-2/+61
|\ \ \ \ \
| * | | | | A few more configure script tweaks: Don't enable libpurple by defaultWilmer van der Gaast2010-06-05-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | anymore (in preparation for a merge), and limit the directory replication stuff.
| * | | | | Allow one to run the configure script from a different directory and put allWilmer van der Gaast2010-05-25-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build files in there. I need this to properly make Debian package variants (i.e. libpurple and native).
| * | | | | Merging killerbee. (The non-libpurple stuff currently doesn't compile.)Wilmer van der Gaast2010-05-25-1/+1
| |\ \ \ \ \
| * | | | | | As long as this is a separate branch, enabling purple by default's not aWilmer van der Gaast2010-05-14-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bad idea.
| * | | | | | Warning on the libpurple+libevent combination.Wilmer van der Gaast2010-05-02-0/+7
| | | | | | |
| * | | | | | Although probably the Twitter module won't interfere with libpurple,Wilmer van der Gaast2010-05-02-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for now I'll let BitlBee-libpurple be just that.
| * | | | | | Merging stuff from mainline (1.2.6).Wilmer van der Gaast2010-04-24-3/+27
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merging head. Most changes are not so relevant because they're to IMWilmer van der Gaast2010-03-20-8/+14
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modules.
| * \ \ \ \ \ \ Merging in head.Wilmer van der Gaast2010-03-14-1/+8
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merging in mainline, including improved away/status stuff.Wilmer van der Gaast2010-03-07-11/+44
| |\ \ \ \ \ \ \
| * | | | | | | | Fixed build system: Run pkg-config at configure-time instead of just failingWilmer van der Gaast2010-01-04-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysteriously at build time if libpurple-dev is missing.
| * | | | | | | | Automatically try prpl-$proto if $proto doesn't exist, and disable nativeWilmer van der Gaast2009-10-12-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protocol modules if purple is enabled; they don't go together very well.
| * | | | | | | | Something that compiles and runs, but otherwise utterly useless. Added aWilmer van der Gaast2009-10-05-0/+12
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protocols/purple/ module and included it in the build system. Already picks up all the supported protocols and adds them individually.
* | | | | | | | Merging loads of stuff from mainline.Wilmer van der Gaast2010-04-14-3/+27
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Make compiling on BSD less painful: mktemp really does need a template onWilmer van der Gaast2010-04-10-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some machines, and warn the user about make vs. gmake at configure time.
| * | | | | | Merging Twitter support.Wilmer van der Gaast2010-04-07-0/+10
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Added twitter-module.Geert Mulders2009-12-01-0/+10
| | | | | | |
* | | | | | | Now seems like a pretty good time to finally kill crypting.c and storage_text.Wilmer van der Gaast2010-03-24-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This means people won't be able to upgrade from BitlBee 1.0 to this version anymore but only via 1.2. 1.0 is old enough that I don't really expect this to be a problem.
* | | | | | Use a proper tempfile for the libresolv checks and add a missing " toWilmer van der Gaast2010-03-18-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systemlibdir. :-/
* | | | | | Care about lib64 directories as well when trying to find libresolv.a.Wilmer van der Gaast2010-03-18-1/+1
| | | | | |
* | | | | | Undo -iquote change which seems to cause plenty of problems to peopleWilmer van der Gaast2010-03-17-1/+1
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | using older/non-GCC compilers. :-/
* | | | | Warn if xmlto is missing and a prebuilt helpfile is missing.Wilmer van der Gaast2010-03-14-0/+6
| | | | |
* | | | | Adding a few consts and other misc fixes from bug #431. Doing this via aWilmer van der Gaast2010-03-14-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | merge because bzr can probably deal with the conflicts better than patch.
| * | | | | Some const/etc cleanups submitted by domen@coderock.org back in bug #431.Wilmer van der Gaast2010-03-14-1/+1
| | |/ / / | |/| | |
* | | | | Don't strip binaries on OS X since it causes plugin troubles. (Bug #480)Wilmer van der Gaast2010-03-14-0/+1
| |_|/ / |/| | |
* | | | Also disable Yahoo! module if SSL support is missing since it also fullyWilmer van der Gaast2010-02-17-3/+3
| |/ / |/| | | | | | | | | | | depends on working SSL support.
* | | Proper detection of a usable libresolv.so or libresolv.a. glibc 2.9 andWilmer van der Gaast2009-11-12-8/+41
|/ / | | | | | | | | | | later are no longer retarded and support SRV record lookups without having to link against a static library.
* | Move OUTFILE determination to Makefile rather than configure.Jelmer Vernooij2008-06-10-2/+0
| |
* | Update docs, remove obsolete win32-related utilities.Jelmer Vernooij2008-06-10-2/+0
| |
* | Fix undefined references.Jelmer Vernooij2008-06-10-1/+1
| |