summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)AuthorFilesLines
2016-10-30man: Generate the man pages at build timeGuillem Jover1-0/+8
2016-10-29build: Check for the required minimal perl versionGuillem Jover1-3/+14
2016-10-29build: Fix and update libselinux checkGuillem Jover1-26/+12
2016-10-29build: Check the availability of -Wpositive variant instead of -Wno-positiveGuillem Jover1-4/+8
2016-10-29build: Disable -Wtautological-constant-out-of-range-compareGuillem Jover1-0/+1
2016-10-29build: Change --with-* option logic to default to checkGuillem Jover1-25/+34
2016-10-29build: Fix typo in SE Linux library detection codeGuillem Jover1-1/+1
2016-10-29build: Fix M4sh/Autoconf coding styleGuillem Jover10-333/+354
2016-10-29build: Fix the __progname check to avoid the optimizer discarding the symbolGuillem Jover1-3/+2
2016-10-29build: Clean up compiler and linker automatic flag usageGuillem Jover2-23/+30
2016-07-03build: Remove quotes causing strange spaces in configure --help outputGuillem Jover1-3/+2
2016-07-03build: Uniformize library build optionsGuillem Jover1-30/+30
2016-07-03build: Use libmd auotmatically if availableGuillem Jover1-4/+0
2016-07-03build: Stop allowing to set deprecated bzip2 compressor as dpkg-deb defaultGuillem Jover1-1/+1
2016-04-01build: Do not require passing the perl interpreter to run-scriptGuillem Jover1-1/+1
2016-04-01build: Add a configuration summary to configure outputGuillem Jover1-2/+0
2016-04-01build: Set have_libfoo for required libraries detectedGuillem Jover1-0/+3
2016-04-01build: Make it possible to build without system libmdGuillem Jover1-5/+17
2016-04-01build: Split libps and libkvm detection into their own macros and variablesGuillem Jover1-7/+18
2016-02-26build: Use AC_SUBST instead of AC_DEFINE for BUILD_DEVEL_DOCSGuillem Jover1-2/+2
2016-02-26build: Add new gcc-6 warningsGuillem Jover1-0/+2
2015-12-25libdpkg: Add experimental multithreaded xz compressor supportGuillem Jover1-0/+3
2015-12-12build: Add an configure option to choose the kind of documentationGuillem Jover1-0/+17
2015-05-30build: Use system libmd if availableGuillem Jover1-1/+15
2015-01-28build: Add new gcc 5 warningsGuillem Jover1-0/+4
2015-01-28build: Check for -Wformat-security with -WformatGuillem Jover1-1/+1
2015-01-28build: Make va_copy check cross-compilableGuillem Jover1-17/+14
2015-01-28build: When cross-building assume a working snprintf on SUS >= v3Guillem Jover1-2/+17
2015-01-28build: Rework DPKG_C_C99 macro to define HAVE_C_C99 just onceGuillem Jover1-23/+30
2014-10-06build: Fix compiler flag detection with non-GCC compilersGuillem Jover1-1/+1
2014-08-19libcompat: Only test the strerror() if sys_errlist and sys_nerr are presentGuillem Jover1-0/+16
2014-08-15libcompat: Only build the compatibility selinux code if requestedGuillem Jover1-2/+3
2014-08-09libcompat: Add a setexecfilecon() function out from dpkg codeGuillem Jover1-0/+2
2014-08-09dpkg: Use SELinux setexecfilecon() if available instead of ad-hoc codeGuillem Jover1-0/+4
2014-08-09build: Refactor compiler option checks into a new functionGuillem Jover1-78/+77
2014-05-28libdpkg: Uppercase compressor enum valuesGuillem Jover1-1/+1
2014-06-04build: Uppercase enum in C99 test codeGuillem Jover1-2/+2
2014-05-17build: Switch to use libtool for the static librariesGuillem Jover2-1/+30
2014-04-26build: Use --coverage instead of -fprofile-arcs and -ftest-coverageGuillem Jover1-2/+2
2014-04-21build: Test for required compound literalsGuillem Jover1-1/+5
2014-04-21build: Set TAR variable at build time instead of hardcoding itGuillem Jover1-0/+10
2014-04-21build: Do not link s-s-d against libihash and libshouldbeinlibc on GNU/HurdGuillem Jover1-2/+0
2013-12-05dselect: Use C++11 nullptr instead of 0 or NULLGuillem Jover1-0/+49
2013-12-05build: Reword C99 compiler check outputGuillem Jover1-2/+2
2013-12-05build: Check availability of warning flags at build timeGuillem Jover1-14/+78
2013-10-27build: Add -Wc++11-compat and -Wlogical-op to the dafault warningsGuillem Jover1-2/+2
2013-10-27build: Remove -Wno-unused-value from default CXXFLAGSGuillem Jover1-2/+1
2013-07-18build: Allow changing the default dpkg-deb compressor on configureGuillem Jover1-0/+17
2013-03-18build: Use AC_MSG_ERROR instead of obsolete AC_ERRORGuillem Jover1-1/+1
2012-06-08libdpkg: Add liblzma compression supportGuillem Jover1-0/+7