diff options
author | Lennart Poettering <lennart@poettering.net> | 2007-09-04 21:34:04 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2007-09-04 21:34:04 +0000 |
commit | a0d19c0d13e61d1f713637cba445911cb8cfef68 (patch) | |
tree | ab43d3d42eda3d85d6857010d94c9c3877c4510a /libltdl/config.guess | |
parent | a4757a1dd90db5d6f1115205b452a232e4af58d3 (diff) |
update libltdl copy
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1771 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'libltdl/config.guess')
-rwxr-xr-x | libltdl/config.guess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libltdl/config.guess b/libltdl/config.guess index 951383e3..0f0fe712 100755 --- a/libltdl/config.guess +++ b/libltdl/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2007-05-17' +timestamp='2007-03-06' # 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 @@ -330,7 +330,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; - i86pc:SunOS:5.*:* | ix86xen:SunOS:5.*:*) + i86pc:SunOS:5.*:*) echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) |