aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-07 07:32:44 +0000
committerRichard M. Stallman1995-04-07 07:32:44 +0000
commit56940d285d991b7cef517d2003c27ec711aae332 (patch)
tree6d1aa0b9a5c5aaf879adb9148a02c40ff97299dc
parent428c8e2f3c451850ebe355a9a1e6b936b0ce7ccd (diff)
downloademacs-56940d285d991b7cef517d2003c27ec711aae332.tar.gz
emacs-56940d285d991b7cef517d2003c27ec711aae332.zip
Accept -lites* as op sys.
-rwxr-xr-xconfig.sub6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index 5641cc1ce67..70f3ba29320 100755
--- a/config.sub
+++ b/config.sub
@@ -601,7 +601,7 @@ case $os in
601 ;; 601 ;;
602 # First accept the basic system types. 602 # First accept the basic system types.
603 # The portable systems comes first. 603 # The portable systems comes first.
604 # Each alternative must end in a *, to match a version number. 604 # Each alternative MUST END IN A *, to match a version number.
605 # -sysv* is not here because it comes later, after sysvr4. 605 # -sysv* is not here because it comes later, after sysvr4.
606 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ 606 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
607 | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[345]* \ 607 | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[345]* \
@@ -611,7 +611,9 @@ case $os in
611 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ 611 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
612 | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ 612 | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
613 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ 613 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
614 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta | -udi | -eabi) 614 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
615 | -udi* | -eabi* | -lites* )
616 # Remember, each alternative MUST END IN *, to match a version number.
615 ;; 617 ;;
616 -sunos5*) 618 -sunos5*)
617 os=`echo $os | sed -e 's|sunos5|solaris2|'` 619 os=`echo $os | sed -e 's|sunos5|solaris2|'`