$NetBSD: patch-ab,v 1.3 2000/08/23 14:46:52 wiz Exp $ --- mit-pthreads/config/configure.in.orig Fri Dec 31 01:15:51 1999 +++ mit-pthreads/config/configure.in @@ -125,7 +125,7 @@ case $host in changequote(,)dnl - alpha-*-netbsd1.3[H-Z]|alpha-*-netbsd1.4*) + alpha-*-netbsd1.3[H-Z]|alpha-*-netbsd1.[45]*) name=alpha-netbsd-1.3 sysincludes=netbsd-1.1 except="fork lseek pipe fstat" @@ -151,7 +151,7 @@ fi ;; changequote(,)dnl - arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.4*) + arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.[45]*) name=arm32-netbsd-1.3 sysincludes=netbsd-1.1 except="fork pipe lseek ftruncate fstat" @@ -198,7 +198,7 @@ AC_DEFINE(BROKEN_SIGNALS) ;; changequote(,)dnl - sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.4*) + sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.[45]*) name=sparc-netbsd-1.3 sysincludes=netbsd-1.1 except="pipe fork lseek ftruncate fstat" @@ -236,7 +236,7 @@ except="fork lseek ftruncate sigsuspend" ;; changequote(,)dnl - i386-*-netbsd1.3[H-Z]|i386-*-netbsd1.4*) + i386-*-netbsd1.3[H-Z]|i386-*-netbsd1.[45]*) name=i386-netbsd-1.3 sysincludes=netbsd-1.1 except="fork lseek ftruncate pipe fstat"