~gunnarhj/ubuntu/wily/ibus/pt_PT-compose

« back to all changes in this revision

Viewing changes to .pc/proper-gtk-plugin-path.patch/configure.ac

  • Committer: Package Import Robot
  • Author(s): Osamu Aoki
  • Date: 2012-02-12 14:08:49 UTC
  • mfrom: (1.2.15)
  • Revision ID: package-import@ubuntu.com-20120212140849-c2qz4herqz6cu8pk
Tags: 1.4.1-1
* Remove old patches included in the upstream.
* Revert pkglibexec patch by Kees Cook with old automake1.11-2
  workaround and use configure option --libexec.
* Add doc-base support and preinst for documentation location
  migration.
* Fix 'ibus-1.0' not found error using patch by Daiki Ueno.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
m4_define([ibus_major_version], [1])
28
28
m4_define([ibus_minor_version], [4])
29
 
m4_define([ibus_micro_version], [0])
 
29
m4_define([ibus_micro_version], [1])
30
30
m4_define([ibus_interface_age], [0])
31
31
m4_define([ibus_binary_age],
32
32
          [m4_eval(100 * ibus_minor_version + ibus_micro_version)])
171
171
    [enable_vala=$enableval],
172
172
    [enable_vala=yes]
173
173
)
 
174
if test x"$enable_vala" = x"yes"; then
 
175
    AC_PATH_PROG([VAPIGEN], [vapigen], [false])
 
176
fi
174
177
AM_CONDITIONAL([ENABLE_VALA], [test x"$enable_vala" = x"yes"])
175
178
if test x"$enable_vala" != x"yes"; then
176
179
    enable_vala="no (disabled, use --enable-vala to enable)"