From c0027b5f83d146b3f97165e846857cbe7fc09ba6 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 21 Feb 2001 09:29:27 +0000 Subject: [PATCH] * tests/distdir.test (EXTRA_DIST): Use a finer pattern to avoid false diagnostics. --- ChangeLog | 5 +++++ tests/distdir.test | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0561c152..38e1b336 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-02-21 Akim Demaille + + * tests/distdir.test (EXTRA_DIST): Use a finer pattern to avoid + false diagnostics. + 2001-02-21 Akim Demaille * automake.in (&dist_cmp, &target_cmp): Be sure to return a diff --git a/tests/distdir.test b/tests/distdir.test index 80db3789..c65c94fe 100755 --- a/tests/distdir.test +++ b/tests/distdir.test @@ -11,5 +11,5 @@ END $AUTOMAKE || exit 1 -grep 'mkinstalldirs.*\.' Makefile.in && exit 1 -grep 'mkinstalldirs.*foo' Makefile.in +grep '\$(mkinstalldirs).*\.' Makefile.in && exit 1 +grep '\$(mkinstalldirs).*foo' Makefile.in -- 2.43.5