~noskcaj/ubuntu/trusty/gnome-documents/3.10.2

« back to all changes in this revision

Viewing changes to egg-list-box/config.guess

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jeremy Bicha
  • Date: 2013-06-17 22:24:54 UTC
  • mfrom: (3.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20130617222454-biw3dmaqdd9qpbh7
Tags: 3.8.3.1-1
[ Jeremy Bicha ]
* New upstream release
* debian/control.in:
  - Add missing dependency on gir1.2-gnomedesktop-3.0
  - Bump minimum GTK for newer libgd
  - Build-depend on gtk-doc-tools and yelp-tools
  - Build-depend on inkscape and poppler-utils to generate
    getting-started PDF
* debian/rules: --enable-getting-started

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
 
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
 
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5
 
#   2011, 2012, 2013 Free Software Foundation, Inc.
 
3
#   Copyright 1992-2013 Free Software Foundation, Inc.
6
4
 
7
 
timestamp='2012-12-29'
 
5
timestamp='2013-04-24'
8
6
 
9
7
# This file is free software; you can redistribute it and/or modify it
10
8
# under the terms of the GNU General Public License as published by
26
24
# program.  This Exception is an additional permission under section 7
27
25
# of the GNU General Public License, version 3 ("GPLv3").
28
26
#
29
 
# Originally written by Per Bothner. 
 
27
# Originally written by Per Bothner.
30
28
#
31
29
# You can get the latest version of this script from:
32
30
# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
52
50
GNU config.guess ($timestamp)
53
51
 
54
52
Originally written by Per Bothner.
55
 
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
56
 
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
57
 
2012, 2013 Free Software Foundation, Inc.
 
53
Copyright 1992-2013 Free Software Foundation, Inc.
58
54
 
59
55
This is free software; see the source for copying conditions.  There is NO
60
56
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
887
883
        if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
888
884
        echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
889
885
        exit ;;
 
886
    arc:Linux:*:* | arceb:Linux:*:*)
 
887
        echo ${UNAME_MACHINE}-unknown-linux-gnu
 
888
        exit ;;
890
889
    arm*:Linux:*:*)
891
890
        eval $set_cc_for_build
892
891
        if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
925
924
        #ifdef __dietlibc__
926
925
        LIBC=dietlibc
927
926
        #endif
 
927
        #else
 
928
        #include <features.h>
 
929
        #ifdef __UCLIBC__
 
930
        LIBC=uclibc
 
931
        #endif
928
932
EOF
929
933
        eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
930
934
        echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
957
961
        eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
958
962
        test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
959
963
        ;;
 
964
    or1k:Linux:*:*)
 
965
        echo ${UNAME_MACHINE}-unknown-linux-gnu
 
966
        exit ;;
960
967
    or32:Linux:*:*)
961
968
        echo ${UNAME_MACHINE}-unknown-linux-gnu
962
969
        exit ;;
999
1006
        echo ${UNAME_MACHINE}-dec-linux-gnu
1000
1007
        exit ;;
1001
1008
    x86_64:Linux:*:*)
1002
 
        echo ${UNAME_MACHINE}-unknown-linux-gnu
 
1009
        LIBC=gnu
 
1010
        test -r /lib/libc.so && od -An -S13 /lib/libc.so | grep -q __uClibc_main && LIBC=uclibc
 
1011
        echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1003
1012
        exit ;;
1004
1013
    xtensa*:Linux:*:*)
1005
1014
        echo ${UNAME_MACHINE}-unknown-linux-gnu