summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Push platform config out of main rpm macros filePanu Matilainen2011-03-251-28/+0
* Replace distro/vendor autodetection with a configure switchPanu Matilainen2011-03-251-13/+7
* Move find-provides and find-requires link to autodeps/Florian Festi2011-03-251-35/+24
* Remove checks of unused things from configure.acJindrich Novy2011-03-231-12/+1
* Don't use mtrace(3), muntrace(3) and don't check for mcheck.hJindrich Novy2011-03-231-2/+0
* Remove libio support to suppress timedRead()Jindrich Novy2011-03-231-1/+0
* Preliminary distutils support for the python bindingsPanu Matilainen2011-03-091-0/+1
* Make peace with autoconf-2.68Panu Matilainen2011-03-041-0/+2
* Only sepolicy-plugin needs linking to libsemanagePanu Matilainen2010-12-221-1/+4
* Bump HEAD version at branch-pointPanu Matilainen2010-12-031-1/+1
* Fix BDB version check in configure to work with >= 5 tooPanu Matilainen2010-10-261-1/+1
* Move librpmsign to its own subdirectory in the sourcesPanu Matilainen2010-10-221-1/+1
* Add configure switch to disable plugins buildPanu Matilainen2010-10-011-0/+7
* Handle enable/disable python to configure.ac more sanelyPanu Matilainen2010-10-011-1/+1
* Add SELinux policy pluginSteve Lawrence2010-09-011-3/+46
* Use selabel interfaces instead of matchpathconSteve Lawrence2010-09-011-0/+13
* Add configure.ac check for need to -ldlPanu Matilainen2010-06-231-0/+1
* Add a generic plugin for use by simple CollectionsSteve Lawrence2010-06-221-0/+1
* Require BDB >= 4.5 for sanity's sakePanu Matilainen2010-04-081-18/+8
* Lose shmkey + shared BDB config optionsPanu Matilainen2010-03-311-1/+0
* First take at pluggable file attribute + dependency extraction systemPanu Matilainen2010-03-231-1/+1
* Split elf dependency extraction out of librpmbuild to external helperPanu Matilainen2010-02-101-2/+0
* Remove unused mntctl & mount related header checksPanu Matilainen2010-02-051-2/+2
* Kill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything implementing themFlorian Festi2010-02-031-22/+0
* Bump version to appear newer than 4.8.0, update translations tooPanu Matilainen2010-01-081-1/+1
* Loose string header compatibility gooPanu Matilainen2010-01-051-2/+0
* Remove unnecessary NLS definitions from system.hPanu Matilainen2010-01-051-3/+0
* Unconditionally include <sys/wait.h> where neededPanu Matilainen2010-01-051-1/+1
* Move sys/mman.h include out of system.h to the places that carePanu Matilainen2010-01-051-1/+1
* Remove unnecessary and broken time.h related configure + system.h checksPanu Matilainen2010-01-051-1/+0
* Unconditionally include <netdb.h> where needed instead of system.hPanu Matilainen2010-01-051-1/+1
* Remove pointless & unused configure checksPanu Matilainen2010-01-051-5/+0
* Sanitize signature checking formatResult() a bitPanu Matilainen2010-01-051-1/+0
* Oops, ftok() is really optionalPanu Matilainen2010-01-051-1/+2
* Clean up poll() vs select() testsPanu Matilainen2010-01-041-1/+1
* Remove unused header checks from configurePanu Matilainen2010-01-041-4/+2
* Eliminate unused id -u testsPanu Matilainen2010-01-041-11/+0
* Re-enable mmap test in configure & fix the code build againPanu Matilainen2010-01-041-4/+1
* Remove unnecessary stdint check from configurePanu Matilainen2010-01-041-4/+0
* Remove S_IFSOCK and S_IFLNK kludgery for ancient unixesPanu Matilainen2010-01-041-24/+0
* Require lchown() and remove ancient broken chown kludgeryPanu Matilainen2010-01-041-42/+1
* Check for our POSIX 2001 requirements and abort if not foundPanu Matilainen2010-01-041-5/+3
* Lose the hysterical fakefork hackPanu Matilainen2010-01-041-8/+0
* Remove further replacement functions for POSIX 2001 required bitsPanu Matilainen2010-01-041-2/+0
* Remove unnecessary setenv() replacement functionPanu Matilainen2010-01-041-1/+1
* Remove largely unnecessary putenv() replacementPanu Matilainen2010-01-041-1/+2
* Eliminate myrealloc() replacement functionPanu Matilainen2010-01-041-2/+0
* Remove replacements for C99 mandated functionsPanu Matilainen2009-12-231-3/+2
* Dont include <pwd.h> from system.h, dont bother checking for it eitherPanu Matilainen2009-12-231-1/+1
* Dont bother including <sys/socket.h>, we dont use anything from therePanu Matilainen2009-12-231-1/+1