diff options
author | Brendan Kehoe <brendan@zen.org> | 1995-03-10 01:56:19 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@zen.org> | 1995-03-10 01:56:19 +0000 |
commit | 222c4e717a9149eec124f1e4bfc269f76524d560 (patch) | |
tree | 45e4ffb748a85542aa92ead741becdf4e3ed553b /configure.in | |
parent | feebe869aefa3703a4093ff4879eb0e5d8d54939 (diff) | |
download | glibc-222c4e717a9149eec124f1e4bfc269f76524d560.tar.gz glibc-222c4e717a9149eec124f1e4bfc269f76524d560.tar.xz glibc-222c4e717a9149eec124f1e4bfc269f76524d560.zip |
* configure.in: Match `osf*', not `osf1*'. * configure: Likewise. * sysdeps/unix/bsd/osf: Renamed to `sysdeps/unix/bsd/osf1'.
Thu Mar 9 17:16:53 1995 Brendan Kehoe (brendan@zen.org) * configure.in: Match `osf*', not `osf1*'. * configure: Likewise. * sysdeps/unix/bsd/osf: Renamed to `sysdeps/unix/bsd/osf1'.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4d03b808cd..bd4a1e7172 100644 --- a/configure.in +++ b/configure.in @@ -80,7 +80,7 @@ gnu*) base_os=mach/hurd ;; netbsd* | 386bsd*) base_os=unix/bsd/bsd4.4 ;; -osf1* | sunos* | ultrix* | newsos* | dynix* | *bsd*) +osf* | sunos* | ultrix* | newsos* | dynix* | *bsd*) base_os=unix/bsd ;; linux* | sysv* | isc* | esix* | sco* | minix* | irix4*) base_os=unix/sysv ;; |