summaryrefslogtreecommitdiff
path: root/t/remake-all-1.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/remake-all-1.sh')
-rw-r--r--t/remake-all-1.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/t/remake-all-1.sh b/t/remake-all-1.sh
index 3c0a857bb..9587eca78 100644
--- a/t/remake-all-1.sh
+++ b/t/remake-all-1.sh
@@ -15,7 +15,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Check that the "all" target triggers rebuilt of outdated Makefiles.
-# See also sister test 'remake-all-2.sh'.
. test-init.sh
@@ -38,18 +37,16 @@ echo SUBDIRS = sub > $mkfile.am
: > sub/$mkfile.am
$ACLOCAL
+$AUTOCONF
$AUTOMAKE
-$EGREP "^all-am:.* $mkfile( |$)" $mkfile.in sub/$mkfile.in
-
-$AUTOCONF
./configure
$FGREP "$magic1" mkfile.in && exit 1 # Sanity check.
# Two code paths in configure.am:
-# - either a file in $(am__configure_deps) has been updated ...
+# - either a file in $(am.remake.configure-deps) has been updated ...
$sleep
echo "AC_SUBST([FOO])" >> configure.ac
$MAKE