~ubuntu-branches/ubuntu/oneiric/libappindicator/oneiric

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Ken VanDine, Ted Gould, Ken VanDine
  • Date: 2011-09-28 14:41:38 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: package-import@ubuntu.com-20110928144138-v9uq3vwzcd1lj564
Tags: 0.4.1-0ubuntu1
[ Ted Gould ]
* New upstream release.
  * Fix VAPI file for Vala bindings (LP: #789588)

[ Ken VanDine ]
* debian/control
  - build depend on valac-0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_INIT([libappindicator],
2
 
        [0.3.91],
 
2
        [0.4.1],
3
3
        [http://bugs.launchpad.net/libappindicator],
4
4
        [libappindicator],
5
5
        [http://launchpad.net/libappindicator])
97
97
# Vala Compiler support
98
98
###########################
99
99
 
100
 
AM_PROG_VALAC([0.11.0])
 
100
AM_PROG_VALAC([0.14.0])
101
101
AM_CONDITIONAL(HAVE_VALAC, [test "x$VALAC" != "x"])
102
102
 
103
103
###########################