summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2008-12-09Test for fakechroot in configurePanu Matilainen1-0/+1
2008-11-18Add AC_CONFIG_MACRO_DIR for the new libtoolJindrich Novy1-0/+1
2008-11-14Fix capability verificationPanu Matilainen1-1/+8
2008-11-04Avoid leaking C99 options into stock %{__cc} macroPanu Matilainen1-0/+1
2008-10-26Beginnings of acl (POSIX.1e draft 17) verification supportPanu Matilainen1-0/+26
2008-10-26Beginnings of file capability (POSIX.1e draft 15) verification supportPanu Matilainen1-0/+26
2008-10-24Remove timezone autoconf checks and system.h referenceJindrich Novy1-4/+0
2008-10-16Bump versionPanu Matilainen1-1/+1
2008-10-14Add configure detection for SuSE tooPanu Matilainen1-1/+2
2008-10-14Move luaext include fiddling out of toplevel configurePanu Matilainen1-1/+1
2008-10-14Sanitize libluaext linkagePanu Matilainen1-1/+1
2008-10-14Kick out ancient and unused LDFLAGS_STATIC configure.ac-hackeryPanu Matilainen1-45/+0
2008-08-19Use standard auto*foo checks for NSSPanu Matilainen1-20/+10
2008-08-14Fix segfault on zero-length %policy filePanu Matilainen1-1/+1
2008-07-08Add a new legacy compatibility header, kill rpmints.hPanu Matilainen1-2/+0
2008-07-04Bump version to resemble library versioningPanu Matilainen1-1/+1
2008-05-12Fixup paths and Makefiles for rpmdb/ eliminationPanu Matilainen1-2/+2
2008-05-08Rip useless ROOT_GROUP checking from configurePanu Matilainen1-34/+0
2008-04-30RIP alloca()Panu Matilainen1-1/+0
2008-04-28Drop va_copy check, it's already done by C99 checksPanu Matilainen1-14/+0
2008-04-28Require C99 capable compiler in configurePanu Matilainen1-0/+5
2008-04-22Check for lzma library in configure.ac and reference it in Makefile.amJindrich Novy1-0/+8
2008-04-16Start phasing out internal copy of LuaPanu Matilainen1-3/+15
2008-04-16Require mkstemp()Jindrich Novy1-1/+1
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