~directhex/libubuntuone/mono_packaging

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Ken VanDine
  • Date: 2010-03-03 17:06:04 UTC
  • mfrom: (37.1.3 upstream)
  • Revision ID: ken.vandine@canonical.com-20100303170604-ue59arxmhzd4k1h3
* New upstream release.
  - Check properly for playTrack existing in the page where the JS
    script is being executed (Stuart Langridge)
  - correct polling of downloads (Rodrigo Moya) (LP: #527678)
  - Fixed percentage calculation (Rodrigo Moya)
  - Use a 5 seconds timeout for polling (Rodrigo Moya)
  - Add ourselves to the user agent (Stuart Langridge)
  - fixed delete from basket (LP: #527698)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Configuration validation subroutine script.
3
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
 
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
5
5
#   Free Software Foundation, Inc.
6
6
 
7
 
timestamp='2009-06-11'
 
7
timestamp='2009-04-17'
8
8
 
9
9
# This file is (in principle) common to ALL GNU software.
10
10
# The presence of a machine in this file suggests that SOME GNU software
153
153
                os=
154
154
                basic_machine=$1
155
155
                ;;
156
 
        -bluegene*)
157
 
                os=-cnk
158
 
                ;;
159
156
        -sim | -cisco | -oki | -wec | -winbond)
160
157
                os=
161
158
                basic_machine=$1
470
467
                basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
471
468
                os=-linux
472
469
                ;;
473
 
        bluegene*)
474
 
                basic_machine=powerpc-ibm
475
 
                os=-cnk
476
 
                ;;
477
470
        c90)
478
471
                basic_machine=c90-cray
479
472
                os=-unicos
1267
1260
        # Each alternative MUST END IN A *, to match a version number.
1268
1261
        # -sysv* is not here because it comes later, after sysvr4.
1269
1262
        -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1270
 
              | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
 
1263
              | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
1271
1264
              | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
1272
1265
              | -kopensolaris* \
1273
1266
              | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1620
1613
                        -sunos*)
1621
1614
                                vendor=sun
1622
1615
                                ;;
1623
 
                        -cnk*|-aix*)
 
1616
                        -aix*)
1624
1617
                                vendor=ibm
1625
1618
                                ;;
1626
1619
                        -beos*)