summaryrefslogtreecommitdiff
path: root/automake
AgeCommit message (Collapse)AuthorFilesLines
2005-03-11dpkg (1.13.1.0.1) experimental; urgency=lowScott James Remnant3-510/+0
* Bin-MU; recompile against Debian unstable, to make dselect actually installable. -- Scott James Remnant <scott@netsplit.com> Fri, 11 Mar 2005 09:00:14 +0000
2003-09-13Apply patch to make dpkg work with POSIX 1003.1-2001.Adam Heath1-8/+10
2002-05-19Make a new macro, DPKG_C_GCC_ATTRIBUTE.Adam Heath1-0/+11
2002-05-19Gah, I hate gcc. AC_TRY_COMPILE() produces code of the formAdam Heath1-10/+6
'int main() { ... }'. When -Werror -Wstrict-prototypes is given to gcc, it thinks the above code snippet is an error, and aborts. This was making DPKG_C_GCC_TRY_WARNS disable some -W options. So, I no longer use AC_TRY_COMPILE.
2002-02-01Add DPKG_CHECK_DEFINE which tests for a define in an include fileWichert Akkerman1-3/+19
2001-05-29* configure.in: AC_REQUIRE is not valid outside of AC_DEFUN.Adam Heath1-13/+0
* automake/dpkg.m4: DPKG_CACHED_TRY_COMPILE was defined with both AC_DEFUN() AND define().
2001-04-20Add support for gcc attributes, printfformat, etc. Be sure to runAdam Heath1-0/+14
aclocal -I automake, and autoconf.
2000-12-26Removed all references to sysinfo().Adam Heath1-46/+0
2000-12-24Undo earlier changes from Adam to handle -W options for the compilerWichert Akkerman1-8/+4
and do things much simpler instead based on the old working but not correctly used code.
2000-12-24Modified DPKG_C_GCC_TRY_WARNS() to call AC_SUBST, so that we can use theAdam Heath1-4/+8
result of the test during build time.
1999-12-14Really add automake/sysinfo.m4Wichert Akkerman1-0/+46
Fix some minor things in depisok Update swedish translation
1999-01-29dpkg 1.4.1Guy Maor3-0/+484