summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2008-04-03Enable stack protector by default if gcc supports itPanu Matilainen1-1/+1
2008-03-07Remove unused RPMUSER, GROUP etc from configure.acPanu Matilainen1-10/+0
2008-03-04Add super-H arch support (rhbz#432496)Panu Matilainen1-0/+2
2008-02-05Rip the horrible (ia64) autorelocate kludgery. RIP.Panu Matilainen1-7/+1
2008-01-09Drop internal db from dist tarballsPanu Matilainen1-3/+6
2007-12-19Drop duplicate locale.h checkPanu Matilainen1-1/+0
2007-12-17Don't bother configuring db3 directory if using external dbPanu Matilainen1-1/+3
2007-12-11test == is a bashism.Ralf Corsépius1-1/+1
2007-12-05Rename apidocs to hackingdocs, only build on requestPanu Matilainen1-6/+6
2007-11-26Adjust comment.Ralf Corsépius1-1/+1
2007-11-26s/build_os/host_os/Ralf Corsépius1-43/+43
2007-11-22Add header preinstallation.Ralf Corsépius1-0/+2
2007-11-22Eliminate egrep (Abandoned by POSIX many years ago).Ralf Corsépius1-2/+2
2007-11-21Add AC_USE_SYSTEM_EXTENSIONS.Ralf Corsépius1-4/+3
2007-11-21s/build_cpu/host_cpu/Ralf Corsépius1-7/+7
2007-11-13Fix build without O2Panu Matilainen1-0/+2
2007-11-08Disable -Wstrict-prototypes for now due to noise from NSPR headersPanu Matilainen1-1/+3
2007-11-02Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen1-13/+23
2007-10-30Replace AC_CHECK_FUNCS by AC_REPLACE_FUNCS for basename, getcwd, getwd, puten...Ralf Corsépius1-4/+8
2007-10-29Remove AM_C_PROTOTYPES.Ralf Corsépius1-5/+0
2007-10-27Abandon addlib().Ralf Corsépius1-22/+0
2007-10-27Eliminate AC_TRY_COMPILE (Obsolete).Ralf Corsépius1-2/+2
2007-10-27Remove AC_PROG_GCC_TRADITIONAL (Obsolete).Ralf Corsépius1-1/+0
2007-10-27Remove AC_ISC_POSIX (Obsolete).Ralf Corsépius1-2/+0
2007-10-27Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER.Ralf Corsépius1-2/+2
2007-10-27Check for stdarg.h.Ralf Corsépius1-25/+13
2007-10-24Add rpmdb/rpmints.h.in.Ralf Corsépius1-0/+6
2007-10-24Remove AC_CHECK_FUNC(fchmod).Ralf Corsépius1-3/+0
2007-10-18Remove WITH_APIDOCS, WITH_APIDOCS_TARGET.Ralf Corsépius1-10/+3
2007-10-18Use DOXYGEN instead of __DOXYGEN.Ralf Corsépius1-3/+3
2007-10-17Add automake option nostdinc.Ralf Corsépius1-1/+1
2007-10-17Use HAVE_DB_H for both internal and external BDBPanu Matilainen1-2/+3
2007-10-08Add __LZMA.Ralf Corsépius1-0/+1
2007-10-05Add HAVE_DOT.Ralf Corsépius1-0/+1
2007-10-04Stop checking for machine/types.h (Private header of some OSes not supposed t...Ralf Corsépius1-1/+0
2007-10-03Remove $dirs (unused).Ralf Corsépius1-1/+0
2007-10-01Remove AC_CHECK_HEADERS(thread.h).Ralf Corsépius1-2/+1
2007-09-20Remove checks for synch.h, semaphore.h, aio.h (unused).Ralf Corsépius1-2/+1
2007-09-20Make zlib conditional.Ralf Corsépius1-12/+10
2007-09-20Tighten check for libbz2.Ralf Corsépius1-8/+11
2007-09-19Cosmetics.Ralf Corsépius1-2/+2
2007-09-19Rename --with-internal-db into --with-external-db.Ralf Corsépius1-5/+10
2007-09-19Remove NPTL games.Ralf Corsépius1-10/+0
2007-09-18Add check for db_threadid_t in db.h.Ralf Corsépius1-0/+3
2007-09-18Rename BZIP2BIN->__BZIP2.Ralf Corsépius1-4/+4
2007-09-18Remove WITH_POPT (Unused).Ralf Corsépius1-1/+0
2007-09-18s/libary/library/Ralf Corsépius1-1/+1
2007-09-18Fix ancient typo.Ralf Corsépius1-1/+1
2007-09-18Invert logic to setup WITH_INTERNAL_DB.Ralf Corsépius1-1/+1
2007-09-18Add preliminary --with/without-internal-db processing.Ralf Corsépius1-4/+30