From b424bf6b9581f1b869c238664dad199e4682f99b Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 25 Mar 2022 14:40:05 -0700 Subject: configure.ac: Add -Wno-portability This is to quiet automake warnings about Makefile.am files using GNU make extensions like pattern rules. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2106beb..6c738de 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ AC_SUBST([LT_REVISION]) AC_SUBST([LT_AGE]) AM_INIT_AUTOMAKE([1.11.6 no-dist-gzip dist-xz color-tests parallel-tests - subdir-objects]) + subdir-objects -Wno-portability]) AM_SILENT_RULES([yes]) # make --enable-silent-rules the default. AC_CANONICAL_HOST -- cgit v1.2.1