summaryrefslogtreecommitdiff
path: root/m4/make.m4
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-04-11 04:17:21 +0000
committerTom Tromey <tromey@redhat.com>2001-04-11 04:17:21 +0000
commit9c3af685e534b0e60915a87244c08cf4561204a0 (patch)
treefe995d4400608ee7e73aea6fb46d5e93044e17ac /m4/make.m4
parent6ce0a7d23e60deb31e63523c1093721a496cee76 (diff)
downloadautomake-9c3af685e534b0e60915a87244c08cf4561204a0.tar.gz
2001-04-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* m4/make.m4 (AM_MAKE_INCLUDE): Pass `-s' to make. * tests/Makefile.am (TESTS): Added make.test. * tests/make.test: New file.
Diffstat (limited to 'm4/make.m4')
-rw-r--r--m4/make.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/make.m4 b/m4/make.m4
index 38104717d..c5a02dd3a 100644
--- a/m4/make.m4
+++ b/m4/make.m4
@@ -13,7 +13,7 @@ AC_MSG_CHECKING([for style of include used by $am_make])
_am_include='#'
for am_inc in include .include; do
echo "$am_inc confinc" > confmf
- if test "`$am_make -f confmf 2> /dev/null`" = "done"; then
+ if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
_am_include=$am_inc
break
fi