summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-06build: Add new run-script to run local scriptsGuillem Jover1-2/+1
2012-04-14build: Switch from --without- to --disable- for programs to be builtGuillem Jover1-11/+11
2011-11-22build: Report feedback on program, directory and coverage supportGuillem Jover2-0/+5
2011-11-16build: Map the BSD u_intN_t types to C99 uintN_t if not definedGuillem Jover1-1/+22
2011-10-13build: Check for needed programs when configuring for distributionGuillem Jover1-0/+9
2011-10-13build: Error out if the pkg-config m4 macros are missing on autoreconfGuillem Jover1-0/+1
2011-09-29build: Let the user override PERL_LIBDIR at configure timeGuillem Jover1-1/+4
2011-09-29build: Abort if the perl interpreter is not found or usableGuillem Jover1-2/+5
2011-07-30build: Error out if the host dpkg architecture cannot be determinedGuillem Jover1-1/+5
2011-07-30build: Use the detected perl to invoke dpkg-architecture.plGuillem Jover1-1/+2
2011-07-07libdpkg: Add new progname module handling functionsGuillem Jover1-0/+23
2011-03-14build: Check for %j and %z format modifiers supportGuillem Jover1-0/+12
2011-03-14build: Add -Wformat-security and -Wpointer-arith to default warningsGuillem Jover1-0/+1
2011-01-16Remove --enable-sync-sync codepathJonathan Nieder1-28/+0
2011-01-08build: Fail configure if curses is needed but no headers are presentGuillem Jover1-2/+7
2010-11-25Merge branch 'sid' (through tag '1.15.8.6')Guillem Jover1-11/+23
2010-11-25build: Disable usage of synchronous sync(2) by defaultGuillem Jover1-11/+23
2010-11-19Cleanup white spacesGuillem Jover2-2/+0
2010-11-19Cleanup and improve source code commentsGuillem Jover1-6/+6