From: Jim Blandy Date: Wed, 18 Nov 1992 06:28:11 +0000 (+0000) Subject: * config.sub: Added Xenix operating system. X-Git-Tag: Release-0-25~538 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77187bab1b3f171e1f3bcabbefa17c7fd7218a65;p=thirdparty%2Fautomake.git * config.sub: Added Xenix operating system. --- diff --git a/config.sub b/config.sub index b8865dcc0..8a68fbbf1 100644 --- a/config.sub +++ b/config.sub @@ -515,6 +515,9 @@ case $os in -svr3) os=-sysv3 ;; + -xenix) + os=-xenix + ;; -none) ;; *) diff --git a/lib/config.sub b/lib/config.sub index b8865dcc0..8a68fbbf1 100644 --- a/lib/config.sub +++ b/lib/config.sub @@ -515,6 +515,9 @@ case $os in -svr3) os=-sysv3 ;; + -xenix) + os=-xenix + ;; -none) ;; *)