summaryrefslogtreecommitdiff
path: root/mcon/U/Oldconfig.U
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2018-02-26 00:27:56 -0800
committerManoj Srivastava <srivasta@debian.org>2018-02-26 00:32:31 -0800
commit9d655e91e06fda1394cc0bb1e7978c9e5484896c (patch)
treeb46b4e25cfff5f4c13a330b8428ceed343e3796c /mcon/U/Oldconfig.U
parent86a9dcbe9559bbfa398e7ca3e7a72b2e7df58ad2 (diff)
parentf8e6e03cbfcecfd577555326c0775b109eb894a8 (diff)
Merge branch 'development' into upstream
Signed-off-by: Manoj Srivastava <srivasta@debian.org>
Diffstat (limited to 'mcon/U/Oldconfig.U')
-rw-r--r--mcon/U/Oldconfig.U8
1 files changed, 4 insertions, 4 deletions
diff --git a/mcon/U/Oldconfig.U b/mcon/U/Oldconfig.U
index 06d902d..ca18947 100644
--- a/mcon/U/Oldconfig.U
+++ b/mcon/U/Oldconfig.U
@@ -1,7 +1,7 @@
-?RCS: $Id: Oldconfig.U 167 2013-05-08 17:58:00Z rmanfredi $
+?RCS: $Id$
?RCS:
?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
-?RCS:
+?RCS:
?RCS: You may redistribute only under the terms of the Artistic License,
?RCS: as specified in the README file that comes with the distribution.
?RCS: You may reuse parts of this distribution only within the terms of
@@ -205,7 +205,7 @@ if $test "X$has_uname" != X; then
?X: $3 and $4 are version/subversion
?X: $5 is always "pc", but that might not be unique to DJGPP.
?X: (e.g. Solaris_x86 has $5 = i86pc, which doesn't actually conflict,
-?X: but it's close enough that I can easily imagine other vendors also
+?X: but it's close enough that I can easily imagine other vendors also
?X: using variants of pc* in $5.)
?X: The "DJGPP" environment variable is always set when djgpp is active.
pc*)
@@ -218,7 +218,7 @@ if $test "X$has_uname" != X; then
case "$1" in
aix) osname=aix
?X: aix 4.1 uname -a output looks like
-?X: AIX foo 1 4 000123456789
+?X: AIX foo 1 4 000123456789
?X: where $4 is the major release number and $3 is the (minor) version.
?X: More detail on the version is available with the oslevel command.
?X: in 3.2.x, it output a string (see case statements below). In 4.1,