~ubuntu-branches/ubuntu/karmic/glib2.0/karmic

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-22 23:52:00 UTC
  • mfrom: (1.2.53 upstream)
  • Revision ID: james.westby@ubuntu.com-20090922235200-jt06gz6jqcl1tn5x
Tags: 2.22.0-0ubuntu1
* New upstream version:
  - Add gdb python macros to make gobject debugging more pleasant
  - Bugs fixed:
    579050 Allow making selected critical and warning messages non-fatal
    594759 g_socket_send_message fails due to invalid sendmsg params
    593941 GNetworkAddress skipping addresses when enumerating
    594597 Fix build with srcdir != builddir
    595619 Include gdb pretty printers
  - Changes that might affect bindings:
  - The error parameter of g_simple_async_result_set_from_error has 
    been made const.
  - Updated translations
* debian/libglib2.0-0.symbols:
  - new version update
* debian/rules:
  - shlib version update 

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
# regenerated from their corresponding *.in files by ./configure anyway.
88
88
touch README INSTALL
89
89
 
90
 
if [ ! -d build ]; then
91
 
  if [ -x "`which svn`" ]; then
92
 
    echo
93
 
    echo "=============================================================="
94
 
    echo "  your checkout doesn't contain build/."
95
 
    echo "      fetching it from http://svn.gnome.org/svn/build/trunk/"
96
 
    echo "=============================================================="
97
 
    echo
98
 
 
99
 
    svn checkout http://svn.gnome.org/svn/build/trunk/ build
100
 
  else
101
 
    echo
102
 
    echo 'warning: build/ directory is missing and no "svn" to fetch it!'
103
 
    echo
104
 
  fi
105
 
fi
106
 
 
107
90
$ACLOCAL $ACLOCAL_FLAGS || exit $?
108
91
 
109
92
libtoolize --force || exit $?