diff options
Diffstat (limited to 't/fort5.sh')
-rw-r--r-- | t/fort5.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/t/fort5.sh b/t/fort5.sh index 02727061d..7b9991b96 100644 --- a/t/fort5.sh +++ b/t/fort5.sh @@ -75,7 +75,9 @@ END libtoolize --force $ACLOCAL -$AUTOMAKE -a +# FIXME: stop disabling the warnings in the 'unsupported' category +# FIXME: once the 'subdir-objects' option has been mandatory. +$AUTOMAKE -a -Wno-unsupported $AUTOCONF # This test requires Libtool >= 2.0. Earlier Libtool does not |