~unity-team/unity-lens-files/browse-in-nautilus

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2010-08-23 19:07:17 UTC
  • Revision ID: mikkel.kamstrup@gmail.com-20100823190717-0zwdiz9gc5cvu48g
Bring gettext configure.ac magic more in line with what is described on the Ubuntu wiki

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
AC_SUBST(GETTEXT_PACKAGE)
33
33
AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS'])
34
34
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [gettext domain])
35
 
AM_GNU_GETTEXT([external])
36
 
AM_GNU_GETTEXT_VERSION([0.17])
37
 
IT_PROG_INTLTOOL([0.35.0])
 
35
AM_GLIB_GNU_GETTEXT
 
36
 
 
37
# AM_GNOME_GETTEXT above substs $DATADIRNAME
 
38
# this is the directory where the *.{mo,gmo} files are installed
 
39
localedir='${prefix}/${DATADIRNAME}/locale'
 
40
AC_SUBST(localedir)
 
41
 
 
42
IT_PROG_INTLTOOL([0.40.0])
38
43
 
39
44
AC_DEFINE_UNQUOTED(LOCALE_DIR, "${PREFIX}/${DATADIRNAME}/locale",[Locale directory])
40
45
AC_DEFINE_UNQUOTED(DATADIR, "${PREFIX}/${DATADIRNAME}",[Data directory])