~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2005-04-14 11:03:20 UTC
  • Revision ID: james.westby@ubuntu.com-20050414110320-44gldzn82v2283dq
Tags: 0.6.0-2
* Depend on xerces26 instead of xerces21 (Closes: #301709)
* Apply patch for PostGis 1.0 (Closes: #303743)
* Added note about setting QTDIR=/usr/share/qt3 (Closes: #281910)
* Patch for crash loading shapefiles exposed by gdal 1.2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
4
#   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
5
5
 
6
 
timestamp='2004-08-13'
 
6
timestamp='2004-11-12'
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
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 ;;
824
827
    cris:Linux:*:*)
825
828
        echo cris-axis-linux-gnu
826
829
        exit 0 ;;
 
830
    crisv32:Linux:*:*)
 
831
        echo crisv32-axis-linux-gnu
 
832
        exit 0 ;;
 
833
    frv:Linux:*:*)
 
834
        echo frv-unknown-linux-gnu
 
835
        exit 0 ;;
827
836
    ia64:Linux:*:*)
828
837
        echo ${UNAME_MACHINE}-unknown-linux-gnu
829
838
        exit 0 ;;
1241
1250
            A*) echo alpha-dec-vms && exit 0 ;;
1242
1251
            I*) echo ia64-dec-vms && exit 0 ;;
1243
1252
            V*) echo vax-dec-vms && exit 0 ;;
1244
 
        esac
 
1253
        esac ;;
 
1254
    *:XENIX:*:SysV)
 
1255
        echo i386-pc-xenix
 
1256
        exit 0 ;;
1245
1257
esac
1246
1258
 
1247
1259
#echo '(No uname command or uname output not recognized.)' 1>&2