~ubuntu-branches/ubuntu/maverick/pdns/maverick-updates

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Mohlmann
  • Date: 2007-09-15 09:24:06 UTC
  • Revision ID: james.westby@ubuntu.com-20070915092406-qob10h2lx48wsf2s
Tags: 2.9.21-3
* Added missing dependency on docbook, missing dtd files. (Closes: #441592)
* Make package binNMUable.
* Fixed lintian error on in the clean target.
* Clean target was incomplete, twice in a row build didn't reproduce the
  same result (Policy 4.9) (Closes: #441592)
* Win2k3 SP2 adds out of zone data to zonetransfers, ignore them instead of
  rejecting the zone. (Closes: #433892)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
5
5
#   Inc.
6
6
 
7
 
timestamp='2007-03-06'
 
7
timestamp='2007-07-22'
8
8
 
9
9
# This file is free software; you can redistribute it and/or modify it
10
10
# under the terms of the GNU General Public License as published by
330
330
    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
331
331
        echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
332
332
        exit ;;
333
 
    i86pc:SunOS:5.*:*)
 
333
    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
334
334
        echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
335
335
        exit ;;
336
336
    sun4*:SunOS:6*:*)
793
793
        exit ;;
794
794
    *:Interix*:[3456]*)
795
795
        case ${UNAME_MACHINE} in
796
 
            x86) 
 
796
            x86)
797
797
                echo i586-pc-interix${UNAME_RELEASE}
798
798
                exit ;;
799
799
            EM64T | authenticamd)