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 | |
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')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 9a36433099..5c1acaa02f 100755 --- a/configure +++ b/configure @@ -568,7 +568,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 ;; |