summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)AuthorFilesLines
2019-10-30build: Add a serial versioning to the m4 filesGuillem Jover10-0/+10
2019-10-12build: Bump minimal Perl version to 5.24.1Guillem Jover1-1/+1
2019-02-23build: Check whether this dist is a release based only on the version formatGuillem Jover1-3/+1
2018-10-08build: Generalize PACKAGE_CPAN_SIGN by setting PACKAGE_DIST_IS_RELEASE insteadGuillem Jover1-1/+5
2018-08-30build: Disable C optimization levels when configuring for code coverageGuillem Jover1-2/+2
2018-08-30build: Only sign the perl distribution if we are doing an actual releaseGuillem Jover1-0/+13
2018-05-03build: Make PERL_MIN_VERSION also a configure output variableGuillem Jover1-4/+5
2018-03-26Use internerr() or BUG() instead of assert()Guillem Jover1-0/+1
2018-03-25libcompat: Convert md5 module to use C99 int typesGuillem Jover1-20/+0
2018-03-25build: Enable gcc-7 -Wregister warning if availableGuillem Jover1-0/+1
2018-03-25build: Enable clang -Wdocumentation warning if availableGuillem Jover1-0/+1
2018-03-25build: Sort warning optionsGuillem Jover1-18/+19
2018-03-25build: Automatically replace -Wno- with -W when testing compiler flagsGuillem Jover1-6/+4
2018-03-25build: Mark command variables as preciousGuillem Jover1-0/+2
2017-05-20build: Add new gcc-7 warningsGuillem Jover1-0/+2
2017-05-19doc: Bump minimal Perl version to 5.20.2Guillem Jover1-1/+1
2017-05-17build: Detect the required GNU patchGuillem Jover1-0/+15
2017-05-17build: Detect the required GNU tarGuillem Jover1-0/+3
2017-05-07build: Spell builtin correctlyGuillem Jover1-1/+1
2017-05-06doc: Spelling fixesJosh Soref1-1/+1
2017-02-26build: Do not fail on missing compression libraries or headers on check modeGuillem Jover1-1/+3
2017-02-26build: Handle libmd implementations built into system libcGuillem Jover1-4/+9
2017-01-26build: Disable disk pre-allocation by defaultGuillem Jover1-0/+15
2017-01-26build: Rename DPKG_MMAP macro to DPKG_USE_MMAPGuillem Jover1-3/+3
2016-12-17build: Enable compression libs also in automatic check modeGuillem Jover1-1/+1
2016-11-09build: Change DPKG_BUILD_RELEASE_DATE to use perl instead of date(1)Guillem Jover1-1/+1
2016-11-09build: Fix DPKG_BUILD_RELEASE_DATE to require DPKG_PROG_PERLGuillem Jover1-0/+1
2016-11-09build: Do not enable compression libraries if the headers are not usableGuillem Jover1-16/+14
2016-11-09build: Fix inversion logic in libmd configure check when requested explicitlyGuillem Jover1-1/+1
2016-11-07build: Use deterministic dates for generated man pagesReiner Herrmann1-1/+1
2016-10-30build: Pass --as-needed to the linker for dselect to avoid libstdc++Guillem Jover1-0/+19
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