automake-patches
[Top][All Lists]
Advanced

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

Fix maintainer-check failure


From: Ralf Wildenhues
Subject: Fix maintainer-check failure
Date: Wed, 30 Jan 2008 22:00:39 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Applied to master and branch-1-10.

2008-01-30  Ralf Wildenhues  <address@hidden>

        * tests/man3.test: Avoid `make VAR=value'.

diff --git a/tests/man3.test b/tests/man3.test
index 2527e9c..fe9394d 100755
--- a/tests/man3.test
+++ b/tests/man3.test
@@ -41,4 +41,4 @@ $ACLOCAL
 $AUTOMAKE
 $AUTOCONF
 ./configure
-$MAKE distcheck DISTCHECK_CONFIGURE_FLAGS=foo=bar
+DISTCHECK_CONFIGURE_FLAGS=foo=bar $MAKE -e distcheck




reply via email to

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