~kelemeng/libubuntuone/bug786632

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Rodrigo Moya
  • Date: 2010-02-05 12:51:59 UTC
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: rodrigo.moya@canonical.com-20100205125159-up2qs78wg6wxc5ct
Added gettext support

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
AC_PROG_CC
16
16
AC_PROG_LIBTOOL
17
17
 
 
18
dnl i18n
 
19
IT_PROG_INTLTOOL([0.35.5])
 
20
AM_GLIB_GNU_GETTEXT
 
21
 
 
22
GETTEXT_PACKAGE=libubuntuone
 
23
AC_SUBST(GETTEXT_PACKAGE)
 
24
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Ubuntu One Widget library])
 
25
 
 
26
localedir='$(prefix)/$(DATADIRNAME)/locale'
 
27
AC_SUBST(localedir)
 
28
 
18
29
dnl glib-genmarshal
19
30
AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
20
31
 
106
117
tests/Makefile
107
118
bindings/Makefile
108
119
bindings/python/Makefile
 
120
po/Makefile.in
109
121
])
110
122
 
111
123
AC_MSG_NOTICE([