~ubuntu-branches/ubuntu/natty/pygtk/natty-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-06-22 16:49:42 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090622164942-19zeltp4z0u5iw72
Tags: 2.15.2-0ubuntu1
* New upstream version:
  - Rename gtk.Statusbar.remove() to gtk.Statusbar.remove_message
  - Allow pango.Context creation 
  - Make gtk.gdk.Pixbuf.add_alpha accept integers, retaining backward
    compatibility accepting also chars 
  - Protect window obj from GC in gtk.window_get_toplevels 
  - Plug huge number of memory leaks in Pango wrappers 
  - Add gtk.gdk.WINDOWING constant 
  - Wrap gdk_pixbuf_apply_embedded_orientation 
  - Modernize constructors of seven more types 
  - Don't free a string we don't own 
  - Some docs tweaking 
* debian/control.in:
  - set vcs location
* debian/patches/02_fix_get_application_info_crash.patch:
  - the change is in the new version

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.63 for pygtk 2.15.1.
 
3
# Generated by GNU Autoconf 2.63 for pygtk 2.15.2.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=pygtk>.
6
6
#
745
745
# Identity of this package.
746
746
PACKAGE_NAME='pygtk'
747
747
PACKAGE_TARNAME='pygtk'
748
 
PACKAGE_VERSION='2.15.1'
749
 
PACKAGE_STRING='pygtk 2.15.1'
 
748
PACKAGE_VERSION='2.15.2'
 
749
PACKAGE_STRING='pygtk 2.15.2'
750
750
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=pygtk'
751
751
 
752
752
ac_unique_file="gtk/gtkmodule.c"
1580
1580
  # Omit some internal or obsolete options to make the list less imposing.
1581
1581
  # This message is too long to be a string in the A/UX 3.1 sh.
1582
1582
  cat <<_ACEOF
1583
 
\`configure' configures pygtk 2.15.1 to adapt to many kinds of systems.
 
1583
\`configure' configures pygtk 2.15.2 to adapt to many kinds of systems.
1584
1584
 
1585
1585
Usage: $0 [OPTION]... [VAR=VALUE]...
1586
1586
 
1650
1650
 
1651
1651
if test -n "$ac_init_help"; then
1652
1652
  case $ac_init_help in
1653
 
     short | recursive ) echo "Configuration of pygtk 2.15.1:";;
 
1653
     short | recursive ) echo "Configuration of pygtk 2.15.2:";;
1654
1654
   esac
1655
1655
  cat <<\_ACEOF
1656
1656
 
1793
1793
test -n "$ac_init_help" && exit $ac_status
1794
1794
if $ac_init_version; then
1795
1795
  cat <<\_ACEOF
1796
 
pygtk configure 2.15.1
 
1796
pygtk configure 2.15.2
1797
1797
generated by GNU Autoconf 2.63
1798
1798
 
1799
1799
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1807
1807
This file contains any messages produced by compilers while
1808
1808
running configure, to aid debugging if configure makes a mistake.
1809
1809
 
1810
 
It was created by pygtk $as_me 2.15.1, which was
 
1810
It was created by pygtk $as_me 2.15.2, which was
1811
1811
generated by GNU Autoconf 2.63.  Invocation command line was
1812
1812
 
1813
1813
  $ $0 $@
2194
2194
 
2195
2195
 
2196
2196
cat >>confdefs.h <<\_ACEOF
2197
 
#define PYGTK_MICRO_VERSION 1
 
2197
#define PYGTK_MICRO_VERSION 2
2198
2198
_ACEOF
2199
2199
 
2200
 
PYGTK_MICRO_VERSION=1
 
2200
PYGTK_MICRO_VERSION=2
2201
2201
 
2202
2202
 
2203
2203
 
2552
2552
 
2553
2553
# Define the identity of the package.
2554
2554
 PACKAGE='pygtk'
2555
 
 VERSION='2.15.1'
 
2555
 VERSION='2.15.2'
2556
2556
 
2557
2557
 
2558
2558
cat >>confdefs.h <<_ACEOF
11981
11981
Report bugs to <bug-libtool@gnu.org>."
11982
11982
 
11983
11983
lt_cl_version="\
11984
 
pygtk config.lt 2.15.1
 
11984
pygtk config.lt 2.15.2
11985
11985
configured by $0, generated by GNU Autoconf 2.63.
11986
11986
 
11987
11987
Copyright (C) 2008 Free Software Foundation, Inc.
15930
15930
# report actual input values of CONFIG_FILES etc. instead of their
15931
15931
# values after options handling.
15932
15932
ac_log="
15933
 
This file was extended by pygtk $as_me 2.15.1, which was
 
15933
This file was extended by pygtk $as_me 2.15.2, which was
15934
15934
generated by GNU Autoconf 2.63.  Invocation command line was
15935
15935
 
15936
15936
  CONFIG_FILES    = $CONFIG_FILES
15993
15993
_ACEOF
15994
15994
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15995
15995
ac_cs_version="\\
15996
 
pygtk config.status 2.15.1
 
15996
pygtk config.status 2.15.2
15997
15997
configured by $0, generated by GNU Autoconf 2.63,
15998
15998
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15999
15999