~ubuntu-branches/ubuntu/intrepid/gucharmap/intrepid

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-23 16:06:03 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723160603-v1bhy95d83nushuz
Tags: 1:2.23.4-0ubuntu1
* New Upstream Release (LP: #251505)
* Added python bindings
* updated 01_lpi.dpatch, and 02_autoconf.patch for
  new upstream version
* updated control file for new soname gucharmap7

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
5
5
#   Inc.
6
6
 
7
 
timestamp='2007-03-06'
 
7
timestamp='2007-07-22'
8
8
 
9
9
# This file is free software; you can redistribute it and/or modify it
10
10
# under the terms of the GNU General Public License as published by
330
330
    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
331
331
        echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
332
332
        exit ;;
333
 
    i86pc:SunOS:5.*:*)
 
333
    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
334
334
        echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
335
335
        exit ;;
336
336
    sun4*:SunOS:6*:*)
793
793
        exit ;;
794
794
    *:Interix*:[3456]*)
795
795
        case ${UNAME_MACHINE} in
796
 
            x86) 
 
796
            x86)
797
797
                echo i586-pc-interix${UNAME_RELEASE}
798
798
                exit ;;
799
799
            EM64T | authenticamd)