summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-16 03:27:41 +0000
committerKarl Berry <karl@freefriends.org>2012-02-16 03:27:41 +0000
commit09b136b14b3c6428d25e3ff7c0b89ae18645f1bf (patch)
tree12c1b273cad6b93d7ab933f8a63b915b3287212a
parenta686eec99312f110ed03bd8a93f03b16d114563d (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@25406 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xBuild/source/build-aux/config.guess7
-rwxr-xr-xBuild/source/build-aux/config.sub2
-rwxr-xr-xBuild/source/extra/xz/build-aux/config.guess7
-rwxr-xr-xBuild/source/extra/xz/build-aux/config.sub2
-rwxr-xr-xBuild/source/libs/freetype/freetype-1.5/config.guess7
-rwxr-xr-xBuild/source/libs/freetype/freetype-1.5/config.sub2
-rwxr-xr-xBuild/source/libs/freetype2/freetype-2.4.7/builds/unix/config.guess7
-rwxr-xr-xBuild/source/libs/freetype2/freetype-2.4.7/builds/unix/config.sub2
-rwxr-xr-xBuild/source/libs/icu/icu-4.8.1/config.guess7
-rwxr-xr-xBuild/source/libs/icu/icu-4.8.1/config.sub2
-rw-r--r--Master/doc.html4
-rwxr-xr-xMaster/tlpkg/installer/config.guess7
12 files changed, 54 insertions, 2 deletions
diff --git a/Build/source/build-aux/config.guess b/Build/source/build-aux/config.guess
index 116b959ee5f..d622a44e551 100755
--- a/Build/source/build-aux/config.guess
+++ b/Build/source/build-aux/config.guess
@@ -861,6 +861,13 @@ EOF
i*86:Minix:*:*)
echo ${UNAME_MACHINE}-pc-minix
exit ;;
+ aarch64:Linux:*:*)
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
+ aarch64_be:Linux:*:*)
+ UNAME_MACHINE=aarch64_be
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
alpha:Linux:*:*)
case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
EV5) UNAME_MACHINE=alphaev5 ;;
diff --git a/Build/source/build-aux/config.sub b/Build/source/build-aux/config.sub
index 3bc79678423..c894da45500 100755
--- a/Build/source/build-aux/config.sub
+++ b/Build/source/build-aux/config.sub
@@ -249,6 +249,7 @@ case $basic_machine in
# Some are omitted here because they have special meanings below.
1750a | 580 \
| a29k \
+ | aarch64 | aarch64_be \
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
| am33_2.0 \
@@ -360,6 +361,7 @@ case $basic_machine in
# Recognize the basic CPU types with company name.
580-* \
| a29k-* \
+ | aarch64-* | aarch64_be-* \
| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
diff --git a/Build/source/extra/xz/build-aux/config.guess b/Build/source/extra/xz/build-aux/config.guess
index 116b959ee5f..d622a44e551 100755
--- a/Build/source/extra/xz/build-aux/config.guess
+++ b/Build/source/extra/xz/build-aux/config.guess
@@ -861,6 +861,13 @@ EOF
i*86:Minix:*:*)
echo ${UNAME_MACHINE}-pc-minix
exit ;;
+ aarch64:Linux:*:*)
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
+ aarch64_be:Linux:*:*)
+ UNAME_MACHINE=aarch64_be
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
alpha:Linux:*:*)
case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
EV5) UNAME_MACHINE=alphaev5 ;;
diff --git a/Build/source/extra/xz/build-aux/config.sub b/Build/source/extra/xz/build-aux/config.sub
index 3bc79678423..c894da45500 100755
--- a/Build/source/extra/xz/build-aux/config.sub
+++ b/Build/source/extra/xz/build-aux/config.sub
@@ -249,6 +249,7 @@ case $basic_machine in
# Some are omitted here because they have special meanings below.
1750a | 580 \
| a29k \
+ | aarch64 | aarch64_be \
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
| am33_2.0 \
@@ -360,6 +361,7 @@ case $basic_machine in
# Recognize the basic CPU types with company name.
580-* \
| a29k-* \
+ | aarch64-* | aarch64_be-* \
| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
diff --git a/Build/source/libs/freetype/freetype-1.5/config.guess b/Build/source/libs/freetype/freetype-1.5/config.guess
index 116b959ee5f..d622a44e551 100755
--- a/Build/source/libs/freetype/freetype-1.5/config.guess
+++ b/Build/source/libs/freetype/freetype-1.5/config.guess
@@ -861,6 +861,13 @@ EOF
i*86:Minix:*:*)
echo ${UNAME_MACHINE}-pc-minix
exit ;;
+ aarch64:Linux:*:*)
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
+ aarch64_be:Linux:*:*)
+ UNAME_MACHINE=aarch64_be
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
alpha:Linux:*:*)
case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
EV5) UNAME_MACHINE=alphaev5 ;;
diff --git a/Build/source/libs/freetype/freetype-1.5/config.sub b/Build/source/libs/freetype/freetype-1.5/config.sub
index 3bc79678423..c894da45500 100755
--- a/Build/source/libs/freetype/freetype-1.5/config.sub
+++ b/Build/source/libs/freetype/freetype-1.5/config.sub
@@ -249,6 +249,7 @@ case $basic_machine in
# Some are omitted here because they have special meanings below.
1750a | 580 \
| a29k \
+ | aarch64 | aarch64_be \
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
| am33_2.0 \
@@ -360,6 +361,7 @@ case $basic_machine in
# Recognize the basic CPU types with company name.
580-* \
| a29k-* \
+ | aarch64-* | aarch64_be-* \
| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
diff --git a/Build/source/libs/freetype2/freetype-2.4.7/builds/unix/config.guess b/Build/source/libs/freetype2/freetype-2.4.7/builds/unix/config.guess
index 116b959ee5f..d622a44e551 100755
--- a/Build/source/libs/freetype2/freetype-2.4.7/builds/unix/config.guess
+++ b/Build/source/libs/freetype2/freetype-2.4.7/builds/unix/config.guess
@@ -861,6 +861,13 @@ EOF
i*86:Minix:*:*)
echo ${UNAME_MACHINE}-pc-minix
exit ;;
+ aarch64:Linux:*:*)
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
+ aarch64_be:Linux:*:*)
+ UNAME_MACHINE=aarch64_be
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
alpha:Linux:*:*)
case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
EV5) UNAME_MACHINE=alphaev5 ;;
diff --git a/Build/source/libs/freetype2/freetype-2.4.7/builds/unix/config.sub b/Build/source/libs/freetype2/freetype-2.4.7/builds/unix/config.sub
index 3bc79678423..c894da45500 100755
--- a/Build/source/libs/freetype2/freetype-2.4.7/builds/unix/config.sub
+++ b/Build/source/libs/freetype2/freetype-2.4.7/builds/unix/config.sub
@@ -249,6 +249,7 @@ case $basic_machine in
# Some are omitted here because they have special meanings below.
1750a | 580 \
| a29k \
+ | aarch64 | aarch64_be \
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
| am33_2.0 \
@@ -360,6 +361,7 @@ case $basic_machine in
# Recognize the basic CPU types with company name.
580-* \
| a29k-* \
+ | aarch64-* | aarch64_be-* \
| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
diff --git a/Build/source/libs/icu/icu-4.8.1/config.guess b/Build/source/libs/icu/icu-4.8.1/config.guess
index 116b959ee5f..d622a44e551 100755
--- a/Build/source/libs/icu/icu-4.8.1/config.guess
+++ b/Build/source/libs/icu/icu-4.8.1/config.guess
@@ -861,6 +861,13 @@ EOF
i*86:Minix:*:*)
echo ${UNAME_MACHINE}-pc-minix
exit ;;
+ aarch64:Linux:*:*)
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
+ aarch64_be:Linux:*:*)
+ UNAME_MACHINE=aarch64_be
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
alpha:Linux:*:*)
case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
EV5) UNAME_MACHINE=alphaev5 ;;
diff --git a/Build/source/libs/icu/icu-4.8.1/config.sub b/Build/source/libs/icu/icu-4.8.1/config.sub
index 3bc79678423..c894da45500 100755
--- a/Build/source/libs/icu/icu-4.8.1/config.sub
+++ b/Build/source/libs/icu/icu-4.8.1/config.sub
@@ -249,6 +249,7 @@ case $basic_machine in
# Some are omitted here because they have special meanings below.
1750a | 580 \
| a29k \
+ | aarch64 | aarch64_be \
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
| am33_2.0 \
@@ -360,6 +361,7 @@ case $basic_machine in
# Recognize the basic CPU types with company name.
580-* \
| a29k-* \
+ | aarch64-* | aarch64_be-* \
| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
diff --git a/Master/doc.html b/Master/doc.html
index 9606ffec082..a97245c327b 100644
--- a/Master/doc.html
+++ b/Master/doc.html
@@ -389,9 +389,9 @@ Format manuscripts to APA 6th edition guidelines.
<a href="texmf-dist/doc/latex/apa6e/apa6e.pdf">apa6e.pdf</a>.
</small></li>
-<li><b><a href="texmf-dist/doc/latex/apacite">apacite</a></b>:<small>
+<li><b><a href="texmf-dist/doc/bibtex/apacite">apacite</a></b>:<small>
Citation style following the rules of the APA.
-<a href="texmf-dist/doc/latex/apacite/apacite.pdf">apacite.pdf</a>.
+<a href="texmf-dist/doc/bibtex/apacite/apacite.pdf">apacite.pdf</a>.
</small></li>
<li><b><a href="texmf-dist/doc/latex/appendix">appendix</a></b>:<small>
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess
index 116b959ee5f..d622a44e551 100755
--- a/Master/tlpkg/installer/config.guess
+++ b/Master/tlpkg/installer/config.guess
@@ -861,6 +861,13 @@ EOF
i*86:Minix:*:*)
echo ${UNAME_MACHINE}-pc-minix
exit ;;
+ aarch64:Linux:*:*)
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
+ aarch64_be:Linux:*:*)
+ UNAME_MACHINE=aarch64_be
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
alpha:Linux:*:*)
case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
EV5) UNAME_MACHINE=alphaev5 ;;