automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: required=makedepend


From: Alexandre Duret-Lutz
Subject: FYI: required=makedepend
Date: Wed, 12 Feb 2003 17:26:20 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

Installing this on HEAD and branch-1-7.

Before this change, required=makedepend would run `makedepend --version' 
succesfully, but this would update Makefile and create a Makefile.bak in
the current directory, which would in turn cause distcheck to complain.

2003-02-12  Alexandre Duret-Lutz  <address@hidden>

        * tests/defs.in: Handle required=makedepend.

Index: tests/defs.in
===================================================================
RCS file: /cvs/automake/automake/tests/defs.in,v
retrieving revision 1.4.2.6
diff -u -r1.4.2.6 defs.in
--- tests/defs.in       11 Feb 2003 18:21:12 -0000      1.4.2.6
+++ tests/defs.in       12 Feb 2003 16:22:32 -0000
@@ -102,6 +102,10 @@
        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.

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]