~ubuntu-branches/ubuntu/precise/pyatspi/precise

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2011-07-26 10:28:03 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110726102803-d9o7p0n900cbkpe4
Tags: 2.1.4-0ubuntu1
* New upstream release
  - Update to handle libatspi API changes.
  - Fix for BGO#653874 - new ATK roles.
* debian/control: Python-pyatspi should depend on gir1.2-atspi-2.0 >= 2.1.4
  as per the above upstream changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.68 for pyatspi 2.1.3.
 
3
# Generated by GNU Autoconf 2.68 for pyatspi 2.1.4.
4
4
#
5
5
# Report bugs to <accessibility-atspi@lists.linux-foundation.org>.
6
6
#
709
709
# Identity of this package.
710
710
PACKAGE_NAME='pyatspi'
711
711
PACKAGE_TARNAME='pyatspi'
712
 
PACKAGE_VERSION='2.1.3'
713
 
PACKAGE_STRING='pyatspi 2.1.3'
 
712
PACKAGE_VERSION='2.1.4'
 
713
PACKAGE_STRING='pyatspi 2.1.4'
714
714
PACKAGE_BUGREPORT='accessibility-atspi@lists.linux-foundation.org'
715
715
PACKAGE_URL=''
716
716
 
1491
1491
  # Omit some internal or obsolete options to make the list less imposing.
1492
1492
  # This message is too long to be a string in the A/UX 3.1 sh.
1493
1493
  cat <<_ACEOF
1494
 
\`configure' configures pyatspi 2.1.3 to adapt to many kinds of systems.
 
1494
\`configure' configures pyatspi 2.1.4 to adapt to many kinds of systems.
1495
1495
 
1496
1496
Usage: $0 [OPTION]... [VAR=VALUE]...
1497
1497
 
1565
1565
 
1566
1566
if test -n "$ac_init_help"; then
1567
1567
  case $ac_init_help in
1568
 
     short | recursive ) echo "Configuration of pyatspi 2.1.3:";;
 
1568
     short | recursive ) echo "Configuration of pyatspi 2.1.4:";;
1569
1569
   esac
1570
1570
  cat <<\_ACEOF
1571
1571
 
1699
1699
test -n "$ac_init_help" && exit $ac_status
1700
1700
if $ac_init_version; then
1701
1701
  cat <<\_ACEOF
1702
 
pyatspi configure 2.1.3
 
1702
pyatspi configure 2.1.4
1703
1703
generated by GNU Autoconf 2.68
1704
1704
 
1705
1705
Copyright (C) 2010 Free Software Foundation, Inc.
1977
1977
This file contains any messages produced by compilers while
1978
1978
running configure, to aid debugging if configure makes a mistake.
1979
1979
 
1980
 
It was created by pyatspi $as_me 2.1.3, which was
 
1980
It was created by pyatspi $as_me 2.1.4, which was
1981
1981
generated by GNU Autoconf 2.68.  Invocation command line was
1982
1982
 
1983
1983
  $ $0 $@
2804
2804
 
2805
2805
# Define the identity of the package.
2806
2806
 PACKAGE='pyatspi'
2807
 
 VERSION='2.1.3'
 
2807
 VERSION='2.1.4'
2808
2808
 
2809
2809
 
2810
2810
cat >>confdefs.h <<_ACEOF
11402
11402
    pkg_cv_ATK_CFLAGS="$ATK_CFLAGS"
11403
11403
 elif test -n "$PKG_CONFIG"; then
11404
11404
    if test -n "$PKG_CONFIG" && \
11405
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"atk >= 1.17.0\""; } >&5
11406
 
  ($PKG_CONFIG --exists --print-errors "atk >= 1.17.0") 2>&5
 
11405
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"atk >= 2.1.0\""; } >&5
 
11406
  ($PKG_CONFIG --exists --print-errors "atk >= 2.1.0") 2>&5
11407
11407
  ac_status=$?
11408
11408
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11409
11409
  test $ac_status = 0; }; then
11410
 
  pkg_cv_ATK_CFLAGS=`$PKG_CONFIG --cflags "atk >= 1.17.0" 2>/dev/null`
 
11410
  pkg_cv_ATK_CFLAGS=`$PKG_CONFIG --cflags "atk >= 2.1.0" 2>/dev/null`
11411
11411
else
11412
11412
  pkg_failed=yes
11413
11413
fi
11418
11418
    pkg_cv_ATK_LIBS="$ATK_LIBS"
11419
11419
 elif test -n "$PKG_CONFIG"; then
11420
11420
    if test -n "$PKG_CONFIG" && \
11421
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"atk >= 1.17.0\""; } >&5
11422
 
  ($PKG_CONFIG --exists --print-errors "atk >= 1.17.0") 2>&5
 
11421
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"atk >= 2.1.0\""; } >&5
 
11422
  ($PKG_CONFIG --exists --print-errors "atk >= 2.1.0") 2>&5
11423
11423
  ac_status=$?
11424
11424
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11425
11425
  test $ac_status = 0; }; then
11426
 
  pkg_cv_ATK_LIBS=`$PKG_CONFIG --libs "atk >= 1.17.0" 2>/dev/null`
 
11426
  pkg_cv_ATK_LIBS=`$PKG_CONFIG --libs "atk >= 2.1.0" 2>/dev/null`
11427
11427
else
11428
11428
  pkg_failed=yes
11429
11429
fi
11443
11443
        _pkg_short_errors_supported=no
11444
11444
fi
11445
11445
        if test $_pkg_short_errors_supported = yes; then
11446
 
                ATK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "atk >= 1.17.0" 2>&1`
 
11446
                ATK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "atk >= 2.1.0" 2>&1`
11447
11447
        else
11448
 
                ATK_PKG_ERRORS=`$PKG_CONFIG --print-errors "atk >= 1.17.0" 2>&1`
 
11448
                ATK_PKG_ERRORS=`$PKG_CONFIG --print-errors "atk >= 2.1.0" 2>&1`
11449
11449
        fi
11450
11450
        # Put the nasty error message in config.log where it belongs
11451
11451
        echo "$ATK_PKG_ERRORS" >&5
11452
11452
 
11453
 
        as_fn_error $? "Package requirements (atk >= 1.17.0) were not met:
 
11453
        as_fn_error $? "Package requirements (atk >= 2.1.0) were not met:
11454
11454
 
11455
11455
$ATK_PKG_ERRORS
11456
11456
 
12910
12910
# report actual input values of CONFIG_FILES etc. instead of their
12911
12911
# values after options handling.
12912
12912
ac_log="
12913
 
This file was extended by pyatspi $as_me 2.1.3, which was
 
12913
This file was extended by pyatspi $as_me 2.1.4, which was
12914
12914
generated by GNU Autoconf 2.68.  Invocation command line was
12915
12915
 
12916
12916
  CONFIG_FILES    = $CONFIG_FILES
12976
12976
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12977
12977
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12978
12978
ac_cs_version="\\
12979
 
pyatspi config.status 2.1.3
 
12979
pyatspi config.status 2.1.4
12980
12980
configured by $0, generated by GNU Autoconf 2.68,
12981
12981
  with options \\"\$ac_cs_config\\"
12982
12982