summaryrefslogtreecommitdiff
path: root/gen-testsuite-part
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-12-14 10:43:21 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-12-14 10:43:21 +0100
commitde736a2222a4ffe7dfb82b60ba2fa10192548a31 (patch)
tree4ecc07aeb3c167ec021bc1a33ca603ef0ca3c628 /gen-testsuite-part
parentd7a59576910338592410afd23bb726348fa59000 (diff)
parent33263a0fec525a7dfb0b0b0c0c21bb9d35b1d12f (diff)
downloadautomake-de736a2222a4ffe7dfb82b60ba2fa10192548a31.tar.gz
Merge branch 'maint'
* maint: docs: fixlet about xz compression levels and command line options maint: more files excluded in 'update-copyright' maint: adapt 'update-copyright' recipe to the new $(FETCHFILES) format HACKING: update instructions to update the manuals at www.gnu.org maint: add an explicative comment in Makefile maint: factor out the name of the dir where web manuals are generated maint: rename rules to build/upload web manuals cosmetic: minor variable and rules reordering in Makefile.am docs: build the web manuals for CVS in the builddir, not in the srcdir release: automate uploading of web manuals in CVS docs: AM_CFLAGS: remove reference to non-existing "more detailed" desc tests: avoid two spurious failures on FreeBSD tests: improve 'pkg-config' requirement
Diffstat (limited to 'gen-testsuite-part')
-rwxr-xr-xgen-testsuite-part5
1 files changed, 5 insertions, 0 deletions
diff --git a/gen-testsuite-part b/gen-testsuite-part
index 59fbf05a5..6bd8e15ae 100755
--- a/gen-testsuite-part
+++ b/gen-testsuite-part
@@ -154,6 +154,11 @@ my %deps_extractor =
line_matcher => qr/^\s*required=.*\bgettext/,
nodist_prereqs => "$testdir/gettext-macros.log",
},
+ pkgconfig_macros =>
+ {
+ line_matcher => qr/^\s*required=.*\bpkg-config/,
+ nodist_prereqs => "$testdir/pkg-config-macros.log",
+ },
use_trivial_test_driver =>
{
line_matcher => qr/\btrivial-test-driver\b/,