~ubuntu-branches/debian/wheezy/brasero/wheezy

« back to all changes in this revision

Viewing changes to .pc/90_relibtoolize.patch/config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2010-09-05 16:48:36 UTC
  • mfrom: (1.2.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20100905164836-5jkj33q4wx2qjk23
Tags: 2.30.3-1
* Recommend cdrdao 1.2.3 so that it can actually work.
  + This restores CD copying functionality. Closes: #587408.
  + And audio CD burning without brasero-cdrkit. Closes: #580874.
* New upstream bugfix and translation release.
  + Drops CD text support. Closes: #578366.
* 90_relibtoolize.patch: updated for the new version.

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
 
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
5
5
#   Free Software Foundation, Inc.
6
6
 
7
 
timestamp='2010-03-22'
 
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."
252
251
        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
253
252
        | bfin \
254
253
        | c4x | clipper \
255
 
        | d10v | d30v | dlx | dsp16xx | dvp \
 
254
        | d10v | d30v | dlx | dsp16xx \
256
255
        | fido | fr30 | frv \
257
256
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
258
257
        | i370 | i860 | i960 | ia64 \
295
294
        | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
296
295
        | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
297
296
        | spu | strongarm \
298
 
        | tahoe | thumb | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
 
297
        | tahoe | thumb | tic4x | tic80 | tron \
299
298
        | ubicom32 \
300
299
        | v850 | v850e \
301
300
        | we32k \
303
302
        | z8k | z80)
304
303
                basic_machine=$basic_machine-unknown
305
304
                ;;
306
 
        c54x)
307
 
                basic_machine=tic54x-unknown
308
 
                ;;
309
 
        c55x)
310
 
                basic_machine=tic55x-unknown
311
 
                ;;
312
 
        c6x)
313
 
                basic_machine=tic6x-unknown
314
 
                ;;
315
305
        m6811 | m68hc11 | m6812 | m68hc12 | picochip)
316
306
                # Motorola 68HC11/12.
317
307
                basic_machine=$basic_machine-unknown
343
333
        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
344
334
        | avr-* | avr32-* \
345
335
        | bfin-* | bs2000-* \
346
 
        | c[123]* | c30-* | [cjt]90-* | c4x-* \
 
336
        | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
347
337
        | clipper-* | craynv-* | cydra-* \
348
338
        | d10v-* | d30v-* | dlx-* \
349
339
        | elxsi-* \
390
380
        | sparclite-* \
391
381
        | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
392
382
        | tahoe-* | thumb-* \
393
 
        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
394
 
        | tile-* | tilegx-* \
 
383
        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
395
384
        | tron-* \
396
385
        | ubicom32-* \
397
386
        | v850-* | v850e-* | vax-* \
491
480
                basic_machine=powerpc-ibm
492
481
                os=-cnk
493
482
                ;;
494
 
        c54x-*)
495
 
                basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
496
 
                ;;
497
 
        c55x-*)
498
 
                basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
499
 
                ;;
500
 
        c6x-*)
501
 
                basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
502
 
                ;;
503
483
        c90)
504
484
                basic_machine=c90-cray
505
485
                os=-unicos
770
750
                basic_machine=m68k-atari
771
751
                os=-mint
772
752
                ;;
773
 
        mipsEE* | ee | ps2)
774
 
                basic_machine=mips64r5900el-scei
775
 
                case $os in
776
 
                    -linux*)
777
 
                        ;;
778
 
                    *)
779
 
                        os=-elf
780
 
                        ;;
781
 
                esac
782
 
                ;;
783
 
        iop)
784
 
                basic_machine=mipsel-scei
785
 
                os=-irx
786
 
                ;;
787
 
        dvp)
788
 
                basic_machine=dvp-scei
789
 
                os=-elf
790
 
                ;;
791
753
        mips3*-*)
792
754
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
793
755
                ;;
1111
1073
                basic_machine=t90-cray
1112
1074
                os=-unicos
1113
1075
                ;;
1114
 
        # This must be matched before tile*.
1115
 
        tilegx*)
1116
 
                basic_machine=tilegx-unknown
1117
 
                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
1118
1087
                ;;
1119
1088
        tile*)
1120
1089
                basic_machine=tile-unknown
1329
1298
              | -uxpv* | -beos* | -mpeix* | -udk* \
1330
1299
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1331
1300
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1332
 
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* | -irx* \
 
1301
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1333
1302
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1334
1303
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1335
1304
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1466
1435
        -dicos*)
1467
1436
                os=-dicos
1468
1437
                ;;
1469
 
        -nacl*)
1470
 
                ;;
1471
1438
        -none)
1472
1439
                ;;
1473
1440
        *)
1508
1475
        c4x-* | tic4x-*)
1509
1476
                os=-coff
1510
1477
                ;;
1511
 
        tic54x-*)
1512
 
                os=-coff
1513
 
                ;;
1514
 
        tic55x-*)
1515
 
                os=-coff
1516
 
                ;;
1517
 
        tic6x-*)
1518
 
                os=-coff
1519
 
                ;;
1520
1478
        # This must come before the *-dec entry.
1521
1479
        pdp10-*)
1522
1480
                os=-tops20