This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: sed 3.02 required?


Andreas Jaeger <aj@suse.de> writes:

>  AC_CHECK_PROG_VER(SED, gsed sed, --version,
>    [GNU sed version \([0-9]*\.[0-9.]*\)],
> -  [3.02], SED=: aux_missing=t)
> +  [3.0[2-9]|3.[1-9]*], SED=: aux_missing=t)

Seems OK ecept that I would allow 4.x and up as well.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]