summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/build-aux/config.guess5
-rwxr-xr-xBuild/source/extra/xz/build-aux/config.guess5
-rwxr-xr-xBuild/source/libs/freetype/freetype-1.5/config.guess5
-rwxr-xr-xBuild/source/libs/freetype2/freetype-2.3.11/builds/unix/config.guess5
-rwxr-xr-xBuild/source/libs/icu/icu-4.4/config.guess5
-rwxr-xr-xBuild/source/utils/dialog/dialog-1.1-20100119/config.guess5
-rw-r--r--Master/doc.html3
-rwxr-xr-xMaster/tlpkg/installer/config.guess5
8 files changed, 29 insertions, 9 deletions
diff --git a/Build/source/build-aux/config.guess b/Build/source/build-aux/config.guess
index 2852378467c..4c8f032e786 100755
--- a/Build/source/build-aux/config.guess
+++ b/Build/source/build-aux/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Free Software Foundation, Inc.
-timestamp='2010-08-21'
+timestamp='2010-09-24'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -1234,6 +1234,9 @@ EOF
*:QNX:*:4*)
echo i386-pc-qnx
exit ;;
+ NEO-?:NONSTOP_KERNEL:*:*)
+ echo neo-tandem-nsk${UNAME_RELEASE}
+ exit ;;
NSE-?:NONSTOP_KERNEL:*:*)
echo nse-tandem-nsk${UNAME_RELEASE}
exit ;;
diff --git a/Build/source/extra/xz/build-aux/config.guess b/Build/source/extra/xz/build-aux/config.guess
index 2852378467c..4c8f032e786 100755
--- a/Build/source/extra/xz/build-aux/config.guess
+++ b/Build/source/extra/xz/build-aux/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Free Software Foundation, Inc.
-timestamp='2010-08-21'
+timestamp='2010-09-24'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -1234,6 +1234,9 @@ EOF
*:QNX:*:4*)
echo i386-pc-qnx
exit ;;
+ NEO-?:NONSTOP_KERNEL:*:*)
+ echo neo-tandem-nsk${UNAME_RELEASE}
+ exit ;;
NSE-?:NONSTOP_KERNEL:*:*)
echo nse-tandem-nsk${UNAME_RELEASE}
exit ;;
diff --git a/Build/source/libs/freetype/freetype-1.5/config.guess b/Build/source/libs/freetype/freetype-1.5/config.guess
index 2852378467c..4c8f032e786 100755
--- a/Build/source/libs/freetype/freetype-1.5/config.guess
+++ b/Build/source/libs/freetype/freetype-1.5/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Free Software Foundation, Inc.
-timestamp='2010-08-21'
+timestamp='2010-09-24'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -1234,6 +1234,9 @@ EOF
*:QNX:*:4*)
echo i386-pc-qnx
exit ;;
+ NEO-?:NONSTOP_KERNEL:*:*)
+ echo neo-tandem-nsk${UNAME_RELEASE}
+ exit ;;
NSE-?:NONSTOP_KERNEL:*:*)
echo nse-tandem-nsk${UNAME_RELEASE}
exit ;;
diff --git a/Build/source/libs/freetype2/freetype-2.3.11/builds/unix/config.guess b/Build/source/libs/freetype2/freetype-2.3.11/builds/unix/config.guess
index 2852378467c..4c8f032e786 100755
--- a/Build/source/libs/freetype2/freetype-2.3.11/builds/unix/config.guess
+++ b/Build/source/libs/freetype2/freetype-2.3.11/builds/unix/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Free Software Foundation, Inc.
-timestamp='2010-08-21'
+timestamp='2010-09-24'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -1234,6 +1234,9 @@ EOF
*:QNX:*:4*)
echo i386-pc-qnx
exit ;;
+ NEO-?:NONSTOP_KERNEL:*:*)
+ echo neo-tandem-nsk${UNAME_RELEASE}
+ exit ;;
NSE-?:NONSTOP_KERNEL:*:*)
echo nse-tandem-nsk${UNAME_RELEASE}
exit ;;
diff --git a/Build/source/libs/icu/icu-4.4/config.guess b/Build/source/libs/icu/icu-4.4/config.guess
index 2852378467c..4c8f032e786 100755
--- a/Build/source/libs/icu/icu-4.4/config.guess
+++ b/Build/source/libs/icu/icu-4.4/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Free Software Foundation, Inc.
-timestamp='2010-08-21'
+timestamp='2010-09-24'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -1234,6 +1234,9 @@ EOF
*:QNX:*:4*)
echo i386-pc-qnx
exit ;;
+ NEO-?:NONSTOP_KERNEL:*:*)
+ echo neo-tandem-nsk${UNAME_RELEASE}
+ exit ;;
NSE-?:NONSTOP_KERNEL:*:*)
echo nse-tandem-nsk${UNAME_RELEASE}
exit ;;
diff --git a/Build/source/utils/dialog/dialog-1.1-20100119/config.guess b/Build/source/utils/dialog/dialog-1.1-20100119/config.guess
index 2852378467c..4c8f032e786 100755
--- a/Build/source/utils/dialog/dialog-1.1-20100119/config.guess
+++ b/Build/source/utils/dialog/dialog-1.1-20100119/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Free Software Foundation, Inc.
-timestamp='2010-08-21'
+timestamp='2010-09-24'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -1234,6 +1234,9 @@ EOF
*:QNX:*:4*)
echo i386-pc-qnx
exit ;;
+ NEO-?:NONSTOP_KERNEL:*:*)
+ echo neo-tandem-nsk${UNAME_RELEASE}
+ exit ;;
NSE-?:NONSTOP_KERNEL:*:*)
echo nse-tandem-nsk${UNAME_RELEASE}
exit ;;
diff --git a/Master/doc.html b/Master/doc.html
index 870412617ab..a84bcb9b357 100644
--- a/Master/doc.html
+++ b/Master/doc.html
@@ -2852,8 +2852,7 @@ Expanded description environments.
<li><b><a href="texmf-dist/doc/latex/expl3">expl3</a></b>:<small>
Packages supporting LaTeX3 programming conventions.
<a href="texmf-dist/doc/latex/expl3/expl3.pdf">expl3.pdf</a>,
-<a href="texmf-dist/doc/latex/expl3/l3calc.pdf">l3calc.pdf</a>,
-<a href="texmf-dist/doc/latex/expl3/source3.pdf">source3.pdf</a>.
+<a href="texmf-dist/doc/latex/expl3/l3calc.pdf">l3calc.pdf</a>.
</small></li>
<li><b><a href="texmf-dist/doc/metapost/expressg">expressg</a></b>:<small>
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess
index 2852378467c..4c8f032e786 100755
--- a/Master/tlpkg/installer/config.guess
+++ b/Master/tlpkg/installer/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Free Software Foundation, Inc.
-timestamp='2010-08-21'
+timestamp='2010-09-24'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -1234,6 +1234,9 @@ EOF
*:QNX:*:4*)
echo i386-pc-qnx
exit ;;
+ NEO-?:NONSTOP_KERNEL:*:*)
+ echo neo-tandem-nsk${UNAME_RELEASE}
+ exit ;;
NSE-?:NONSTOP_KERNEL:*:*)
echo nse-tandem-nsk${UNAME_RELEASE}
exit ;;