[parted-devel] [PATCH 10/11] configure.ac: Add -Wno-portability
Brian C. Lane
bcl at redhat.com
Tue Mar 29 00:29:21 BST 2022
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
--
2.34.1
More information about the parted-devel
mailing list