summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-01build: Use DPKG_CHECK_DECL instead of DPKG_CHECK_DEFINE for TIOCNOTTYGuillem Jover1-16/+0
2010-05-26build: Only use mmap in parser if explicitly requestedGuillem Jover1-0/+16
2010-05-19Ignore all foreign m4 filesGuillem Jover1-33/+2
2010-05-17dpkg: On Linux use sync() instead of an fsync() per fileGuillem Jover1-0/+16
2010-03-13libdpkg: Use __attribute__ keyword depending on compiler supportGuillem Jover1-17/+0
2010-03-12build: Allow disabling Unicode supportGuillem Jover2-8/+44
2010-02-26Generate manual pages for perl modules with pod2manRaphaƫl Hertzog1-0/+7
2010-02-19build: Add more warnings to --enable-compiler-warningsGuillem Jover1-3/+9
2010-01-01Add missing copyright statementsGuillem Jover6-1/+15
2009-12-31build: Refactor compression library check m4 macroGuillem Jover1-50/+37
2009-10-30build: Use pkg-config m4 macros to detect selinux libraryGuillem Jover1-7/+8
2009-10-30build: If there's no libselinux.pc file fallback to hardcoded listFelipe Contreras1-3/+11
2009-10-29build: Only use po4a if present and if NLS is enabledGuillem Jover1-0/+14
2009-10-29build: Rename and namespace dpkg m4 filesGuillem Jover7-0/+0
2009-10-26Sort order of header includesGuillem Jover1-3/+2
2009-10-04build: Properly escape DPKG_CHECK_DECL and DPKG_CHECK_DEFINE argumentsGuillem Jover1-8/+9
2009-10-04build: Fix DPKG_CHECK_DEFINE to properly check for dpkg_cv_define_$1Guillem Jover1-1/+1
2009-09-30build: Abort if there is no support for the required C99 extensionsGuillem Jover1-1/+2
2009-09-30build: Add more options to try to get support for C99 extensionsGuillem Jover1-1/+2
2009-09-30build: Check for C99 snprintf family of functionsGuillem Jover1-1/+46
2009-09-30build: Use memcpy instead of assignment to copy va_listGuillem Jover1-10/+1
2009-09-30build: Add an explicit return type to main in DPKG_FUNC_VA_COPYGuillem Jover1-1/+2
2009-09-30build: Do not test for C99 for-loop variable declaration supportGuillem Jover1-4/+0
2009-09-30build: Add test for 'trailing comma in enum' C99 supportGuillem Jover1-0/+3
2009-09-26build: Update compiler-warnings flagsGuillem Jover1-1/+1
2009-09-26build: Refactor warning flags into a new WFLAGS variableGuillem Jover1-3/+4
2009-09-26build: Wrap perl expression in PERL_LIBDIR assignmentGuillem Jover1-1/+3
2009-09-26build: Properly escape $( inside perl regexGuillem Jover1-1/+1
2009-09-24build: Do not use backticks on m4 macrosGuillem Jover7-12/+12
2009-09-24build: Add new DPKG_CHECK_DECL m4 macroGuillem Jover1-0/+13
2009-08-26Change dpkg specific m4 macros prefix from SJR_ to DPKG_Guillem Jover2-7/+7