summaryrefslogtreecommitdiff
path: root/t/libtool3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/libtool3.sh')
-rw-r--r--t/libtool3.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/libtool3.sh b/t/libtool3.sh
index fb8c194ed..5653280e6 100644
--- a/t/libtool3.sh
+++ b/t/libtool3.sh
@@ -28,6 +28,10 @@ AC_OUTPUT
END
cat > Makefile.am << 'END'
+# FIXME: stop disabling the warnings in the 'unsupported' category
+# FIXME: once the 'subdir-objects' option has been mandatory.
+AUTOMAKE_OPTIONS = -Wno-unsupported
+
lib_LTLIBRARIES = lib0.la liba/liba.la
lib0_la_SOURCES = 0.c
liba_liba_la_SOURCES = liba/a.c