summaryrefslogtreecommitdiff
path: root/t/distcheck-pr18286.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2014-12-24 01:13:04 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2014-12-24 01:19:26 +0100
commita34409f0ab805c7f83cecc2f520bada748a07584 (patch)
tree3473d9b0d9618dc82d8bccb2384bdd44dcf4e51b /t/distcheck-pr18286.sh
parent5fe2bfee7631572b39f59307d7076dbaa9b6fc5e (diff)
downloadautomake-a34409f0ab805c7f83cecc2f520bada748a07584.tar.gz
[ng] cleanup: after the merge master -> ng/master done recently
* t/distcheck-pr18286.sh: Slightly simplify and tighten by assuming that $MAKE is GNU make. * lib/am/configure.am: Use $(am.chars.empty) rather than $(am__empty) for the internal variable always expansing to the empty string. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/distcheck-pr18286.sh')
-rw-r--r--t/distcheck-pr18286.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/t/distcheck-pr18286.sh b/t/distcheck-pr18286.sh
index fe8961287..fd3451db1 100644
--- a/t/distcheck-pr18286.sh
+++ b/t/distcheck-pr18286.sh
@@ -58,13 +58,12 @@ $AUTOMAKE -a
$MAKE check
# Oops, we failed to distribute some required files!
-run_make -e FAIL -M distcheck
-$FGREP '../../test_data.txt' output
+run_make -e FAIL -E distcheck
+$FGREP '../../test_data.txt' stderr
# But if we distribute them, everything will be OK.
echo 'EXTRA_DIST = test_data.txt gen-testdata.sh' >> Makefile.am
-using_gmake || $MAKE Makefile
$MAKE distcheck
: