cosmetic tweaks

This commit is contained in:
djm 1996-11-12 18:52:10 +00:00
parent 72fc29ca33
commit 7a22ac7cc4

2
config.guess vendored
View File

@ -564,7 +564,7 @@ main ()
#endif #endif
int version; int version;
version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
printf ("%s-next-nextstep%s\n", __ARCHITECTURE__, version==2 ? "2" : "3"); printf ("%s-next-%s%d\n", __ARCHITECTURE__, version);
exit (0); exit (0);
#endif #endif