summaryrefslogtreecommitdiff
path: root/t/confdeps.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/confdeps.sh')
-rw-r--r--t/confdeps.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/confdeps.sh b/t/confdeps.sh
index 86a345e00..faf928d17 100644
--- a/t/confdeps.sh
+++ b/t/confdeps.sh
@@ -24,7 +24,7 @@ $ACLOCAL
echo "$me: Generated by aclocal ..."
$AUTOMAKE
-grep '^\$(ACLOCAL_M4):' Makefile.in
+grep '^\$(am\.remake\.aclocal-m4):' Makefile.in
echo "$me: Not generated by aclocal ..."
# Pretend it is not from aclocal (remove the signature),
@@ -32,6 +32,6 @@ echo "$me: Not generated by aclocal ..."
sed -n '3,$p' aclocal.m4 >aclocal.m4t
mv -f aclocal.m4t aclocal.m4
$AUTOMAKE
-grep '^\$(ACLOCAL_M4):' Makefile.in && exit 1
+$FGREP '$(am.remake.aclocal-m4):' Makefile.in && exit 1
: