summaryrefslogtreecommitdiff
path: root/t/subobj-indir-pr13928.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/subobj-indir-pr13928.sh')
-rw-r--r--t/subobj-indir-pr13928.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/t/subobj-indir-pr13928.sh b/t/subobj-indir-pr13928.sh
index 3fa45d72b..704e6850b 100644
--- a/t/subobj-indir-pr13928.sh
+++ b/t/subobj-indir-pr13928.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2013-2017 Free Software Foundation, Inc.
+# Copyright (C) 2013-2018 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -12,7 +12,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Expose part of Automake bug#13928: config.status generates broken
# makefiles if the subdir-objects option is used and a _SOURCES
@@ -38,7 +38,9 @@ END
mkdir s
echo 'int main(void) { return 0; }' > s/foo.c
-$ACLOCAL && $AUTOCONF && $AUTOMAKE -a || fatal_ "autotools failed"
+$ACLOCAL
+$AUTOCONF
+$AUTOMAKE -a
./configure
$MAKE