summaryrefslogtreecommitdiff
path: root/CMake/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Check for ptsname_r() againJulian Andres Klode2016-08-101-0/+3
| | | | | | | | This was dropped in autotools as I found no use of the HAVE_PTSNAME_R macro. Turns out it was typoed as HAVE_PTS_NAME_R. Fix the #ifdef and add checks to CMake for it. Closes: #833674
* CMake: Set PACKAGE_MAIL variableJulian Andres Klode2016-08-101-1/+1
| | | | | | | This is needed in a lot of places. Also adjust config.h.in to use it instead of the bare email address. Gbp-Dch: ignore
* CMake: Add basic CMake build systemJulian Andres Klode2016-08-061-0/+54
Introduce an initial CMake buildsystem. This build system can build a fully working apt system without translation or documentation. The FindBerkelyDB module is from kdelibs, with some small adjustements to also look in db5 directories. Initial work on this CMake build system started in 2009, and was resumed in August 2016.