]> git.cworth.org Git - notmuch/commitdiff
configure: Ignore more options that Fedora spec macros expect
authorMichael J Gruber <git@grubix.eu>
Tue, 11 Jan 2022 10:13:34 +0000 (11:13 +0100)
committerDavid Bremner <david@tethera.net>
Tue, 11 Jan 2022 19:28:08 +0000 (15:28 -0400)
Signed-off-by: Michael J Gruber <git@grubix.eu>
configure

index e7bb7edcbda39ee4184689e7797532382c426d3e..9e45cbe60e74161ea416d3035fbd2bb9db9742f9 100755 (executable)
--- a/configure
+++ b/configure
@@ -312,12 +312,22 @@ for option; do
        true
     elif [ "${option%%=*}" = '--host' ] ; then
        true
+    elif [ "${option%%=*}" = '--bindir' ] ; then
+       true
+    elif [ "${option%%=*}" = '--sbindir' ] ; then
+       true
     elif [ "${option%%=*}" = '--datadir' ] ; then
        true
     elif [ "${option%%=*}" = '--localstatedir' ] ; then
        true
+    elif [ "${option%%=*}" = '--sharedstatedir' ] ; then
+       true
     elif [ "${option%%=*}" = '--libexecdir' ] ; then
        true
+    elif [ "${option%%=*}" = '--exec-prefix' ] ; then
+       true
+    elif [ "${option%%=*}" = '--program-prefix' ] ; then
+       true
     elif [ "${option}" = '--disable-maintainer-mode' ] ; then
        true
     elif [ "${option}" = '--disable-dependency-tracking' ] ; then