summaryrefslogtreecommitdiff
path: root/t/backcompat6.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/backcompat6.sh')
-rwxr-xr-xt/backcompat6.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/backcompat6.sh b/t/backcompat6.sh
index 30403dd75..ee86e3644 100755
--- a/t/backcompat6.sh
+++ b/t/backcompat6.sh
@@ -15,7 +15,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Backward-compatibility test: try to build and distribute a package
-# using obsoleted forms of AC_INIT, AM_INIT_AUTOMAKE and AC_OUTPUT.
+# using obsoleted forms of AC_INIT, AM_INIT_AUTOMAKE and AC_OUTPUT,
+# and 'configure.in' as autconf input file.
# This script can also serve as mild stress-testing for Automake.
# See also the similar test 'backcompat5.sh'.
@@ -77,7 +78,7 @@ int main (void)
}
END
-$ACLOCAL
+$ACLOCAL -Wno-obsolete
$AUTOMAKE -Wno-obsolete --add-missing
$AUTOCONF