unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] configure: Ignore more options that Fedora spec macros expect
@ 2022-01-11 10:13 michaeljgruber+grubix+git
  2022-01-11 19:17 ` Tomi Ollila
  0 siblings, 1 reply; 3+ messages in thread
From: michaeljgruber+grubix+git @ 2022-01-11 10:13 UTC (permalink / raw)
  To: notmuch; +Cc: Michael J Gruber

From: Michael J Gruber <git@grubix.eu>

Signed-off-by: Michael J Gruber <git@grubix.eu>
---
This allows the Fedora packager to use the standard Fedora packaging
macros rather than a hand-tailored configure call.

[Sorry for resend, my mails don't seem to get through, again.]

 configure | 10 ++++++++++
 1 file changed, 10 insertions(+)

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
-- 
2.34.1.653.g3264c0b0fb

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] configure: Ignore more options that Fedora spec macros expect
  2022-01-11 10:13 [PATCH] configure: Ignore more options that Fedora spec macros expect michaeljgruber+grubix+git
@ 2022-01-11 19:17 ` Tomi Ollila
  2022-01-11 19:30   ` David Bremner
  0 siblings, 1 reply; 3+ messages in thread
From: Tomi Ollila @ 2022-01-11 19:17 UTC (permalink / raw)
  To: michaeljgruber+grubix+git, notmuch; +Cc: Michael J Gruber

On Tue, Jan 11 2022, michaeljgruber wrote:

> From: Michael J Gruber <git@grubix.eu>
>
> Signed-off-by: Michael J Gruber <git@grubix.eu>
> ---

LGTM.

Tomi


> This allows the Fedora packager to use the standard Fedora packaging
> macros rather than a hand-tailored configure call.
>
> [Sorry for resend, my mails don't seem to get through, again.]
>
>  configure | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>
> 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
> -- 
> 2.34.1.653.g3264c0b0fb
>
> _______________________________________________
> notmuch mailing list -- notmuch@notmuchmail.org
> To unsubscribe send an email to notmuch-leave@notmuchmail.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] configure: Ignore more options that Fedora spec macros expect
  2022-01-11 19:17 ` Tomi Ollila
@ 2022-01-11 19:30   ` David Bremner
  0 siblings, 0 replies; 3+ messages in thread
From: David Bremner @ 2022-01-11 19:30 UTC (permalink / raw)
  To: Tomi Ollila, michaeljgruber+grubix+git, notmuch; +Cc: Michael J Gruber

Tomi Ollila <tomi.ollila@iki.fi> writes:

> On Tue, Jan 11 2022, michaeljgruber wrote:
>
>> From: Michael J Gruber <git@grubix.eu>
>>
>> Signed-off-by: Michael J Gruber <git@grubix.eu>
>> ---
>
> LGTM.
>
> Tomi

applied to master.

d

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-11 19:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11 10:13 [PATCH] configure: Ignore more options that Fedora spec macros expect michaeljgruber+grubix+git
2022-01-11 19:17 ` Tomi Ollila
2022-01-11 19:30   ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).