From: Alexandre Duret-Lutz Date: Wed, 12 Feb 2003 16:26:41 +0000 (+0000) Subject: * tests/defs.in: Handle required=makedepend. X-Git-Tag: Release-1-7-2b^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3354069d5cac826f0020075d4123f8c24cf91eb9;p=thirdparty%2Fautomake.git * tests/defs.in: Handle required=makedepend. --- 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.