mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
auto-obsd-version-20050813
Determine openbsd version automatically.
This commit is contained in:
parent
c8db31cc2b
commit
8ea5ed2c2b
2
README
2
README
@ -38,7 +38,7 @@ A. Creating the proper directory structure.
|
|||||||
i386_linux22, i386_linux24, i386_linux26
|
i386_linux22, i386_linux24, i386_linux26
|
||||||
i386_umlinux22, i386_umlinux24
|
i386_umlinux22, i386_umlinux24
|
||||||
i386_obsd31, i386_obsd32, i386_obsd33, i386_obsd34, i386_obsd35,
|
i386_obsd31, i386_obsd32, i386_obsd33, i386_obsd34, i386_obsd35,
|
||||||
i386_obsd36
|
i386_obsd36, i386_obsd37, i386_obsd38
|
||||||
rs_aix42
|
rs_aix42
|
||||||
sgi_65 (file server not tested)
|
sgi_65 (file server not tested)
|
||||||
sun4_413 (No client support, no fileserver support, db servers only)
|
sun4_413 (No client support, no fileserver support, db servers only)
|
||||||
|
28
acinclude.m4
28
acinclude.m4
@ -233,29 +233,11 @@ if test "x$with_afs_sysname" != "x"; then
|
|||||||
else
|
else
|
||||||
AC_MSG_CHECKING(your AFS sysname)
|
AC_MSG_CHECKING(your AFS sysname)
|
||||||
case $host in
|
case $host in
|
||||||
i?86-*-openbsd3.1)
|
i?86-*-openbsd?.?)
|
||||||
AFS_SYSNAME="i386_obsd31"
|
v=${host#*openbsd}
|
||||||
;;
|
vM=${v%.*}
|
||||||
i?86-*-openbsd3.2)
|
vm=${v#*.}
|
||||||
AFS_SYSNAME="i386_obsd32"
|
AFS_SYSNAME="i386_obsd${vM}${vm}"
|
||||||
;;
|
|
||||||
i?86-*-openbsd3.3)
|
|
||||||
AFS_SYSNAME="i386_obsd33"
|
|
||||||
;;
|
|
||||||
i?86-*-openbsd3.4)
|
|
||||||
AFS_SYSNAME="i386_obsd34"
|
|
||||||
;;
|
|
||||||
i?86-*-openbsd3.5)
|
|
||||||
AFS_SYSNAME="i386_obsd35"
|
|
||||||
;;
|
|
||||||
i?86-*-openbsd3.6)
|
|
||||||
AFS_SYSNAME="i386_obsd36"
|
|
||||||
;;
|
|
||||||
i?86-*-openbsd3.7)
|
|
||||||
AFS_SYSNAME="i386_obsd37"
|
|
||||||
;;
|
|
||||||
i?86-*-openbsd3.8)
|
|
||||||
AFS_SYSNAME="i386_obsd38"
|
|
||||||
;;
|
;;
|
||||||
i?86-*-freebsd4.2*)
|
i?86-*-freebsd4.2*)
|
||||||
AFS_SYSNAME="i386_fbsd_42"
|
AFS_SYSNAME="i386_fbsd_42"
|
||||||
|
Loading…
Reference in New Issue
Block a user