~ubuntu-branches/ubuntu/dapper/libgnomeui/dapper-updates

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-11 17:46:10 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060411174610-yb9v0rvx60x0mdli
Tags: 2.14.1-0ubuntu1
* New upstream release:
  - Fix --disable-crash-dialog 
  - Fix leaks 
  - Fix gettext initialization 
* Resynchronized with Debian, only Ubuntu changes are:
  - debian/libgnomeui-0.shlibs: bumped for added interfaces.
  - debian/rules: added stuff for cleaning.
  - debian/patches/30_crash-dialog.patch: dropped, fixed upstream.

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 Free Software Foundation, Inc.
 
4
#   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
5
5
 
6
 
timestamp='2005-07-08'
 
6
timestamp='2003-06-18'
7
7
 
8
8
# This file is (in principle) common to ALL GNU software.
9
9
# The presence of a machine in this file suggests that SOME GNU software
21
21
#
22
22
# You should have received a copy of the GNU General Public License
23
23
# along with this program; if not, write to the Free Software
24
 
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
25
 
# 02110-1301, USA.
26
 
#
 
24
# Foundation, Inc., 59 Temple Place - Suite 330,
 
25
# Boston, MA 02111-1307, USA.
 
26
 
27
27
# As a special exception to the GNU General Public License, if you
28
28
# distribute this file as part of a program that contains a
29
29
# configuration script generated by Autoconf, you may include it under
30
30
# the same distribution terms that you use for the rest of that program.
31
31
 
32
 
 
33
32
# Please send patches to <config-patches@gnu.org>.  Submit a context
34
33
# diff and a properly formatted ChangeLog entry.
35
34
#
71
70
version="\
72
71
GNU config.sub ($timestamp)
73
72
 
74
 
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
73
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
75
74
Free Software Foundation, Inc.
76
75
 
77
76
This is free software; see the source for copying conditions.  There is NO
84
83
while test $# -gt 0 ; do
85
84
  case $1 in
86
85
    --time-stamp | --time* | -t )
87
 
       echo "$timestamp" ; exit ;;
 
86
       echo "$timestamp" ; exit 0 ;;
88
87
    --version | -v )
89
 
       echo "$version" ; exit ;;
 
88
       echo "$version" ; exit 0 ;;
90
89
    --help | --h* | -h )
91
 
       echo "$usage"; exit ;;
 
90
       echo "$usage"; exit 0 ;;
92
91
    -- )     # Stop option processing
93
92
       shift; break ;;
94
93
    - ) # Use stdin as input.
100
99
    *local*)
101
100
       # First pass through any local machine types.
102
101
       echo $1
103
 
       exit ;;
 
102
       exit 0;;
104
103
 
105
104
    * )
106
105
       break ;;
119
118
# Here we must recognize all the valid KERNEL-OS combinations.
120
119
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
121
120
case $maybe_os in
122
 
  nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \
123
 
  kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
 
121
  nto-qnx* | linux-gnu* | freebsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
124
122
    os=-$maybe_os
125
123
    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
126
124
    ;;
146
144
        -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
147
145
        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
148
146
        -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
149
 
        -apple | -axis | -knuth | -cray)
 
147
        -apple | -axis)
150
148
                os=
151
149
                basic_machine=$1
152
150
                ;;
230
228
        | a29k \
231
229
        | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
232
230
        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
233
 
        | am33_2.0 \
234
231
        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
235
 
        | bfin \
236
232
        | c4x | clipper \
237
233
        | d10v | d30v | dlx | dsp16xx \
238
234
        | fr30 | frv \
239
235
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
240
236
        | i370 | i860 | i960 | ia64 \
241
 
        | ip2k | iq2000 \
242
 
        | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \
 
237
        | ip2k \
 
238
        | m32r | m68000 | m68k | m88k | mcore \
243
239
        | mips | mipsbe | mipseb | mipsel | mipsle \
244
240
        | mips16 \
245
241
        | mips64 | mips64el \
248
244
        | mips64vr4100 | mips64vr4100el \
249
245
        | mips64vr4300 | mips64vr4300el \
250
246
        | mips64vr5000 | mips64vr5000el \
251
 
        | mips64vr5900 | mips64vr5900el \
252
247
        | mipsisa32 | mipsisa32el \
253
248
        | mipsisa32r2 | mipsisa32r2el \
254
249
        | mipsisa64 | mipsisa64el \
255
 
        | mipsisa64r2 | mipsisa64r2el \
256
250
        | mipsisa64sb1 | mipsisa64sb1el \
257
251
        | mipsisa64sr71k | mipsisa64sr71kel \
258
252
        | mipstx39 | mipstx39el \
259
253
        | mn10200 | mn10300 \
260
 
        | ms1 \
261
254
        | msp430 \
262
255
        | ns16k | ns32k \
263
 
        | or32 \
 
256
        | openrisc | or32 \
264
257
        | pdp10 | pdp11 | pj | pjl \
265
258
        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
266
259
        | pyramid \
267
 
        | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
 
260
        | s390 | s390x \
 
261
        | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
268
262
        | sh64 | sh64le \
269
 
        | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
270
 
        | sparcv8 | sparcv9 | sparcv9b \
 
263
        | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \
271
264
        | strongarm \
272
265
        | tahoe | thumb | tic4x | tic80 | tron \
273
266
        | v850 | v850e \
274
267
        | we32k \
275
 
        | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
 
268
        | x86 | xscale | xstormy16 | xtensa \
276
269
        | z8k)
277
270
                basic_machine=$basic_machine-unknown
278
271
                ;;
279
 
        m32c)
280
 
                basic_machine=$basic_machine-unknown
281
 
                ;;
282
272
        m6811 | m68hc11 | m6812 | m68hc12)
283
273
                # Motorola 68HC11/12.
284
274
                basic_machine=$basic_machine-unknown
306
296
        | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
307
297
        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
308
298
        | avr-* \
309
 
        | bfin-* | bs2000-* \
 
299
        | bs2000-* \
310
300
        | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
311
 
        | clipper-* | craynv-* | cydra-* \
 
301
        | clipper-* | cydra-* \
312
302
        | d10v-* | d30v-* | dlx-* \
313
303
        | elxsi-* \
314
304
        | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
315
305
        | h8300-* | h8500-* \
316
306
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
317
307
        | i*86-* | i860-* | i960-* | ia64-* \
318
 
        | ip2k-* | iq2000-* \
319
 
        | m32r-* | m32rle-* \
 
308
        | ip2k-* \
 
309
        | m32r-* \
320
310
        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
321
 
        | m88110-* | m88k-* | maxq-* | mcore-* \
 
311
        | m88110-* | m88k-* | mcore-* \
322
312
        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
323
313
        | mips16-* \
324
314
        | mips64-* | mips64el-* \
327
317
        | mips64vr4100-* | mips64vr4100el-* \
328
318
        | mips64vr4300-* | mips64vr4300el-* \
329
319
        | mips64vr5000-* | mips64vr5000el-* \
330
 
        | mips64vr5900-* | mips64vr5900el-* \
331
320
        | mipsisa32-* | mipsisa32el-* \
332
321
        | mipsisa32r2-* | mipsisa32r2el-* \
333
322
        | mipsisa64-* | mipsisa64el-* \
334
 
        | mipsisa64r2-* | mipsisa64r2el-* \
335
323
        | mipsisa64sb1-* | mipsisa64sb1el-* \
336
324
        | mipsisa64sr71k-* | mipsisa64sr71kel-* \
337
325
        | mipstx39-* | mipstx39el-* \
338
 
        | mmix-* \
339
 
        | ms1-* \
340
326
        | msp430-* \
341
 
        | none-* | np1-* | ns16k-* | ns32k-* \
 
327
        | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \
342
328
        | orion-* \
343
329
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
344
330
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
345
331
        | pyramid-* \
346
332
        | romp-* | rs6000-* \
347
 
        | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
 
333
        | s390-* | s390x-* \
 
334
        | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
348
335
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
349
 
        | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
350
 
        | sparclite-* \
 
336
        | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
351
337
        | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
352
338
        | tahoe-* | thumb-* \
353
339
        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
354
340
        | tron-* \
355
341
        | v850-* | v850e-* | vax-* \
356
342
        | we32k-* \
357
 
        | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
358
 
        | xstormy16-* | xtensa-* \
 
343
        | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
 
344
        | xtensa-* \
359
345
        | ymp-* \
360
346
        | z8k-*)
361
347
                ;;
362
 
        m32c-*)
363
 
                ;;
364
348
        # Recognize the various machine names and aliases which stand
365
349
        # for a CPU type and a company and sometimes even an OS.
366
350
        386bsd)
377
361
                basic_machine=a29k-amd
378
362
                os=-udi
379
363
                ;;
380
 
        abacus)
381
 
                basic_machine=abacus-unknown
382
 
                ;;
383
364
        adobe68k)
384
365
                basic_machine=m68010-adobe
385
366
                os=-scout
397
378
        amd64)
398
379
                basic_machine=x86_64-pc
399
380
                ;;
400
 
        amd64-*)
401
 
                basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
402
 
                ;;
403
381
        amdahl)
404
382
                basic_machine=580-amdahl
405
383
                os=-sysv
459
437
                basic_machine=j90-cray
460
438
                os=-unicos
461
439
                ;;
462
 
        craynv)
463
 
                basic_machine=craynv-cray
464
 
                os=-unicosmp
465
 
                ;;
466
 
        cr16c)
467
 
                basic_machine=cr16c-unknown
468
 
                os=-elf
469
 
                ;;
470
440
        crds | unos)
471
441
                basic_machine=m68k-crds
472
442
                ;;
473
 
        crisv32 | crisv32-* | etraxfs*)
474
 
                basic_machine=crisv32-axis
475
 
                ;;
476
443
        cris | cris-* | etrax*)
477
444
                basic_machine=cris-axis
478
445
                ;;
479
 
        crx)
480
 
                basic_machine=crx-unknown
481
 
                os=-elf
482
 
                ;;
483
446
        da30 | da30-*)
484
447
                basic_machine=m68k-da30
485
448
                ;;
502
465
                basic_machine=m88k-motorola
503
466
                os=-sysv3
504
467
                ;;
505
 
        djgpp)
506
 
                basic_machine=i586-pc
507
 
                os=-msdosdjgpp
508
 
                ;;
509
468
        dpx20 | dpx20-*)
510
469
                basic_machine=rs6000-bull
511
470
                os=-bosx
684
643
        mips3*)
685
644
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
686
645
                ;;
 
646
        mmix*)
 
647
                basic_machine=mmix-knuth
 
648
                os=-mmixware
 
649
                ;;
687
650
        monitor)
688
651
                basic_machine=m68k-rom68k
689
652
                os=-coff
764
727
        np1)
765
728
                basic_machine=np1-gould
766
729
                ;;
 
730
        nv1)
 
731
                basic_machine=nv1-cray
 
732
                os=-unicosmp
 
733
                ;;
767
734
        nsr-tandem)
768
735
                basic_machine=nsr-tandem
769
736
                ;;
771
738
                basic_machine=hppa1.1-oki
772
739
                os=-proelf
773
740
                ;;
774
 
        openrisc | openrisc-*)
 
741
        or32 | or32-*)
775
742
                basic_machine=or32-unknown
776
 
                ;;
777
 
        os400)
778
 
                basic_machine=powerpc-ibm
779
 
                os=-os400
 
743
                os=-coff
780
744
                ;;
781
745
        OSE68000 | ose68000)
782
746
                basic_machine=m68000-ericsson
869
833
        rtpc | rtpc-*)
870
834
                basic_machine=romp-ibm
871
835
                ;;
872
 
        s390 | s390-*)
873
 
                basic_machine=s390-ibm
874
 
                ;;
875
 
        s390x | s390x-*)
876
 
                basic_machine=s390x-ibm
877
 
                ;;
878
836
        sa29200)
879
837
                basic_machine=a29k-amd
880
838
                os=-udi
998
956
        tower | tower-32)
999
957
                basic_machine=m68k-ncr
1000
958
                ;;
1001
 
        tpf)
1002
 
                basic_machine=s390x-ibm
1003
 
                os=-tpf
1004
 
                ;;
1005
959
        udi29k)
1006
960
                basic_machine=a29k-amd
1007
961
                os=-udi
1045
999
                basic_machine=hppa1.1-winbond
1046
1000
                os=-proelf
1047
1001
                ;;
1048
 
        xbox)
1049
 
                basic_machine=i686-pc
1050
 
                os=-mingw32
1051
 
                ;;
1052
1002
        xps | xps100)
1053
1003
                basic_machine=xps100-honeywell
1054
1004
                ;;
1079
1029
        romp)
1080
1030
                basic_machine=romp-ibm
1081
1031
                ;;
1082
 
        mmix)
1083
 
                basic_machine=mmix-knuth
1084
 
                ;;
1085
1032
        rs6000)
1086
1033
                basic_machine=rs6000-ibm
1087
1034
                ;;
1098
1045
        we32k)
1099
1046
                basic_machine=we32k-att
1100
1047
                ;;
1101
 
        sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
 
1048
        sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
1102
1049
                basic_machine=sh-unknown
1103
1050
                ;;
 
1051
        sh64)
 
1052
                basic_machine=sh64-unknown
 
1053
                ;;
1104
1054
        sparc | sparcv8 | sparcv9 | sparcv9b)
1105
1055
                basic_machine=sparc-sun
1106
1056
                ;;
1174
1124
              | -aos* \
1175
1125
              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1176
1126
              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1177
 
              | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \
1178
 
              | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
1179
 
              | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
 
1127
              | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
 
1128
              | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1180
1129
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1181
1130
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1182
1131
              | -chorusos* | -chorusrdb* \
1183
1132
              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1184
 
              | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \
 
1133
              | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
1185
1134
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1186
1135
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1187
1136
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1188
1137
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1189
1138
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1190
 
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1191
 
              | -skyos* | -haiku*)
 
1139
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei*)
1192
1140
        # Remember, each alternative MUST END IN *, to match a version number.
1193
1141
                ;;
1194
1142
        -qnx*)
1206
1154
                os=`echo $os | sed -e 's|nto|nto-qnx|'`
1207
1155
                ;;
1208
1156
        -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1209
 
              | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
 
1157
              | -windows* | -osx | -abug | -netware* | -os9* | -beos* \
1210
1158
              | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
1211
1159
                ;;
1212
1160
        -mac*)
1213
1161
                os=`echo $os | sed -e 's|mac|macos|'`
1214
1162
                ;;
1215
 
        -linux-dietlibc)
1216
 
                os=-linux-dietlibc
1217
 
                ;;
1218
1163
        -linux*)
1219
1164
                os=`echo $os | sed -e 's|linux|linux-gnu|'`
1220
1165
                ;;
1227
1172
        -opened*)
1228
1173
                os=-openedition
1229
1174
                ;;
1230
 
        -os400*)
1231
 
                os=-os400
1232
 
                ;;
1233
1175
        -wince*)
1234
1176
                os=-wince
1235
1177
                ;;
1251
1193
        -atheos*)
1252
1194
                os=-atheos
1253
1195
                ;;
1254
 
        -syllable*)
1255
 
                os=-syllable
1256
 
                ;;
1257
1196
        -386bsd)
1258
1197
                os=-bsd
1259
1198
                ;;
1276
1215
        -sinix*)
1277
1216
                os=-sysv4
1278
1217
                ;;
1279
 
        -tpf*)
1280
 
                os=-tpf
1281
 
                ;;
1282
1218
        -triton*)
1283
1219
                os=-sysv3
1284
1220
                ;;
1315
1251
        -kaos*)
1316
1252
                os=-kaos
1317
1253
                ;;
1318
 
        -zvmoe)
1319
 
                os=-zvmoe
1320
 
                ;;
1321
1254
        -none)
1322
1255
                ;;
1323
1256
        *)
1349
1282
        arm*-semi)
1350
1283
                os=-aout
1351
1284
                ;;
1352
 
    c4x-* | tic4x-*)
1353
 
        os=-coff
1354
 
        ;;
 
1285
        c4x-* | tic4x-*)
 
1286
                os=-coff
 
1287
                ;;
1355
1288
        # This must come before the *-dec entry.
1356
1289
        pdp10-*)
1357
1290
                os=-tops20
1395
1328
        *-be)
1396
1329
                os=-beos
1397
1330
                ;;
1398
 
        *-haiku)
1399
 
                os=-haiku
1400
 
                ;;
1401
1331
        *-ibm)
1402
1332
                os=-aix
1403
1333
                ;;
1404
 
        *-knuth)
1405
 
                os=-mmixware
1406
 
                ;;
1407
1334
        *-wec)
1408
1335
                os=-proelf
1409
1336
                ;;
1536
1463
                        -mvs* | -opened*)
1537
1464
                                vendor=ibm
1538
1465
                                ;;
1539
 
                        -os400*)
1540
 
                                vendor=ibm
1541
 
                                ;;
1542
1466
                        -ptx*)
1543
1467
                                vendor=sequent
1544
1468
                                ;;
1545
 
                        -tpf*)
1546
 
                                vendor=ibm
1547
 
                                ;;
1548
1469
                        -vxsim* | -vxworks* | -windiss*)
1549
1470
                                vendor=wrs
1550
1471
                                ;;
1569
1490
esac
1570
1491
 
1571
1492
echo $basic_machine$os
1572
 
exit
 
1493
exit 0
1573
1494
 
1574
1495
# Local variables:
1575
1496
# eval: (add-hook 'write-file-hooks 'time-stamp)