aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeLines
* 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
|
* Use system lib directories and pkg-config directory from target when specified.Jelmer Vernooij2008-06-09-2/+9
|
* Merge cross compilation patch.Jelmer Vernooij2008-04-02-8/+21
|\
| * Add --target argument to configure to allow cross-compilation.Jelmer Vernooij2008-04-02-7/+22
| |
* | Merge gnutls detection fix.Jelmer Vernooij2008-04-02-1/+8
|\ \
| * | Use pkg-config file for gnutls if possible. Jelmer Vernooij2008-04-02-1/+8
| |/ | | | | | | | | | | This allows building against a gnutls built for a an architecture other than the host architecture.
* | Merge trunk.Jelmer Vernooij2008-04-02-121/+193
|\ \
| * | Use simpler flags for gcov.Jelmer Vernooij0 min.-2/+2
| |/
| * Using test -f instead of test -e. This breaks if the include files areWilmer van der Gaast2008-01-19-2/+2
| | | | | | | | | | | | symlinks, but I guess that's less common than people trying to run BitlBee on Solaris machines... (Bug #350)
| * More consistency in error/warning errors. Until now "WARNING:" was usuallyWilmer van der Gaast2008-01-06-1/+1
| | | | | | | | | | in upper case while "Error:" wasn't .... that doesn't really make sense.
| * Defining DEBUG via CFLAGS so that it'll always be there, even when a fileWilmer van der Gaast2007-12-02-1/+1
| | | | | | | | | | doesn't include config.h.
| * Some changes to get rid of compiler warnings. (And disabling strictWilmer van der Gaast2007-11-22-1/+1
| | | | | | | | | | aliasing because there are too many warnings about it. :-P)
| * Use standard functions for dealing with both IPv6 and IPv4. Jelmer Vernooij2007-10-18-7/+0
| |
| * configure script now allows one to override CFLAGS. (Bug #171)Wilmer van der Gaast2007-10-10-2/+3
| |
| * From vmiklos: Added --plugins= option to configure script.Wilmer van der Gaast2007-08-30-0/+8
| |
| * Hiding LDAP support because it doesn't actually work at all ATM.Wilmer van der Gaast2007-07-15-2/+0
| |
| * Merging new Jabber module. See the massive changelog for all the coolWilmer van der Gaast2007-02-18-0/+8
| |\ | | | | | | | | | | | | improvements. :-)
| | * Merge from main tree.Wilmer van der Gaast2006-10-22-4/+13
| | |\
| | * | Added SRV lookups to automatically find out the correct server for aWilmer van der Gaast2006-10-07-0/+8
| | | | | | | | | | | | | | | | | | | | domain.
| * | | AIX fixup. See #230.Wilmer van der Gaast2007-02-18-0/+3
| | | |
| * | | configure script tweaks.Wilmer van der Gaast2007-02-18-2/+6
| | | |
| * | | [merge] wilmerJelmer Vernooij2006-12-05-76/+123
| |\ \ \ | | | |/ | | |/|
| | * | Copied 1.0.x changelogs, disabled LDAP support in configure (because theWilmer van der Gaast2006-10-22-4/+13
| | |/ | | | | | | | | | | | | | | | code just doesn't work yet) and added GLib version detection. (GLib 2.4 and up *should* work.)
| | * Cleaned up Makefiles + configure: Cleaning up bitlbee.pc, removed the secondWilmer van der Gaast2006-06-28-102/+77
| | | | | | | | | | | | | | | | | | | | | | | | piece of libevent probing code that mysteriously appeared (?), better handling of storage backends, an SSL module is now always included (so BitlBee can be compiled again when building without MSN- and Jabber-support (http_client also depends on SSL libs and can't be disabled)), oh, and fixed a compiler warning.
| | * Merging from devel/Jelmer.Wilmer van der Gaast2006-06-25-0/+23
| | |\
| | * | Moving all generic files to lib/ instead of having some in / and some inWilmer van der Gaast2006-06-25-1/+1
| | | | | | | | | | | | | | | | | | | | protocols/, and adding RC4 code.
| | * | Fixed bug in LDAP Makefile generation.Wilmer van der Gaast2006-06-17-1/+1
| | | |
| | * | Merging Jelmer's storage tree (with LDAP support).Wilmer van der Gaast2006-06-07-3/+43
| | |\ \ | | | |/ | | |/|
| | | * Try to detect -lldapJelmer Vernooij2006-06-03-8/+13
| | | |
| | | * [merge] WilmerJelmer Vernooij2006-06-03-28/+13
| | | |\
| | | * | Switch from LDB to LDAP (LDB's authentication subsystem is not mature enough ↵Jelmer Vernooij2006-03-24-15/+15
| | | | | | | | | | | | | | | | | | | | yet)
| | | * | [merge] WilmerJelmer Vernooij2006-03-05-2/+25
| | | |\ \
| | | * | | Initial work on new LDB-based storage backendJelmer Vernooij2006-02-12-0/+35
| | | | | |
| * | | | | Add support for checking test suite coverage using gcov.Jelmer Vernooij2006-07-07-0/+7
| |/ / / /
| * | | | Merging from main/jelmer.Wilmer van der Gaast2006-05-29-31/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Require GLib 2Jelmer Vernooij2006-05-26-30/+5
| | | | |
| | | | |
| | \ \ \
| *-. | | | Merging from main development tree.Wilmer van der Gaast2006-05-26-1/+5
| |\ \| | |
| * | | | | Added --events= flag to configure.Wilmer van der Gaast2006-05-14-8/+37
| |/ / / /
* | | | | Allow overriding --arch, support --arch=WindowsJelmer Vernooij2006-05-26-0/+7
| | | | |
* | | | | [merge] integrationJelmer Vernooij2006-05-25-1/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Use iconv from GLib if availableJelmer Vernooij2006-05-25-1/+5
| |/ / /
* | | | [merge] WilmerJelmer Vernooij2006-05-25-2/+27
|\| | |
| * | | Made configure quiet when it can't find bzr, and added repository nick toWilmer van der Gaast2006-03-30-2/+8
| | |/ | |/| | | | | | | | | | generated version number.
| * | Install bitlbee's header files and a pkg-config file. This means Jelmer Vernooij2006-03-02-0/+19
| | | | | | | | | | | | | | | that 3rd-parties can write support for additional protocols in BitlBee.
* | | [merge] WilmerJelmer Vernooij2006-03-01-0/+9
|\| |
| * | Also listen for admin connections on a unix domain socket at /var/run/bitlbeeJelmer Vernooij2006-03-01-2/+6
| |/
| * Added PID-file code.Wilmer van der Gaast2006-02-02-0/+5
| |
* | Merge WilmerJelmer Vernooij2006-01-10-19/+15
|\|