~ubuntu-branches/ubuntu/jaunty/pcsc-lite/jaunty-security

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2007-11-07 16:25:00 UTC
  • Revision ID: james.westby@ubuntu.com-20071107162500-sq8ntgvqglwsrnjv
Tags: 1.4.4-2
* debian/watch: update URL to make it work again. Closes: #449679:
  "pcsc-lite: debian/watch fails to report upstream's version"
* debian/control: use Homepage: field

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)