~ubuntu-branches/ubuntu/lucid/nautilus-share/lucid

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-03-21 20:11:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090321201102-25223q0d2znoighn
Tags: 0.7.2-4
* debian/patches/06_fix-validation.patch:
  + Fix issue where field validation errors aren't cleared after being
    corrected
* debian/patches/02_install_missing_samba.patch:
  + Ask to retry if installation failed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.57)
2
 
AC_INIT([nautilus-share],[0.7.1])
 
2
AC_INIT([nautilus-share],[0.7.2])
3
3
AC_CONFIG_SRCDIR([src/nautilus-share.c])
4
4
AC_CONFIG_HEADERS([config.h])
5
5
AM_INIT_AUTOMAKE([foreign 1.9 -Wall])
65
65
dnl Transtlations
66
66
dnl ========================================================
67
67
 
68
 
ALL_LINGUAS="de fi fr it pl pt_BR"
 
68
ALL_LINGUAS="ar ca en_GB es de dz eu fi fr hu it pl pt_BR"
69
69
GETTEXT_PACKAGE=nautilus-share
70
70
AC_SUBST(GETTEXT_PACKAGE)
71
71
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [gettext package name])