aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1992-05-14 19:21:20 +0000
committerRichard M. Stallman1992-05-14 19:21:20 +0000
commit955e036ab6e58cebd07c446e5dd836ed5ff37221 (patch)
tree758f1b18c7eeba067142e414fc0afef532558024
parentba2aa08420b82f869eda698eb0b72f6e829f9be7 (diff)
downloademacs-955e036ab6e58cebd07c446e5dd836ed5ff37221.tar.gz
emacs-955e036ab6e58cebd07c446e5dd836ed5ff37221.zip
*** empty log message ***
-rwxr-xr-xconfig.sub7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index 7d50c096fee..7794af5c823 100755
--- a/config.sub
+++ b/config.sub
@@ -1,6 +1,9 @@
1#!/bin/sh 1#!/bin/sh
2# Configuration validation subroutine script, version 1.0. 2# Configuration validation subroutine script, version 1.0.
3# Copyright (C) 1991 Free Software Foundation, Inc. 3# Copyright (C) 1991, 1992 Free Software Foundation, Inc.
4# This file is (in principle) common to ALL GNU software.
5# The presence of a machine in this file suggests that SOME GNU software
6# can handle that machine. It does not imply ALL GNU software can.
4 7
5#This file is free software; you can redistribute it and/or modify 8#This file is free software; you can redistribute it and/or modify
6#it under the terms of the GNU General Public License as published by 9#it under the terms of the GNU General Public License as published by
@@ -473,6 +476,8 @@ case $os in
473 -svr3) 476 -svr3)
474 os=-sysv3 477 os=-sysv3
475 ;; 478 ;;
479 -none)
480 ;;
476 *) 481 *)
477 # Get rid of the `-' at the beginning of $os. 482 # Get rid of the `-' at the beginning of $os.
478 os=`echo $1 | sed 's/[^-]*-//'` 483 os=`echo $1 | sed 's/[^-]*-//'`