All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix systemd autotools activation option
@ 2015-02-22 17:45 Aurélien Chabot
  2015-02-26 19:35 ` Steve Dickson
  0 siblings, 1 reply; 2+ messages in thread
From: Aurélien Chabot @ 2015-02-22 17:45 UTC (permalink / raw)
  To: linux-nfs; +Cc: Aurélien Chabot

The option to activate the install of systemd service files was never
taken into account.
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 8e427e3..e61430f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,7 +60,6 @@ AC_ARG_WITH(systemd,
 	[AC_HELP_STRING([--with-systemd@<:@=unit-dir-path@:>@],
 			[install systemd unit files @<:@Default: no, and path defaults to /usr/lib/systemd/system if not given@:>@])],
 	test "$withval" = "no" && use_systemd=0 || unitdir=$withval use_systemd=1
-	use_systemd=0
 	)
 	AM_CONDITIONAL(INSTALL_SYSTEMD, [test "$use_systemd" = 1])
 	AC_SUBST(unitdir)
-- 
2.3.0


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

* Re: [PATCH] Fix systemd autotools activation option
  2015-02-22 17:45 [PATCH] Fix systemd autotools activation option Aurélien Chabot
@ 2015-02-26 19:35 ` Steve Dickson
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2015-02-26 19:35 UTC (permalink / raw)
  To: Aurélien Chabot, linux-nfs



On 02/22/2015 12:45 PM, Aurélien Chabot wrote:
> The option to activate the install of systemd service files was never
> taken into account.
> ---
>  configure.ac | 1 -
>  1 file changed, 1 deletion(-)
Committed! 

steved.

> 
> diff --git a/configure.ac b/configure.ac
> index 8e427e3..e61430f 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -60,7 +60,6 @@ AC_ARG_WITH(systemd,
>  	[AC_HELP_STRING([--with-systemd@<:@=unit-dir-path@:>@],
>  			[install systemd unit files @<:@Default: no, and path defaults to /usr/lib/systemd/system if not given@:>@])],
>  	test "$withval" = "no" && use_systemd=0 || unitdir=$withval use_systemd=1
> -	use_systemd=0
>  	)
>  	AM_CONDITIONAL(INSTALL_SYSTEMD, [test "$use_systemd" = 1])
>  	AC_SUBST(unitdir)
> 

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

end of thread, other threads:[~2015-02-26 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-22 17:45 [PATCH] Fix systemd autotools activation option Aurélien Chabot
2015-02-26 19:35 ` Steve Dickson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.