summaryrefslogtreecommitdiff
path: root/buildlib/tools.m4
Commit message (Collapse)AuthorAgeFilesLines
* * French manpage translation updateMichael Vogt2010-01-081-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | * spot & fix various typos in all manpages * German manpage translation update * cmdline/apt-cache.cc: - remove translatable marker from the "%4i %s\n" string * buildlib/po4a_manpage.mak: - instruct debiandoc to build files with utf-8 encoding * buildlib/tools.m4: - fix some warning from the buildtools * apt-pkg/acquire-item.cc: - add configuration PDiffs::Limit-options to not download too many or too big patches (Closes: #554349) * debian/control: - let all packages depend on ${misc:Depends} * share/*-archive.gpg: - remove the horrible outdated files. We already depend on the keyring so we don't need to ship our own version * cmdline/apt-key: - errors out if wget is not installed (Closes: #545754) - add --keyring option as we have now possibly many * methods/gpgv.cc: - pass all keyrings (TrustedParts) to gpgv instead of using only one trusted.gpg keyring (Closes: #304846) * methods/https.cc: - finally merge the rest of the patchset from Arnaud Ebalard with the CRL and Issuers options, thanks! (Closes: #485963)
* don't try to detect glibc and libstdc++ version as we don't need this ↵David Kalnischkies2009-11-021-50/+0
| | | | information any longer
* * Patch from Oliver Kurth <oku@masqmail.cx> to use AC_C...Arch Librarian2004-09-201-1/+4
| | | | | | | Author: mdz Date: 2004-01-09 07:42:54 GMT * Patch from Oliver Kurth <oku@masqmail.cx> to use AC_CACHE_VAL for GIBC_VER to make cross-compilation easier (Closes: #221528)
* renamed some macros to please doogie :PArch Librarian2004-09-201-2/+2
| | | | | | Author: tausq Date: 2001-06-18 05:56:32 GMT renamed some macros to please doogie :P
* Don't GCC3DEP if the .d follows the input filename.Arch Librarian2004-09-201-1/+1
| | | | | | Author: doogie Date: 2001-05-29 05:27:54 GMT Don't GCC3DEP if the .d follows the input filename.
* Add macro for detecting the output filename for gcc -MD...Arch Librarian2004-09-201-0/+20
| | | | | | Author: doogie Date: 2001-05-29 05:25:06 GMT Add macro for detecting the output filename for gcc -MD(3.0 changed it).
* libstdc++ and HURD. Closes: #92025Arch Librarian2004-09-201-1/+1
| | | | | | Author: jgg Date: 2001-04-29 05:30:40 GMT libstdc++ and HURD. Closes: #92025
* silence gcc/g++ warnings on libc/stdc++ version testsArch Librarian2004-09-201-2/+2
| | | | | | Author: tausq Date: 2001-03-10 03:35:30 GMT silence gcc/g++ warnings on libc/stdc++ version tests
* pacify the new stricter g++ compilerArch Librarian2004-09-201-0/+2
| | | | | | Author: tausq Date: 2001-03-04 05:14:13 GMT pacify the new stricter g++ compiler
* glibc/libstdc++ dependency patchesArch Librarian2004-09-201-0/+45
| | | | | | Author: tausq Date: 2001-02-27 04:16:05 GMT glibc/libstdc++ dependency patches
* New ah_GET_GETCONF macro, better abstraction in the rest.Arch Librarian2004-09-201-12/+27
| | | | | | Author: doogie Date: 1999-12-11 03:06:23 GMT New ah_GET_GETCONF macro, better abstraction in the rest.
* Fingers too fast on the delete(left out 'fi')Arch Librarian2004-09-201-1/+1
| | | | | | Author: doogie Date: 1999-12-10 04:42:02 GMT Fingers too fast on the delete(left out 'fi')
* Handle the case where getconf exists, but doesn't know aboutArch Librarian2004-09-201-5/+5
| | | | | | | Author: doogie Date: 1999-12-10 04:39:51 GMT Handle the case where getconf exists, but doesn't know about _NPROCESSORS_ONLN.
* Same bashism, different line.Arch Librarian2004-09-201-1/+1
| | | | | | Author: doogie Date: 1999-12-10 04:34:37 GMT Same bashism, different line.
* Fix possible bashism in test.Arch Librarian2004-09-201-1/+1
| | | | | | Author: doogie Date: 1999-12-10 04:25:33 GMT Fix possible bashism in test.
* Let is bash specific. Use expr.Arch Librarian2004-09-201-2/+2
| | | | | | Author: doogie Date: 1999-12-10 03:42:51 GMT Let is bash specific. Use expr.
* Removed the tl_* macros, as dpkg doesn't use them, so w...Arch Librarian2004-09-201-225/+69
| | | | | | | | | Author: doogie Date: 1999-12-10 03:20:21 GMT Removed the tl_* macros, as dpkg doesn't use them, so why should we? Added smp configure support detection, so on cpu >= 2, we compile in parallel. The default multiplier is 2(2 processes per cpu) on machines with more than one cpu. Non-smp boxen compile 1 process at a time.
* Fixes for SolarisArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1999-12-09 21:18:01 GMT Fixes for Solaris
* Autoconf stuffArch Librarian2004-09-201-0/+231
Author: jgg Date: 1998-07-13 05:05:51 GMT Autoconf stuff