summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-12-03 07:10:19 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-12-03 07:10:19 +0000
commitf1258370306ccbfddb425a268138dabf5f18ebd6 (patch)
tree1153d936d9c6eb07a464c9e73dac5a43038ede4e /config
parent5a6d8bdbb4dee335ac4611737c5cbbe65b12bf82 (diff)
downloadcoreutils-f1258370306ccbfddb425a268138dabf5f18ebd6.tar.xz
Import from gnulib.
Diffstat (limited to 'config')
-rw-r--r--config/config.sub6
-rw-r--r--config/texinfo.tex6
2 files changed, 10 insertions, 2 deletions
diff --git a/config/config.sub b/config/config.sub
index c5a77c387..0f84ac2c5 100644
--- a/config/config.sub
+++ b/config/config.sub
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
-timestamp='2004-11-17'
+timestamp='2004-11-30'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -1033,6 +1033,10 @@ case $basic_machine in
basic_machine=hppa1.1-winbond
os=-proelf
;;
+ xbox)
+ basic_machine=i686-pc
+ os=-mingw32
+ ;;
xps | xps100)
basic_machine=xps100-honeywell
;;
diff --git a/config/texinfo.tex b/config/texinfo.tex
index 44c152a5e..c93912a05 100644
--- a/config/texinfo.tex
+++ b/config/texinfo.tex
@@ -3,7 +3,7 @@
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
%
-\def\texinfoversion{2004-11-19.19}
+\def\texinfoversion{2004-11-25.16}
%
% Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
@@ -1730,9 +1730,13 @@ where each line of input produces a line of output.}
\let\dfn=\smartslanted
\let\emph=\smartitalic
+% @b, explicit bold.
\def\b#1{{\bf #1}}
\let\strong=\b
+% @sansserif, explicit sans.
+\def\sansserif#1{{\sf #1}}
+
% We can't just use \exhyphenpenalty, because that only has effect at
% the end of a paragraph. Restore normal hyphenation at the end of the
% group within which \nohyphenation is presumably called.