From 86cfe82d03d4930c3aedbf042da79f5aa005b7ac Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 25 Oct 1999 21:12:06 +0000 Subject: [PATCH] Update. * configure.in: Don't allow --enable-kernel without parameter. 1999-10-25 Ulrich Drepper --- ChangeLog | 4 ++++ configure.in | 5 +++++ linuxthreads/ChangeLog | 10 ++++++++++ 3 files changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index e19435ad58..1454017097 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-10-25 Ulrich Drepper + + * configure.in: Don't allow --enable-kernel without parameter. + 1999-10-25 Ulrich Drepper * sysdeps/i386/fpu/libm-test-ulps: Remove entries caused by +-0 diff --git a/configure.in b/configure.in index 1667b2a705..05c61cd9c1 100644 --- a/configure.in +++ b/configure.in @@ -174,6 +174,11 @@ AC_ARG_ENABLE(kernel, [ --enable-kernel=VERSION compile for compatibility with kernel not older than VERSION], minimum_kernel=$enableval) +dnl Prevent unreasonable values. +if test "$minimum_kernel" = yes || test "$minimum_kernel" = no; then + # Better nothing than this. + minimum_kernel="" +fi AC_CANONICAL_HOST diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index d56f84f0ac..db110095e4 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,13 @@ +1999-10-25 Andreas Jaeger + + * internals.h: Remove K&R compatibility. + * no-tsd.c: Likewise. + * semaphore.h: Likewise. + * signals.c: Likewise. + * sysdeps/pthread/bits/libc-tsd.h: Likewise. + * sysdeps/unix/sysv/linux/bits/sigthread.h: Likewise. + * weaks.c: Likewise. + 1999-10-21 Xavier Leroy * linuxthreads/pthread.c: For i386, wrap pthread_handle_sigrestart