Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / configure.ac
2009-11-27 Panu MatilainenUse AS_HELP_STRING() for configure option output
2009-10-19 Panu MatilainenAvoid using python's print for Python 3.x compatibility
2009-10-06 Ville SkyttäDeprecate %__lzma, use %__xz in it.
2009-09-07 Panu MatilainenAdd -Wempty-body to default options if gcc supports it
2009-08-13 Panu MatilainenBump version to appear newer than 4.7.x branch
2009-03-18 Panu MatilainenLZMA -> XZ renaming
2009-03-09 Jindrich NovyPort XZ payload compression to xz-4.999.8 API
2008-12-09 Panu MatilainenTest for fakechroot in configure
2008-11-18 Jindrich NovyAdd AC_CONFIG_MACRO_DIR for the new libtool
2008-11-14 Panu MatilainenFix capability verification
2008-11-04 Panu MatilainenAvoid leaking C99 options into stock %{__cc} macro
2008-10-26 Panu MatilainenBeginnings of acl (POSIX.1e draft 17) verification...
2008-10-26 Panu MatilainenBeginnings of file capability (POSIX.1e draft 15) verif...
2008-10-24 Jindrich NovyRemove timezone autoconf checks and system.h reference
2008-10-16 Panu MatilainenBump version
2008-10-14 Panu MatilainenAdd configure detection for SuSE too
2008-10-14 Panu MatilainenMove luaext include fiddling out of toplevel configure
2008-10-14 Panu MatilainenSanitize libluaext linkage
2008-10-14 Panu MatilainenKick out ancient and unused LDFLAGS_STATIC configure...
2008-08-19 Panu MatilainenUse standard auto*foo checks for NSS
2008-08-14 Panu MatilainenFix segfault on zero-length %policy file
2008-07-08 Panu MatilainenAdd a new legacy compatibility header, kill rpmints.h
2008-07-04 Panu MatilainenBump version to resemble library versioning
2008-05-12 Panu MatilainenFixup paths and Makefiles for rpmdb/ elimination
2008-05-08 Panu MatilainenRip useless ROOT_GROUP checking from configure
2008-04-30 Panu MatilainenRIP alloca()
2008-04-28 Panu MatilainenDrop va_copy check, it's already done by C99 checks
2008-04-28 Panu MatilainenRequire C99 capable compiler in configure
2008-04-22 Jindrich NovyCheck for lzma library in configure.ac and reference...
2008-04-16 Panu MatilainenStart phasing out internal copy of Lua
2008-04-16 Jindrich NovyRequire mkstemp()
2008-04-03 Panu MatilainenEnable stack protector by default if gcc supports it
2008-03-07 Panu MatilainenRemove unused RPMUSER, GROUP etc from configure.ac
2008-03-04 Panu MatilainenAdd super-H arch support (rhbz#432496)
2008-02-05 Panu MatilainenRip the horrible (ia64) autorelocate kludgery. RIP.
2008-01-09 Panu MatilainenDrop internal db from dist tarballs
2007-12-19 Panu MatilainenDrop duplicate locale.h check
2007-12-17 Panu MatilainenDon't bother configuring db3 directory if using external db
2007-12-11 Ralf Corsépiustest == is a bashism.
2007-12-05 Panu MatilainenRename apidocs to hackingdocs, only build on request
2007-11-26 Ralf CorsépiusAdjust comment.
2007-11-26 Ralf Corsépiuss/build_os/host_os/
2007-11-22 Ralf CorsépiusAdd header preinstallation.
2007-11-22 Ralf CorsépiusEliminate egrep (Abandoned by POSIX many years ago).
2007-11-21 Ralf CorsépiusAdd AC_USE_SYSTEM_EXTENSIONS.
2007-11-21 Ralf Corsépiuss/build_cpu/host_cpu/
2007-11-13 Panu MatilainenFix build without O2
2007-11-08 Panu MatilainenDisable -Wstrict-prototypes for now due to noise from...
2007-11-02 Peter JonesMerge
2007-11-02 Panu MatilainenUse NSS instead of beecrypt for encryption (Tomas Mraz)
2007-10-30 Ralf Corsépiusmerge suckage.
2007-10-30 Ralf CorsépiusReplace AC_CHECK_FUNCS by AC_REPLACE_FUNCS for basename...
2007-10-29 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2007-10-29 Ralf CorsépiusRemove AM_C_PROTOTYPES.
2007-10-27 Ralf CorsépiusAbandon addlib().
2007-10-27 Ralf CorsépiusEliminate AC_TRY_COMPILE (Obsolete).
2007-10-27 Ralf CorsépiusRemove AC_PROG_GCC_TRADITIONAL (Obsolete).
2007-10-27 Ralf CorsépiusRemove AC_ISC_POSIX (Obsolete).
2007-10-27 Ralf CorsépiusUse AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER.
2007-10-27 Ralf CorsépiusCheck for stdarg.h.
2007-10-24 Ralf CorsépiusAdd rpmdb/rpmints.h.in.
2007-10-24 Ralf CorsépiusRemove AC_CHECK_FUNC(fchmod).
2007-10-18 Ralf CorsépiusRemove WITH_APIDOCS, WITH_APIDOCS_TARGET.
2007-10-18 Ralf CorsépiusUse DOXYGEN instead of __DOXYGEN.
2007-10-18 Ralf CorsépiusUse DOXYGEN instead of __DOXYGEN.
2007-10-18 Ralf CorsépiusUse DOXYGEN instead of __DOXYGEN.
2007-10-17 Ralf CorsépiusAdd automake option nostdinc.
2007-10-17 Panu MatilainenUse HAVE_DB_H for both internal and external BDB
2007-10-08 Ralf CorsépiusAdd __LZMA.
2007-10-05 Ralf CorsépiusAdd HAVE_DOT.
2007-10-04 Ralf CorsépiusStop checking for machine/types.h (Private header of...
2007-10-03 Ralf CorsépiusRemove $dirs (unused).
2007-10-01 Ralf CorsépiusRemove AC_CHECK_HEADERS(thread.h).
2007-09-20 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2007-09-20 Ralf CorsépiusRemove checks for synch.h, semaphore.h, aio.h (unused).
2007-09-20 Ralf CorsépiusMake zlib conditional.
2007-09-20 Ralf CorsépiusTighten check for libbz2.
2007-09-19 Ralf CorsépiusCosmetics.
2007-09-19 Ralf CorsépiusRename --with-internal-db into --with-external-db.
2007-09-19 Ralf CorsépiusRemove NPTL games.
2007-09-18 Ralf CorsépiusAdd check for db_threadid_t in db.h.
2007-09-18 Ralf CorsépiusRename BZIP2BIN->__BZIP2.
2007-09-18 Ralf CorsépiusRemove WITH_POPT (Unused).
2007-09-18 Ralf Corsépiuss/libary/library/
2007-09-18 Ralf CorsépiusFix ancient typo.
2007-09-18 Ralf CorsépiusInvert logic to setup WITH_INTERNAL_DB.
2007-09-18 Ralf CorsépiusAdd preliminary --with/without-internal-db processing.
2007-09-17 Ralf CorsépiusEliminate WITH_DB_SUBDIR.
2007-09-17 Ralf CorsépiusAdd with_internal_db.
2007-09-14 Ralf CorsépiusMove generating rpmpopt-@VERSION@ from configure into...
2007-09-14 Ralf CorsépiusMove generating rpm.pc from configure into Makefile.
2007-09-13 Ralf CorsépiusProcess platform in Makefile instead of configure.
2007-09-12 Ralf CorsépiusAdd __CURL.
2007-09-12 Ralf CorsépiusAttempt to escape hg messed up the repo once more.
2007-09-12 Ralf CorsépiusFix indentation of --enable-python.
2007-09-12 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm...
2007-09-12 Ralf CorsépiusMerge tools/Makefile.am into Makefile.am
2007-09-12 Panu MatilainenRemove NEON and related hacks
2007-09-12 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm...
2007-09-12 Ralf CorsépiusReduce minimum python version to 2.3.
next