summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-19build: Use AC_REQUIRE for AC_CANONICAL_HOST in DPKG_FUNC_ASYNC_SYNCGuillem Jover1-1/+1
2010-11-19build: Refactor --with/out options into DPKG_WITH_PROG and DPKG_WITH_DIRGuillem Jover1-0/+33
2010-11-19build: Unify and fix AC_ARG_ENABLE usageGuillem Jover3-15/+22
2010-11-19build: Add missing m4 quotes around AM_CONDITIONAL argumentGuillem Jover1-1/+1
2010-11-19build: Add missing m4 quotes to sed regexGuillem Jover2-2/+2
2010-11-19build: Break if ncurses is requested but unavailableCyril Brulebois1-1/+1
2010-07-16build: Add -Wshadow to default warningsGuillem Jover1-1/+1
2010-07-11build: Add optional code coverage supportGuillem Jover1-0/+51
2010-06-07Unify naming of va_list variables to args or args_copyGuillem Jover1-4/+4
2010-06-07build: Enable additional warnings by defaultGuillem Jover1-6/+8