~ubuntu-branches/ubuntu/natty/gnome-netstatus/natty

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2010-06-19 15:48:31 UTC
  • mfrom: (2.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100619154831-bxh4douutik1popk
Tags: 2.28.1-1ubuntu1
* Merge from debian unstable (LP: #596276), remaining changes:
  - debian/patches/03-use_aspect_correct_icon_scaling.patch:
    + Use aspect correct icon scaling.
  - debian/rules:
    + added back -Wl,--as-needed to CFLAGS to get rid of useless
      dependencies.
  - debian/control.in:
    + removed libgnomeui-dev B-D.
    + add Vcs-Bzr tag

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*)