Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 25 Oct 1999 21:12:06 +0000 (21:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 25 Oct 1999 21:12:06 +0000 (21:12 +0000)
* configure.in: Don't allow --enable-kernel without parameter.

1999-10-25  Ulrich Drepper  <drepper@cygnus.com>

ChangeLog
configure.in
linuxthreads/ChangeLog

index e19435a..1454017 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 1999-10-25  Ulrich Drepper  <drepper@cygnus.com>
 
+       * configure.in: Don't allow --enable-kernel without parameter.
+
+1999-10-25  Ulrich Drepper  <drepper@cygnus.com>
+
        * sysdeps/i386/fpu/libm-test-ulps: Remove entries caused by +-0
        problems.
 
index 1667b2a..05c61cd 100644 (file)
@@ -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
 
index d56f84f..db11009 100644 (file)
@@ -1,3 +1,13 @@
+1999-10-25  Andreas Jaeger  <aj@suse.de>
+
+       * 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  <Xavier.Leroy@inria.fr>
 
        * linuxthreads/pthread.c: For i386, wrap pthread_handle_sigrestart