summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2022-03-25 14:40:05 -0700
committerBrian C. Lane <bcl@redhat.com>2022-03-25 14:40:09 -0700
commitb424bf6b9581f1b869c238664dad199e4682f99b (patch)
tree3500aa1083a4adb5bf90d5aac85d881015f1a9f1
parent4e3a9dd2b4f31cb883a4161311f02d18e1ae6751 (diff)
downloadparted-b424bf6b9581f1b869c238664dad199e4682f99b.tar.gz
configure.ac: Add -Wno-portability
This is to quiet automake warnings about Makefile.am files using GNU make extensions like pattern rules.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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