]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/defs.in: Handle required=makedepend. Release-1-7-2b
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 12 Feb 2003 16:26:41 +0000 (16:26 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 12 Feb 2003 16:26:41 +0000 (16:26 +0000)
ChangeLog
tests/defs.in

index f34ca720fe624d0fda70536182b9b5b32ab5797e..b26230104a172f3cbe5b783831946b0ddd6ad711 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-02-12  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * tests/defs.in: Handle required=makedepend.
+
        * Makefile.am (maintainer-check): Update the diff check
        to account for the recent @SHELL@ substitution.
 
index 5e6669d409c295ff006e6db93445171bbb0c104c..08e9c788b04bd2cfd779198895a9bf17b5205d55 100644 (file)
@@ -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.