~ken-vandine/account-plugins/12.10_lp1180297

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: David King
  • Date: 2012-10-05 08:10:47 UTC
  • mfrom: (69.1.4 i18n-support)
  • Revision ID: david.king@canonical.com-20121005081047-z4u4txzwpfce8r5r
Use intltool for internationalization support

* Correct project URLs in configure.ac
* Add intltool support to build system
* Extract strings from provider and service files
* Skip service files without translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
AC_INIT([account-plugins],
4
4
        [0.8],
5
 
        [https://bugs.launchpad.net/opensesame-account-plugins/+filebug],
 
5
        [https://bugs.launchpad.net/online-accounts-account-plugins/+filebug],
6
6
        [account-plugins],
7
 
        [https://launchpad.net/opensesame-account-plugins])
 
7
        [https://launchpad.net/online-accounts-account-plugins])
8
8
 
9
9
AM_INIT_AUTOMAKE([1.10 -Wall -Wno-portability subdir-objects])
10
10
AM_CONFIG_HEADER(config.h)
21
21
LT_PREREQ([2.2])
22
22
LT_INIT([disable-static])
23
23
 
 
24
IT_PROG_INTLTOOL([0.50.0])
 
25
AC_SUBST([GETTEXT_PACKAGE], [$PACKAGE_TARNAME])
 
26
 
24
27
PKG_CHECK_MODULES(ACCOUNT_PLUGINS,
25
28
        account-plugin)
26
29
AC_SUBST(ACCOUNT_PLUGINS_CFLAGS)
150
153
        data/providers/Makefile
151
154
        data/services/Makefile
152
155
        data/webkit-options/Makefile
 
156
        po/Makefile.in
153
157
        tools/Makefile
154
158
])
155
159
AC_OUTPUT