All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure: Search for (a possibly prefixed) ar
@ 2017-04-13  7:07 Heiko Becker
  2017-06-02 12:29 ` Heiko Becker
  2017-06-09 20:57 ` Zdenek Kabelac
  0 siblings, 2 replies; 3+ messages in thread
From: Heiko Becker @ 2017-04-13  7:07 UTC (permalink / raw)
  To: lvm-devel

e.g. when cross compiling.

Signed-off-by: Heiko Becker <heirecka@exherbo.org>
---
 configure.in | 1 +
 make.tmpl.in | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index 42ec52f95..d99a6e7b4 100644
--- a/configure.in
+++ b/configure.in
@@ -84,6 +84,7 @@ AC_PROG_LN_S
 AC_PROG_MAKE_SET
 AC_PROG_MKDIR_P
 AC_PROG_RANLIB
+AC_CHECK_TOOL(AR, ar)
 AC_PATH_TOOL(CFLOW_CMD, cflow)
 AC_PATH_TOOL(CSCOPE_CMD, cscope)
 AC_PATH_TOOL(CHMOD, chmod)
diff --git a/make.tmpl.in b/make.tmpl.in
index 8148fb551..5eeda2869 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -44,7 +44,7 @@ EGREP = @EGREP@
 GREP = @GREP@
 SORT = @SORT@
 WC = @WC@
-AR = ar
+AR = @AR@
 RM = rm -f
 
 PYTHON2 = @PYTHON2@
-- 
2.12.2



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

* [PATCH] configure: Search for (a possibly prefixed) ar
  2017-04-13  7:07 [PATCH] configure: Search for (a possibly prefixed) ar Heiko Becker
@ 2017-06-02 12:29 ` Heiko Becker
  2017-06-09 20:57 ` Zdenek Kabelac
  1 sibling, 0 replies; 3+ messages in thread
From: Heiko Becker @ 2017-06-02 12:29 UTC (permalink / raw)
  To: lvm-devel

Ping? Not sure if the mailing list is the right place to submit patches.
Would be nice if somebody could point me to the proper place otherwise.

Regards,
Heiko

On 04/13/17 09:07, Heiko Becker wrote:
> e.g. when cross compiling.
> 
> Signed-off-by: Heiko Becker <heirecka@exherbo.org>
> ---
>  configure.in | 1 +
>  make.tmpl.in | 2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/configure.in b/configure.in
> index 42ec52f95..d99a6e7b4 100644
> --- a/configure.in
> +++ b/configure.in
> @@ -84,6 +84,7 @@ AC_PROG_LN_S
>  AC_PROG_MAKE_SET
>  AC_PROG_MKDIR_P
>  AC_PROG_RANLIB
> +AC_CHECK_TOOL(AR, ar)
>  AC_PATH_TOOL(CFLOW_CMD, cflow)
>  AC_PATH_TOOL(CSCOPE_CMD, cscope)
>  AC_PATH_TOOL(CHMOD, chmod)
> diff --git a/make.tmpl.in b/make.tmpl.in
> index 8148fb551..5eeda2869 100644
> --- a/make.tmpl.in
> +++ b/make.tmpl.in
> @@ -44,7 +44,7 @@ EGREP = @EGREP@
>  GREP = @GREP@
>  SORT = @SORT@
>  WC = @WC@
> -AR = ar
> +AR = @AR@
>  RM = rm -f
>  
>  PYTHON2 = @PYTHON2@
> 



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

* [PATCH] configure: Search for (a possibly prefixed) ar
  2017-04-13  7:07 [PATCH] configure: Search for (a possibly prefixed) ar Heiko Becker
  2017-06-02 12:29 ` Heiko Becker
@ 2017-06-09 20:57 ` Zdenek Kabelac
  1 sibling, 0 replies; 3+ messages in thread
From: Zdenek Kabelac @ 2017-06-09 20:57 UTC (permalink / raw)
  To: lvm-devel

Dne 13.4.2017 v 09:07 Heiko Becker napsal(a):
> e.g. when cross compiling.
> 
> Signed-off-by: Heiko Becker <heirecka@exherbo.org>

Hi

Applied

Thanks

Zdenek.



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

end of thread, other threads:[~2017-06-09 20:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-13  7:07 [PATCH] configure: Search for (a possibly prefixed) ar Heiko Becker
2017-06-02 12:29 ` Heiko Becker
2017-06-09 20:57 ` Zdenek Kabelac

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.