~ubuntu-branches/debian/lenny/wavpack/lenny

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-04-24 20:30:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060424203048-lztb33vr33kd8uug
Tags: 4.32-2
Make sure that dh_makeshlibs of libwavpack0 is called before dh_shlibdeps
of wavpack to generate correct dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Attempt to guess a canonical system name.
3
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
 
#   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
4
#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
5
5
 
6
 
timestamp='2004-09-07'
 
6
timestamp='2005-04-22'
7
7
 
8
8
# This file is free software; you can redistribute it and/or modify it
9
9
# under the terms of the GNU General Public License as published by
53
53
GNU config.guess ($timestamp)
54
54
 
55
55
Originally written by Per Bothner.
56
 
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
 
56
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
57
57
Free Software Foundation, Inc.
58
58
 
59
59
This is free software; see the source for copying conditions.  There is NO
319
319
    *:OS/390:*:*)
320
320
        echo i370-ibm-openedition
321
321
        exit 0 ;;
 
322
    *:z/VM:*:*)
 
323
        echo s390-ibm-zvmoe
 
324
        exit 0 ;;
322
325
    *:OS400:*:*)
323
326
        echo powerpc-ibm-os400
324
327
        exit 0 ;;
342
345
    DRS?6000:unix:4.0:6*)
343
346
        echo sparc-icl-nx6
344
347
        exit 0 ;;
345
 
    DRS?6000:UNIX_SV:4.2*:7*)
 
348
    DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
346
349
        case `/usr/bin/uname -p` in
347
350
            sparc) echo sparc-icl-nx7 && exit 0 ;;
348
351
        esac ;;
801
804
    i*:UWIN*:*)
802
805
        echo ${UNAME_MACHINE}-pc-uwin
803
806
        exit 0 ;;
 
807
    amd64:CYGWIN*:*:*)
 
808
        echo x86_64-unknown-cygwin
 
809
        exit 0 ;;
804
810
    p*:CYGWIN*:*)
805
811
        echo powerpcle-unknown-cygwin
806
812
        exit 0 ;;
1134
1140
        # From seanf@swdc.stratus.com.
1135
1141
        echo i860-stratus-sysv4
1136
1142
        exit 0 ;;
 
1143
    i*86:VOS:*:*)
 
1144
        # From Paul.Green@stratus.com.
 
1145
        echo ${UNAME_MACHINE}-stratus-vos
 
1146
        exit 0 ;;
1137
1147
    *:VOS:*:*)
1138
1148
        # From Paul.Green@stratus.com.
1139
1149
        echo hppa1.1-stratus-vos
1194
1204
    *:QNX:*:4*)
1195
1205
        echo i386-pc-qnx
1196
1206
        exit 0 ;;
 
1207
    NSE-?:NONSTOP_KERNEL:*:*)
 
1208
        echo nse-tandem-nsk${UNAME_RELEASE}
 
1209
        exit 0 ;;
1197
1210
    NSR-?:NONSTOP_KERNEL:*:*)
1198
1211
        echo nsr-tandem-nsk${UNAME_RELEASE}
1199
1212
        exit 0 ;;
1247
1260
            A*) echo alpha-dec-vms && exit 0 ;;
1248
1261
            I*) echo ia64-dec-vms && exit 0 ;;
1249
1262
            V*) echo vax-dec-vms && exit 0 ;;
1250
 
        esac
 
1263
        esac ;;
 
1264
    *:XENIX:*:SysV)
 
1265
        echo i386-pc-xenix
 
1266
        exit 0 ;;
1251
1267
esac
1252
1268
 
1253
1269
#echo '(No uname command or uname output not recognized.)' 1>&2
1407
1423
the operating system you are using. It is advised that you
1408
1424
download the most up to date version of the config scripts from
1409
1425
 
1410
 
    ftp://ftp.gnu.org/pub/gnu/config/
 
1426
  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
 
1427
and
 
1428
  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
1411
1429
 
1412
1430
If the version you run ($0) is already up to date, please
1413
1431
send the following data and any information you think might be