Re: [Openvpn-devel] [PATCH 1/2] show correct default for plugin dir in configure help

2016-11-28 Thread David Sommerseth
On 28/11/16 17:16, Christian Hesse wrote:
> From: Christian Hesse 
> 
> Signed-off-by: Christian Hesse 
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index f4073d0..d0fe889 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -303,7 +303,7 @@ AC_ARG_WITH(
>  
>  AC_ARG_WITH(
>   [plugindir],
> - [AS_HELP_STRING([--with-plugindir], [plugin directory 
> @<:@default=LIBDIR/openvpn@:>@])],
> + [AS_HELP_STRING([--with-plugindir], [plugin directory 
> @<:@default=LIBDIR/openvpn/plugins@:>@])],
>   ,
>   [with_plugindir="\$(libdir)/openvpn/plugins"]
>  )

I think all this --with-pluigndir should be kicked right out and use
PLUGINDIR environment variables instead, as setting this variable in
this way will preserve it better when ./configure is automatically
re-run by make.

This is more likely some left-over clean-up which never happened earlier
on when we had the last big autotools overhaul.


-- 
kind regards,

David Sommerseth
OpenVPN Technologies, Inc




signature.asc
Description: OpenPGP digital signature
--
___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel


[Openvpn-devel] [PATCH 1/2] show correct default for plugin dir in configure help

2016-11-28 Thread Christian Hesse
From: Christian Hesse 

Signed-off-by: Christian Hesse 
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index f4073d0..d0fe889 100644
--- a/configure.ac
+++ b/configure.ac
@@ -303,7 +303,7 @@ AC_ARG_WITH(
 
 AC_ARG_WITH(
[plugindir],
-   [AS_HELP_STRING([--with-plugindir], [plugin directory 
@<:@default=LIBDIR/openvpn@:>@])],
+   [AS_HELP_STRING([--with-plugindir], [plugin directory 
@<:@default=LIBDIR/openvpn/plugins@:>@])],
,
[with_plugindir="\$(libdir)/openvpn/plugins"]
 )
-- 
2.10.2


--
___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel