diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-11-18 11:05:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-11-18 11:05:09 +0000 |
commit | 090ca0002ff8ee4ca425bc6088cc097f46c67626 (patch) | |
tree | 6d74050e9ba355a9d91de5251c9f854f8fce4098 /configure.in | |
parent | 45a9a50e68f58102e86b949527fd0c2bc0abf4ce (diff) | |
download | glibc-090ca0002ff8ee4ca425bc6088cc097f46c67626.tar glibc-090ca0002ff8ee4ca425bc6088cc097f46c67626.tar.gz glibc-090ca0002ff8ee4ca425bc6088cc097f46c67626.tar.bz2 glibc-090ca0002ff8ee4ca425bc6088cc097f46c67626.zip |
Update.
1998-11-18 Ulrich Drepper <drepper@cygnus.com>
* io/Makefile (CFLAGS-ftw.c): Removed.
1998-11-18 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* io/Makefile (tests): Make sure that the test program has an
explicit directory part.
1998-11-18 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* configure.in: Fix last change.
1998-11-18 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
* sunrpc/Makefile (routines): Add create_xid.
* sunrpc/clnt_tcp.c: Use non-guessable xid.
* sunrpc/clnt_udp.c: Likewise.
* sunrpc/clnt_unix.c: Likewise.
* sunrpc/pmap_rmt.c: Likewise.
* sunrpc/create_xid.c: New, create non-guessable xid.
* sunrpc/svc_tcp.c: Remove patch from 1998-06-15, use poll instead
of select.
* sunrpc/svc_unix.c: Use poll instead of select.
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 befa6d6da0..a8dd26a1f4 100644 --- a/configure.in +++ b/configure.in @@ -451,7 +451,7 @@ AC_CHECK_PROG_VER(MSGFMT, msgfmt gmsgfmt, --version, [0.[1-9][0-9].* | [1-9].*], MSGFMT=: aux_missing=t) AC_CHECK_PROG_VER(MAKEINFO, makeinfo, --version, [GNU texinfo.* \([0-9][0-9.]*\)], - [1.6[89] | 1.7[0-9]], MAKEINFO=: aux_missing=t) + [3.1[1-9] | 3.[2-9][0-9] | 1.6[89] | 1.7[0-9]], MAKEINFO=: aux_missing=t) if test -n "$critic_missing"; then AC_MSG_ERROR([ |