diff options
author | Ulrich Drepper <drepper@redhat.com> | 1995-09-08 12:50:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1995-09-08 12:50:01 +0000 |
commit | d586354e51250d2aaf83149cf7d15f81e276f038 (patch) | |
tree | 1ebe295a34b495f011d244d56a51c89ded4a734a /configure.in | |
parent | cbf48a6ba07f2a036e172a6c71fb701ef3adc537 (diff) | |
download | glibc-d586354e51250d2aaf83149cf7d15f81e276f038.tar.gz glibc-d586354e51250d2aaf83149cf7d15f81e276f038.tar.xz glibc-d586354e51250d2aaf83149cf7d15f81e276f038.zip |
(base_os): Linux is based on unix/sysv, not unix/sysv/sysv4.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 319513b100..05191befa5 100644 --- a/configure.in +++ b/configure.in @@ -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_PREREQ(2.4.2)dnl dnl Minimum Autoconf version required. AC_INIT(features.h) @@ -110,9 +110,9 @@ netbsd* | 386bsd* | freebsd* | bsdi*) base_os=unix/bsd/bsd4.4 ;; osf* | sunos* | ultrix* | newsos* | dynix* | *bsd*) base_os=unix/bsd ;; -sysv* | isc* | esix* | sco* | minix* | irix4*) +sysv* | isc* | esix* | sco* | minix* | irix4* | linux*) base_os=unix/sysv ;; -linux* | solaris[2-9]*) +solaris[2-9]*) base_os=unix/sysv/sysv4 ;; none) base_os=standalone ;; |