diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-21 20:05:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-21 20:05:51 +0000 |
commit | ce19d4174684e225e3c70ceca4557af6dc651317 (patch) | |
tree | e8a0cb1f2a8a8b6ae3f87aea91fbcf096b122742 /configure.in | |
parent | 959eb65d0d3e56d2dbc66211c17d59522789e544 (diff) | |
download | glibc-ce19d4174684e225e3c70ceca4557af6dc651317.tar.gz glibc-ce19d4174684e225e3c70ceca4557af6dc651317.tar.xz glibc-ce19d4174684e225e3c70ceca4557af6dc651317.zip |
Update.
2000-08-21 Ulrich Drepper <drepper@redhat.com> * configure.in: Allow sed versions like 3.02.8. Patch by Rodrigo Barbosa <rodrigob@conectiva.com.br>.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3bd422e822..dacf558851 100644 --- a/configure.in +++ b/configure.in @@ -533,7 +533,7 @@ AC_CHECK_PROG_VER(MAKEINFO, makeinfo, --version, [3.1[1-9] | 3.[2-9][0-9] | 4.* | 1.6[89] | 1.7[0-9]], MAKEINFO=: aux_missing=t) AC_CHECK_PROG_VER(SED, gsed sed, --version, [GNU sed version \([0-9]*\.[0-9.]*\)], - [3.0[2-9]|3.[1-9]*|[4-9]*], SED=: aux_missing=t) + [3.0[2-9]*|3.[1-9]*|[4-9]*], SED=: aux_missing=t) if test -n "$critic_missing"; then AC_MSG_ERROR([ |