From 3354069d5cac826f0020075d4123f8c24cf91eb9 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 12 Feb 2003 16:26:41 +0000 Subject: [PATCH] * tests/defs.in: Handle required=makedepend. --- ChangeLog | 2 ++ tests/defs.in | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index f34ca720f..b26230104 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-02-12 Alexandre Duret-Lutz + * tests/defs.in: Handle required=makedepend. + * Makefile.am (maintainer-check): Update the diff check to account for the recent @SHELL@ substitution. diff --git a/tests/defs.in b/tests/defs.in index 5e6669d40..08e9c788b 100644 --- a/tests/defs.in +++ b/tests/defs.in @@ -102,6 +102,10 @@ then echo "$me: running $CC -V -dryrun" ( $CC -V -dryrun ) || exit 77 ;; + makedepend) + echo "$me: running makedepend -f-" + ( makedepend -f- ) || exit 77 + ;; non-root) # Skip this test case if the user is root. # We try to append to a read-only file to detect this. -- 2.47.2