From f98756478e3d5b065871952f21dd6f7f3e8c536e Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 21 Feb 2001 09:29:28 +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 0561c152e..38e1b3364 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 80db37897..c65c94fe1 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.47.2