# HG changeset patch # User Jim Blandy # Date 738265427 0 # Node ID 69f67c3e6f816ae167fe64bbd9b290864abe06ca # Parent cfd9997006132f292d4b7e91352d919c17f5f87b * configure.in: For generic IBM PC boxes, insist on "unknown" for the manufacturer - the more general case was blocking other i386 configuration names below, and that's how the names are written in MACHINES anyway. diff -r cfd999700613 -r 69f67c3e6f81 configure1.in --- a/configure1.in Mon May 24 17:13:24 1993 +0000 +++ b/configure1.in Mon May 24 17:43:47 1993 +0000 @@ -567,7 +567,7 @@ machine=is386 opsys=usg5-2-2 ;; ## Intel 386 machines where we don't care about the manufacturer - i[34]86-* ) + i[34]86-unknown-* ) machine=intel386 case "${configuration}" in *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;