~indicator-applet-developers/ubuntu/precise/libindicator/upstream

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Charles Kerr
  • Date: 2012-03-29 20:52:21 UTC
  • mfrom: (67.88.3)
  • Revision ID: charles.kerr@canonical.com-20120329205221-9ml13jk8ggdck8l3
* New upstream release.
  * Fix a leaked GError (LP: #965459)
  * Fix memory leak when the proxy's name changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_INIT([libindicator],
2
 
        [0.4.93],
 
2
        [0.4.94],
3
3
        [http://bugs.launchpad.net/libindicator],
4
4
        [libindicator],
5
5
        [http://launchpad.net/libindicator])
9
9
AC_CONFIG_HEADERS([config.h])
10
10
AC_CONFIG_MACRO_DIR([m4])
11
11
AC_CONFIG_AUX_DIR([build-aux])
 
12
AC_SUBST([ac_aux_dir])
12
13
 
13
14
AM_INIT_AUTOMAKE([1.11 -Wall tar-pax])
14
15