projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0049fb
)
* config.sub: Added Xenix operating system.
author
Jim Blandy
<jimb@red-bean.com>
Wed, 18 Nov 1992 06:28:11 +0000
(06:28 +0000)
committer
Jim Blandy
<jimb@red-bean.com>
Wed, 18 Nov 1992 06:28:11 +0000
(06:28 +0000)
config.sub
patch
|
blob
|
history
lib/config.sub
patch
|
blob
|
history
diff --git
a/config.sub
b/config.sub
index b8865dcc0dc2077f8be5189e3dc029d0cb9a8025..8a68fbbf1e542ea2cc285cdbc8d31a2e5472163b 100644
(file)
--- 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 b8865dcc0dc2077f8be5189e3dc029d0cb9a8025..8a68fbbf1e542ea2cc285cdbc8d31a2e5472163b 100644
(file)
--- a/
lib/config.sub
+++ b/
lib/config.sub
@@
-515,6
+515,9
@@
case $os in
-svr3)
os=-sysv3
;;
+ -xenix)
+ os=-xenix
+ ;;
-none)
;;
*)