summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2015-09-14build: Add a new --with-devlibdir configure optionGuillem Jover1-0/+2
2015-05-30build: Use system libmd if availableGuillem Jover1-0/+1
2015-05-30build: Move PACKAGE_RELEASE definition from dpkg.h to configure.acGuillem Jover1-0/+2
2015-05-09build: Pass -Wall to automake in AM_INIT_AUTOMAKEGuillem Jover1-1/+1
2015-05-09build: Call AM_PROG_ARGuillem Jover1-0/+1
2015-04-01build: Remove unused AC_CHECK_DECLS for strnlenGuillem Jover1-1/+0
2015-01-28build: Bump gettext version to 0.19Guillem Jover1-1/+1
2015-01-28test: Rename TAP test directories from test to tGuillem Jover1-1/+1
2014-10-06man: Set the copyright holder for the original codeGuillem Jover1-0/+1
2014-08-19libcompat: Only test the strerror() if sys_errlist and sys_nerr are presentGuillem Jover1-0/+1
2014-08-09dpkg: Try to preallocate the disk size for extracted filesGuillem Jover1-1/+4
2014-05-17build: Switch to use libtool for the static librariesGuillem Jover1-1/+7
2014-04-30libcompat: Make sure P_tmpdir is always definedGuillem Jover1-0/+1
2014-04-28build: Use the perl TAP::Harness for the C test suiteGuillem Jover1-1/+0
2014-04-21libdpkg: Switch test suite to use TAPGuillem Jover1-0/+1
2014-04-21build: Set TAR variable at build time instead of hardcoding itGuillem Jover1-1/+2
2014-04-21s-s-d: Detect system specific headers at configure timeGuillem Jover1-2/+3
2014-01-15libcompat: Add new makedev(3) fallback functionGuillem Jover1-0/+1
2013-12-05dselect: Use C++11 nullptr instead of 0 or NULLGuillem Jover1-0/+1
2013-12-05build: Move DPKG_C_C99 call just after AC_PROG_CCGuillem Jover1-1/+1
2013-10-05build: Use AC_MSG_ERROR instead of obsolete AC_ERRORGuillem Jover1-1/+1
2013-07-18build: Switch default dpkg-deb compression from gzip to xzGuillem Jover1-1/+1
2013-07-18build: Allow changing the default dpkg-deb compressor on configureGuillem Jover1-0/+3
2013-06-21scripts: Use a new Dpkg::CONFDIR variable instead of literal stringsGuillem Jover1-0/+2
2013-06-03build: Bump automake version to 1.11Guillem Jover1-4/+2
2013-06-03build: Bump gettext version to 0.18.2Guillem Jover1-1/+1
2013-05-31Remove install-info wrapperGuillem Jover1-1/+0
2012-06-30build: Switch source compression to xzGuillem Jover1-1/+1
2012-06-08libdpkg: Add liblzma compression supportGuillem Jover1-0/+1
2012-06-06libcompat: Add compat symbol for O_NOFOLLOWGuillem Jover1-0/+1
2012-05-23libcompat: Remove compat definition for strtoul()Guillem Jover1-1/+1
2012-04-14build: Switch from --without- to --disable- for programs to be builtGuillem Jover1-4/+4
2011-11-16build: Map the BSD u_intN_t types to C99 uintN_t if not definedGuillem Jover1-0/+1
2011-11-16Do not include unneeded <sys/cdefs.h>Guillem Jover1-1/+1
2011-11-12libcompat: Add new strndup()Guillem Jover1-1/+1
2011-11-06build: Check and abort on required functionsGuillem Jover1-1/+3
2011-10-13build: Check for needed programs when configuring for distributionGuillem Jover1-0/+3
2011-10-13build: Forbid m4 tokens on the output matching ^_?DPKG_Guillem Jover1-0/+2
2011-09-26build: Check for the presence of the strnlen declarationGuillem Jover1-0/+1
2011-09-26libcompat: Update obstack module from gnulibGuillem Jover1-1/+1
2011-07-30build: Move DPKG_ARCHITECTURE macro call to the endGuillem Jover1-1/+2
2011-07-22dpkg-dev: add some common makefile snippets for use in rules filesRaphaƫl Hertzog1-0/+1
2011-07-07libdpkg: Add new progname module handling functionsGuillem Jover1-1/+2
2011-04-02dpkg: Set the modification time for unpacked symlinks if possibleGuillem Jover1-1/+1
2011-03-14dpkg-split: Replace unsignedlong() with parse_intmax()Guillem Jover1-1/+1
2011-01-16Remove --enable-sync-sync codepathJonathan Nieder1-1/+0
2010-11-25Merge branch 'sid' (through tag '1.15.8.6')Guillem Jover1-1/+1
2010-11-25build: Disable usage of synchronous sync(2) by defaultGuillem Jover1-1/+1
2010-11-19build: Change the strictness from gnu to foreignGuillem Jover1-1/+1
2010-11-19build: Refactor --with/out options into DPKG_WITH_PROG and DPKG_WITH_DIRGuillem Jover1-63/+11