I've included the regenerated autoconf output in this patch (configure, etc.).
Eech, don't. No need to bloat the patch with unneeded info that can be regenerated. The queues of the keyboard driver were not initialized until the device was opened, this caused a crash if a user pressed a key while GNUMach was still booting. I've fixed this. I would suggest spliting it up, one kb patch, and one that touches autoconf stuff. I've also updated the NEWS file and set the version to 1.4. Same deal here... diff -upNr ../gnumach.orig/NEWS ./NEWS --- ../gnumach.orig/NEWS 2004-01-19 19:30:32.000000000 +0100 +++ ./NEWS 2004-01-19 18:50:42.000000000 +0100 @@ -1,5 +1,15 @@ -*- Text -*- +Changes between version 1.3 and version 1.4 + +This release is a bugfix release. Some small bugs were fixed. + +This version has support for autoconf 2.57, gcc 3.4 and binutils +2.14.x. 3.4 is not released. diff -upNr ../gnumach.orig/configure.in ./configure.in --- ../gnumach.orig/configure.in 2004-01-19 19:30:37.000000000 +0100 +++ ./configure.in 2004-01-19 18:41:30.000000000 +0100 Maybe a rename is in order, newer autoconf's prefer to have configure.ac. @@ -28,11 +27,6 @@ i[[3456]]86) systype=i386 ;; *) AC_MSG_ERROR([unsupported CPU type]) ;; esac -case "$host_os" in -gnu*) ;; -*) AC_MSG_ERROR([sorry, this is the gnu os, not $host_os]) ;; -esac - Why did you remove it? Cheers. _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd