mirror of git://sourceware.org/git/glibc.git
(base_os): Linux is based on unix/sysv, not unix/sysv/sysv4.
This commit is contained in:
parent
cbf48a6ba0
commit
d586354e51
|
|
@ -1,4 +1,4 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
Dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_REVISION([$CVSid$])
|
AC_REVISION([$CVSid$])
|
||||||
AC_PREREQ(2.4.2)dnl dnl Minimum Autoconf version required.
|
AC_PREREQ(2.4.2)dnl dnl Minimum Autoconf version required.
|
||||||
AC_INIT(features.h)
|
AC_INIT(features.h)
|
||||||
|
|
@ -110,9 +110,9 @@ netbsd* | 386bsd* | freebsd* | bsdi*)
|
||||||
base_os=unix/bsd/bsd4.4 ;;
|
base_os=unix/bsd/bsd4.4 ;;
|
||||||
osf* | sunos* | ultrix* | newsos* | dynix* | *bsd*)
|
osf* | sunos* | ultrix* | newsos* | dynix* | *bsd*)
|
||||||
base_os=unix/bsd ;;
|
base_os=unix/bsd ;;
|
||||||
sysv* | isc* | esix* | sco* | minix* | irix4*)
|
sysv* | isc* | esix* | sco* | minix* | irix4* | linux*)
|
||||||
base_os=unix/sysv ;;
|
base_os=unix/sysv ;;
|
||||||
linux* | solaris[2-9]*)
|
solaris[2-9]*)
|
||||||
base_os=unix/sysv/sysv4 ;;
|
base_os=unix/sysv/sysv4 ;;
|
||||||
none)
|
none)
|
||||||
base_os=standalone ;;
|
base_os=standalone ;;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue