~noskcaj/ubuntu/utopic/eog-plugins/merge

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Josselin Mouette, Martin Pitt, Michael Biebl
  • Date: 2012-05-10 15:08:48 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20120510150848-e316o2pnsm7m16ep
Tags: 3.4.0-1
[ Josselin Mouette ]
* Replace python-gobject by python-gi.

[ Martin Pitt ]
* debian/control.in: Bump clutter and eog dependencies as per configure.ac.
* debian/copyright: Rewrite using copyright 1.0 format.
* debian/control.in: Bump to Standards-Version 3.9.3.
* debian/control.in: Add Enhances: eog (Closes: #653258, LP: #697406)

[ Michael Biebl ]
* New upstream release.
* Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
* Add Build-Depends on gsettings-desktop-schemas-dev and a Depends on
  gsettings-desktop-schemas for the org.gnome.desktop.interface gsettings
  schema file used by the pythonconsole plugin.

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, 2010,
5
 
#   2011 Free Software Foundation, Inc.
 
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 
5
#   Free Software Foundation, Inc.
6
6
 
7
 
timestamp='2011-02-02'
 
7
timestamp='2009-11-20'
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
75
75
version="\
76
76
GNU config.sub ($timestamp)
77
77
 
78
 
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
79
 
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
80
 
Software Foundation, Inc.
 
78
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
 
79
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
81
80
 
82
81
This is free software; see the source for copying conditions.  There is NO
83
82
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
124
123
# Here we must recognize all the valid KERNEL-OS combinations.
125
124
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
126
125
case $maybe_os in
127
 
  nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
128
 
  linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
129
 
  knetbsd*-gnu* | netbsd*-gnu* | \
 
126
  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
 
127
  uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
130
128
  kopensolaris*-gnu* | \
131
129
  storm-chaos* | os2-emx* | rtmk-nova*)
132
130
    os=-$maybe_os
158
156
                os=
159
157
                basic_machine=$1
160
158
                ;;
161
 
        -bluegene*)
162
 
                os=-cnk
 
159
        -bluegene*)
 
160
                os=-cnk
163
161
                ;;
164
162
        -sim | -cisco | -oki | -wec | -winbond)
165
163
                os=
175
173
                os=-chorusos
176
174
                basic_machine=$1
177
175
                ;;
178
 
        -chorusrdb)
179
 
                os=-chorusrdb
 
176
        -chorusrdb)
 
177
                os=-chorusrdb
180
178
                basic_machine=$1
181
 
                ;;
 
179
                ;;
182
180
        -hiux*)
183
181
                os=-hiuxwe2
184
182
                ;;
253
251
        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
254
252
        | bfin \
255
253
        | c4x | clipper \
256
 
        | d10v | d30v | dlx | dsp16xx | dvp \
 
254
        | d10v | d30v | dlx | dsp16xx \
257
255
        | fido | fr30 | frv \
258
256
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
259
257
        | i370 | i860 | i960 | ia64 \
283
281
        | moxie \
284
282
        | mt \
285
283
        | msp430 \
286
 
        | nds32 | nds32le | nds32be \
287
284
        | nios | nios2 \
288
285
        | ns16k | ns32k \
289
286
        | or32 \
297
294
        | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
298
295
        | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
299
296
        | spu | strongarm \
300
 
        | tahoe | thumb | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
 
297
        | tahoe | thumb | tic4x | tic80 | tron \
301
298
        | ubicom32 \
302
299
        | v850 | v850e \
303
300
        | we32k \
305
302
        | z8k | z80)
306
303
                basic_machine=$basic_machine-unknown
307
304
                ;;
308
 
        c54x)
309
 
                basic_machine=tic54x-unknown
310
 
                ;;
311
 
        c55x)
312
 
                basic_machine=tic55x-unknown
313
 
                ;;
314
 
        c6x)
315
 
                basic_machine=tic6x-unknown
316
 
                ;;
317
305
        m6811 | m68hc11 | m6812 | m68hc12 | picochip)
318
306
                # Motorola 68HC11/12.
319
307
                basic_machine=$basic_machine-unknown
345
333
        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
346
334
        | avr-* | avr32-* \
347
335
        | bfin-* | bs2000-* \
348
 
        | c[123]* | c30-* | [cjt]90-* | c4x-* \
 
336
        | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
349
337
        | clipper-* | craynv-* | cydra-* \
350
338
        | d10v-* | d30v-* | dlx-* \
351
339
        | elxsi-* \
379
367
        | mmix-* \
380
368
        | mt-* \
381
369
        | msp430-* \
382
 
        | nds32-* | nds32le-* | nds32be-* \
383
370
        | nios-* | nios2-* \
384
371
        | none-* | np1-* | ns16k-* | ns32k-* \
385
372
        | orion-* \
393
380
        | sparclite-* \
394
381
        | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
395
382
        | tahoe-* | thumb-* \
396
 
        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
397
 
        | tile-* | tilegx-* \
 
383
        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
398
384
        | tron-* \
399
385
        | ubicom32-* \
400
386
        | v850-* | v850e-* | vax-* \
424
410
                basic_machine=a29k-amd
425
411
                os=-udi
426
412
                ;;
427
 
        abacus)
 
413
        abacus)
428
414
                basic_machine=abacus-unknown
429
415
                ;;
430
416
        adobe68k)
494
480
                basic_machine=powerpc-ibm
495
481
                os=-cnk
496
482
                ;;
497
 
        c54x-*)
498
 
                basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
499
 
                ;;
500
 
        c55x-*)
501
 
                basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
502
 
                ;;
503
 
        c6x-*)
504
 
                basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
505
 
                ;;
506
483
        c90)
507
484
                basic_machine=c90-cray
508
485
                os=-unicos
509
486
                ;;
510
 
        cegcc)
 
487
        cegcc)
511
488
                basic_machine=arm-unknown
512
489
                os=-cegcc
513
490
                ;;
539
516
                basic_machine=craynv-cray
540
517
                os=-unicosmp
541
518
                ;;
542
 
        cr16 | cr16-*)
 
519
        cr16)
543
520
                basic_machine=cr16-unknown
544
521
                os=-elf
545
522
                ;;
755
732
                basic_machine=ns32k-utek
756
733
                os=-sysv
757
734
                ;;
758
 
        microblaze)
 
735
        microblaze)
759
736
                basic_machine=microblaze-xilinx
760
737
                ;;
761
738
        mingw32)
773
750
                basic_machine=m68k-atari
774
751
                os=-mint
775
752
                ;;
776
 
        mipsEE* | ee | ps2)
777
 
                basic_machine=mips64r5900el-scei
778
 
                case $os in
779
 
                    -linux*)
780
 
                        ;;
781
 
                    *)
782
 
                        os=-elf
783
 
                        ;;
784
 
                esac
785
 
                ;;
786
 
        iop)
787
 
                basic_machine=mipsel-scei
788
 
                os=-irx
789
 
                ;;
790
 
        dvp)
791
 
                basic_machine=dvp-scei
792
 
                os=-elf
793
 
                ;;
794
753
        mips3*-*)
795
754
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
796
755
                ;;
880
839
        np1)
881
840
                basic_machine=np1-gould
882
841
                ;;
883
 
        neo-tandem)
884
 
                basic_machine=neo-tandem
885
 
                ;;
886
 
        nse-tandem)
887
 
                basic_machine=nse-tandem
888
 
                ;;
889
842
        nsr-tandem)
890
843
                basic_machine=nsr-tandem
891
844
                ;;
1120
1073
                basic_machine=t90-cray
1121
1074
                os=-unicos
1122
1075
                ;;
1123
 
        # This must be matched before tile*.
1124
 
        tilegx*)
1125
 
                basic_machine=tilegx-unknown
1126
 
                os=-linux-gnu
 
1076
        tic54x | c54x*)
 
1077
                basic_machine=tic54x-unknown
 
1078
                os=-coff
 
1079
                ;;
 
1080
        tic55x | c55x*)
 
1081
                basic_machine=tic55x-unknown
 
1082
                os=-coff
 
1083
                ;;
 
1084
        tic6x | c6x*)
 
1085
                basic_machine=tic6x-unknown
 
1086
                os=-coff
1127
1087
                ;;
1128
1088
        tile*)
1129
1089
                basic_machine=tile-unknown
1293
1253
if [ x"$os" != x"" ]
1294
1254
then
1295
1255
case $os in
1296
 
        # First match some system type aliases
1297
 
        # that might get confused with valid system types.
 
1256
        # First match some system type aliases
 
1257
        # that might get confused with valid system types.
1298
1258
        # -solaris* is a basic system type, with this one exception.
1299
 
        -auroraux)
1300
 
                os=-auroraux
 
1259
        -auroraux)
 
1260
                os=-auroraux
1301
1261
                ;;
1302
1262
        -solaris1 | -solaris1.*)
1303
1263
                os=`echo $os | sed -e 's|solaris1|sunos4|'`
1334
1294
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1335
1295
              | -chorusos* | -chorusrdb* | -cegcc* \
1336
1296
              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1337
 
              | -mingw32* | -linux-gnu* | -linux-android* \
1338
 
              | -linux-newlib* | -linux-uclibc* \
 
1297
              | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
1339
1298
              | -uxpv* | -beos* | -mpeix* | -udk* \
1340
1299
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1341
1300
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1342
 
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* | -irx* \
 
1301
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1343
1302
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1344
1303
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1345
1304
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1382
1341
        -opened*)
1383
1342
                os=-openedition
1384
1343
                ;;
1385
 
        -os400*)
 
1344
        -os400*)
1386
1345
                os=-os400
1387
1346
                ;;
1388
1347
        -wince*)
1431
1390
        -sinix*)
1432
1391
                os=-sysv4
1433
1392
                ;;
1434
 
        -tpf*)
 
1393
        -tpf*)
1435
1394
                os=-tpf
1436
1395
                ;;
1437
1396
        -triton*)
1476
1435
        -dicos*)
1477
1436
                os=-dicos
1478
1437
                ;;
1479
 
        -nacl*)
1480
 
                ;;
1481
1438
        -none)
1482
1439
                ;;
1483
1440
        *)
1500
1457
# system, and we'll never get to this point.
1501
1458
 
1502
1459
case $basic_machine in
1503
 
        score-*)
 
1460
        score-*)
1504
1461
                os=-elf
1505
1462
                ;;
1506
 
        spu-*)
 
1463
        spu-*)
1507
1464
                os=-elf
1508
1465
                ;;
1509
1466
        *-acorn)
1515
1472
        arm*-semi)
1516
1473
                os=-aout
1517
1474
                ;;
1518
 
        c4x-* | tic4x-*)
1519
 
                os=-coff
1520
 
                ;;
1521
 
        tic54x-*)
1522
 
                os=-coff
1523
 
                ;;
1524
 
        tic55x-*)
1525
 
                os=-coff
1526
 
                ;;
1527
 
        tic6x-*)
1528
 
                os=-coff
 
1475
        c4x-* | tic4x-*)
 
1476
                os=-coff
1529
1477
                ;;
1530
1478
        # This must come before the *-dec entry.
1531
1479
        pdp10-*)
1552
1500
        m68*-cisco)
1553
1501
                os=-aout
1554
1502
                ;;
1555
 
        mep-*)
 
1503
        mep-*)
1556
1504
                os=-elf
1557
1505
                ;;
1558
1506
        mips*-cisco)
1579
1527
        *-ibm)
1580
1528
                os=-aix
1581
1529
                ;;
1582
 
        *-knuth)
 
1530
        *-knuth)
1583
1531
                os=-mmixware
1584
1532
                ;;
1585
1533
        *-wec)