Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(base_os): Linux is based on unix/sysv, not unix/sysv/sysv4.
  • Loading branch information
Ulrich Drepper committed Sep 8, 1995
1 parent cbf48a6 commit d586354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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)
Expand Down Expand Up @@ -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 ;;
Expand Down

0 comments on commit d586354

Please sign in to comment.