diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-17 02:44:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-17 02:44:44 +0000 |
commit | c528ff238f0c042608fe176f26f331410e029cba (patch) | |
tree | 175f94580fda1d5bf89b041ef644fd9241bd51a4 /Build/source/libs | |
parent | 7a2313aa82630fca42c6293ff0a0ef79455d441f (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@27434 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rwxr-xr-x | Build/source/libs/freetype/freetype-1.5/config.guess | 5 | ||||
-rwxr-xr-x | Build/source/libs/freetype2/freetype-2.4.9/builds/unix/config.guess | 5 | ||||
-rwxr-xr-x | Build/source/libs/icu/icu-49.1/config.guess | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/Build/source/libs/freetype/freetype-1.5/config.guess b/Build/source/libs/freetype/freetype-1.5/config.guess index ad5f74ab8c3..137bedf2e28 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, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-07-31' +timestamp='2012-08-14' # 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 @@ -1208,6 +1208,9 @@ EOF BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; + x86_64:Haiku:*:*) + echo x86_64-unknown-haiku + exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; diff --git a/Build/source/libs/freetype2/freetype-2.4.9/builds/unix/config.guess b/Build/source/libs/freetype2/freetype-2.4.9/builds/unix/config.guess index ad5f74ab8c3..137bedf2e28 100755 --- a/Build/source/libs/freetype2/freetype-2.4.9/builds/unix/config.guess +++ b/Build/source/libs/freetype2/freetype-2.4.9/builds/unix/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-07-31' +timestamp='2012-08-14' # 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 @@ -1208,6 +1208,9 @@ EOF BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; + x86_64:Haiku:*:*) + echo x86_64-unknown-haiku + exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; diff --git a/Build/source/libs/icu/icu-49.1/config.guess b/Build/source/libs/icu/icu-49.1/config.guess index ad5f74ab8c3..137bedf2e28 100755 --- a/Build/source/libs/icu/icu-49.1/config.guess +++ b/Build/source/libs/icu/icu-49.1/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-07-31' +timestamp='2012-08-14' # 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 @@ -1208,6 +1208,9 @@ EOF BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; + x86_64:Haiku:*:*) + echo x86_64-unknown-haiku + exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; |