From: Michael J Gruber Date: Tue, 11 Jan 2022 10:13:34 +0000 (+0100) Subject: configure: Ignore more options that Fedora spec macros expect X-Git-Tag: 0.35_rc0~51 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=21e206e8b9bec15dbb4b1fa738a483eac4a135fa configure: Ignore more options that Fedora spec macros expect Signed-off-by: Michael J Gruber --- diff --git a/configure b/configure index e7bb7edc..9e45cbe6 100755 --- 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