Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add --verbose configure option to control verbose build output | Tim Harder | 2017-03-12 | -2/+2 |
| | | | | Defaults to disabled to maintain the status quo. | |||
* | Allow building position-independent executables. #981, patch from brainsmoke. | Wilmer van der Gaast | 2012-09-15 | -1/+1 |
| | ||||
* | Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR | Wilmer van der Gaast | 2012-02-11 | -3/+3 |
| | | | | | unexpectedly being set to something already. | |||
* | Fetch Gadu-Gadu contact lists (libpurple-specific hardcoding hack). Bug | Wilmer van der Gaast | 2010-11-21 | -1/+1 |
| | | | | | #679. Patch from "rover.orna". | |||
* | Use nifty gcc -MD feature to automatically track .h dependencies of all C | Wilmer van der Gaast | 2010-08-27 | -0/+3 |
| | | | | | | | | | | 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. :-) | |||
* | Allow one to run the configure script from a different directory and put all | Wilmer van der Gaast | 2010-05-25 | -1/+4 |
| | | | | | | build files in there. I need this to properly make Debian package variants (i.e. libpurple and native). | |||
* | Split off the file transfer stuff into a separate file. What a mess. | Wilmer van der Gaast | 2010-05-17 | -1/+1 |
| | ||||
* | Fixed build system: Run pkg-config at configure-time instead of just failing | Wilmer van der Gaast | 2010-01-04 | -1/+1 |
| | | | | | mysteriously at build time if libpurple-dev is missing. | |||
* | Something that compiles and runs, but otherwise utterly useless. Added a | Wilmer van der Gaast | 2009-10-05 | -0/+41 |
protocols/purple/ module and included it in the build system. Already picks up all the supported protocols and adds them individually. |