summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2009-08-26Change dpkg specific m4 macros prefix from SJR_ to DPKG_Guillem Jover1-3/+3
2009-08-15Use AC_USE_SYSTEM_EXTENSIONS instead of deprecated AC_GNU_SOURCEGuillem Jover1-2/+2
Bump minimum required autoconf to 2.60.
2009-08-15Do not directly use AC_CANONICAL_SYSTEM from configure.acGuillem Jover1-1/+0
The macro is only needed because of DPKG_ARCHITECTURE which it already requires.
2009-07-15Disable default automake preprocessor include pathsGuillem Jover1-1/+1
Tell automake not to add “-I.” to the preprocessor flags, to avoid file collisions with system headers. Re-add the path where config.h is located. Namespace and use bracketed file inclusions for libdpkg headers, and use quoted inclusions for program headers.
2009-07-15Move libraries to subdirectories under lib/Guillem Jover1-3/+4
This will allow to use the same include path than the future system one, for example “#include <dpkg/dpkg.h>”. It also unclutters the source topdir.
2009-06-27Bump version to 1.15.4~Guillem Jover1-1/+1
2009-06-27Release 1.15.3Guillem Jover1-1/+1
2009-05-26Bump version to 1.15.3~Guillem Jover1-1/+1
2009-05-26Release 1.15.2Guillem Jover1-1/+1
2009-05-21Bump version to 1.15.2~Guillem Jover1-1/+1
2009-05-21Release 1.15.1Guillem Jover1-1/+1
2009-03-21Small fixes so that a build from a clean checkout works againRaphael Hertzog1-1/+0
Remove origin/Makefile from configure.ac. Fix debian/rules so that it works even if the auto-generated ChangeLog is not there yet. Reported-by: Bill Allombert <Bill.Allombert@math.u-bordeaux1.fr>
2009-03-02Bump version to 1.15.1~Guillem Jover1-1/+1
2009-03-02Release 1.15.0Guillem Jover1-1/+1
2009-02-26s-s-d: Support setting the IO scheduler class and priorityChris Coulson1-1/+2
Add new option -I, --iosched <class[:priority]>. Closes: #443535 Signed-off-by: Guillem Jover <guillem@debian.org>
2009-01-23libdpkg: Add initial C unit test suiteGuillem Jover1-0/+1
2008-09-14libdpkg: Move compat.c to libcompatGuillem Jover1-4/+4
2008-04-29Bump version to 1.15.0~Guillem Jover1-1/+1
2008-04-08Bump version to 1.14.19~Guillem Jover1-1/+1
2008-04-08Release 1.14.18Guillem Jover1-1/+1
2008-03-30Bump version to 1.14.18~Guillem Jover1-1/+1
2008-03-30Release 1.14.17Guillem Jover1-1/+1
2008-03-30Implement triggers supportIan Jackson1-0/+1
Closes: #17243, #68981, #215374, #217622, #248693, #308285
2008-03-23libcompat: Add strnlenGuillem Jover1-1/+1
2008-03-16Allow compilation with --disable-nls on systems without libintl.hGuillem Jover1-1/+1
This is being triggered when a non glibc claims to be glibc. Closes: #465420
2008-02-04Use functions from libcompat when those are not provided by the systemGuillem Jover1-0/+1
2008-01-28Rename getopt to libcompatGuillem Jover1-1/+1
2008-01-22Check for 'stddef.h' in AC_CHECK_HEADERSGuillem Jover1-1/+1
2008-01-21Bump version to 1.14.17~Guillem Jover1-1/+1
2008-01-21Release 1.14.16Guillem Jover1-1/+1
2008-01-21Escape new lines in AC_CHECK_FUNCSGuillem Jover1-2/+2
2008-01-21Merge AC_CHECK_FUNCS macro callsGuillem Jover1-2/+2
2008-01-21Use external gettext intl libraryGuillem Jover1-3/+3
When porting to other systems without gettext functionality, other applications might need it as well, so either use --with-libintl-prefix for a global library, or disable NLS support.
2008-01-21s-s-d: Refactor max open fd into a new function and coalesce close loopGuillem Jover1-1/+1
2008-01-18configure.ac: Add missing quotes to AC_CHECK_SIZEOF callsGuillem Jover1-2/+2
2008-01-07Bump version to 1.14.16~Guillem Jover1-1/+1
2008-01-07Release 1.14.15Guillem Jover1-1/+1
2007-12-27Bump version to 1.14.15~Raphael Hertzog1-1/+1
2007-12-27Release 1.14.14Raphael Hertzog1-1/+1
2007-12-27Bump version to 1.14.14~Guillem Jover1-1/+1
2007-12-27Release 1.14.13Guillem Jover1-1/+1
2007-11-29Bump version to 1.14.13~Guillem Jover1-1/+1
2007-11-29Release 1.14.12Guillem Jover1-1/+1
2007-11-24Bump version to 1.14.12~Guillem Jover1-1/+1
2007-11-24Release 1.14.11Guillem Jover1-1/+1
2007-11-23Bump version to 1.14.11~Guillem Jover1-1/+1
2007-11-23Release 1.14.10Guillem Jover1-1/+1
2007-11-20Bump version to 1.14.10~Guillem Jover1-1/+1
2007-11-20Release 1.14.9Guillem Jover1-1/+1
2007-11-19Bump version to 1.14.9~Guillem Jover1-1/+1