mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
configure: Ignore more options that Fedora spec macros expect
Signed-off-by: Michael J Gruber <git@grubix.eu>
This commit is contained in:
parent
332b3b639e
commit
21e206e8b9
1 changed files with 10 additions and 0 deletions
10
configure
vendored
10
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue