public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Fabian Freyer <fabian.freyer@physik.tu-berlin.de>
To: "Yann E. MORIN" <yann.morin.1998@free.fr>, crossgcc@sourceware.org
Subject: Re: [PATCH 2/3] configure: add option to specify grep
Date: Tue, 26 Aug 2014 23:59:00 -0000	[thread overview]
Message-ID: <53FD1F6D.9030408@physik.tu-berlin.de> (raw)
In-Reply-To: <bb1fde1910982b5f703c7f145077a2c2dda3e3a2.1409095485.git.yann.morin.1998@free.fr>

[-- Attachment #1: Type: text/plain, Size: 1045 bytes --]

On 27/08/14 01:27, Yann E. MORIN wrote:
> Allows users for which GNU grep is not the default grep (e.g. BSD
> folks), or is in a weird location.
> 
> Reported-by: Fabian Freyer <fabian.freyer@physik.tu-berlin.de>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Signed-off-by: "Fabian Freyer" <fabian.freyer@physik.tu-berlin.de>

> Cc: Fabian Freyer <fabian.freyer@physik.tu-berlin.de>
> ---
>  configure.ac | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/configure.ac b/configure.ac
> index f8c67be..9899a3b 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -94,6 +94,11 @@ AC_ARG_WITH([install],
>                     [Specify the full PATH to a BSD-compatible install]),
>      [INSTALL=$withval])
>  AC_PROG_INSTALL
> +AC_CACHE_VAL([ac_cv_path_GREP],
> +    [AC_ARG_WITH([grep],
> +        AS_HELP_STRING([--with-grep=PATH],
> +                       [Specify the full PATH to GNU grep]),
> +        [ac_cv_path_GREP=$withval])])
>  AC_PROG_GREP
>  AC_PROG_EGREP
>  AS_IF(
> 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 882 bytes --]

  reply	other threads:[~2014-08-26 23:59 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-26 23:28 [PATCH 0/3] sed and grep changes for BSD-like systems (branch yem/configure) Yann E. MORIN
2014-08-26 23:28 ` [PATCH 2/3] configure: add option to specify grep Yann E. MORIN
2014-08-26 23:59   ` Fabian Freyer [this message]
2014-08-27  0:04   ` Fabian Freyer
2014-08-26 23:28 ` [PATCH 1/3] scripts/functions: use ${sed} instead of 'sed' Yann E. MORIN
2014-08-26 23:58   ` Fabian Freyer
2014-08-26 23:28 ` [PATCH 3/3] scripts/crosstool-NG: use ${grep} instead of 'grep' Yann E. MORIN
2014-08-27  0:04   ` Fabian Freyer
2014-08-27  0:05   ` Fabian Freyer
2014-08-26 23:32 ` [PATCH 0/3] sed and grep changes for BSD-like systems (branch yem/configure) Yann E. MORIN
2014-08-26 23:49   ` Fabian Freyer
2014-08-26 23:53     ` Yann E. MORIN
2014-08-27  2:03 ` Fabian Freyer
2014-08-27  2:06 ` [PATCH] Added documentation for --with-grep Fabian Freyer
2014-08-27  2:16   ` Bryan Hundven
2014-08-27  2:22     ` Fabian Freyer
2014-08-28 20:27     ` Yann E. MORIN
2014-08-29 15:37 ` [PATCH 0/3] sed and grep changes for BSD-like systems (branch yem/configure) Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53FD1F6D.9030408@physik.tu-berlin.de \
    --to=fabian.freyer@physik.tu-berlin.de \
    --cc=crossgcc@sourceware.org \
    --cc=yann.morin.1998@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).