Package: pkg-config Version: 0.21-1 Followup-For: Bug #398434 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
tags 398434 + patch thanks I've attached a simple patch to fix this issue. Regards, Daniel - -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (850, 'unstable'), (700, 'testing'), (550, 'stable'), (110, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18.08070117 Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) Versions of packages pkg-config depends on: ii libc6 2.3.6.ds1-10 GNU C Library: Shared libraries pkg-config recommends no packages. - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFw/7/m0bx+wiPa4wRAm9rAJ977V1+OOF/VT0vqh31TFS8rUP8qACfRgyt 9IqHOGAt7ZETEZDQg+8It5s= =1Yet -----END PGP SIGNATURE-----
--- pkg-config.1.bk 2006-08-16 19:38:33.000000000 +0200 +++ pkg-config.1 2007-02-03 03:44:50.000000000 +0100 @@ -304,12 +304,14 @@ Note that if there is a possibility the PKG_CHECK_MODULES might not happen, you should be sure to include an explicit call to PKG_PROG_PKG_CONFIG in your configure.ac +.TP .I "PKG_PROG_PKG_CONFIG([MIN-VERSION])" Defines the PKG_CONFIG variable to the best pkg-config available, useful if you need pkg-config but don't want to use PKG_CHECK_MODULES. -.I "PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])" +.TP +.I "PKG_CHECK_EXISTS(MODULES,[ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND])" Check to see whether a particular set of modules exists. Similar to PKG_CHECK_MODULES(), but does not set variables or print errors.

