~ubuntu-branches/ubuntu/oneiric/pywebkitgtk/oneiric

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort, Emilio Pozuelo Monfort, Christophe Sauthier
  • Date: 2009-11-14 11:20:42 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091114112042-ka7x5nylakhcc3gf
Tags: 1.1.7-1
[ Emilio Pozuelo Monfort ]
* debian/watch: Fixed.

[ Christophe Sauthier ]
* New upstream version
* debian/control.in
  - Add libglib2.0-dev as a build dependency to reflect confgure check.
* debian/patches/01_fix_codegen_error.dpatch removed since it has been
  integrated upstream.
* debian/patches/03_autoreconf.dpatch updated.
* debian/python-webkit.examples change tabbed_browser.py by browser.py

[ Emilio Pozuelo Monfort ]
* debian/control.in:
  - Use spaces consistently.
  - Build depend on libwebkit-dev >= 1.1.10 for the new version.
  - Standards-Version is 3.8.3, no changes needed.

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
 
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
5
5
#   Free Software Foundation, Inc.
6
6
 
7
 
timestamp='2009-04-17'
 
7
timestamp='2009-06-11'
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
                ;;
156
159
        -sim | -cisco | -oki | -wec | -winbond)
157
160
                os=
158
161
                basic_machine=$1
467
470
                basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
468
471
                os=-linux
469
472
                ;;
 
473
        bluegene*)
 
474
                basic_machine=powerpc-ibm
 
475
                os=-cnk
 
476
                ;;
470
477
        c90)
471
478
                basic_machine=c90-cray
472
479
                os=-unicos
1260
1267
        # Each alternative MUST END IN A *, to match a version number.
1261
1268
        # -sysv* is not here because it comes later, after sysvr4.
1262
1269
        -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1263
 
              | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
 
1270
              | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
1264
1271
              | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
1265
1272
              | -kopensolaris* \
1266
1273
              | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1613
1620
                        -sunos*)
1614
1621
                                vendor=sun
1615
1622
                                ;;
1616
 
                        -aix*)
 
1623
                        -cnk*|-aix*)
1617
1624
                                vendor=ibm
1618
1625
                                ;;
1619
1626
                        -beos*)