~ubuntu-branches/ubuntu/natty/exif/natty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2007-10-09 16:58:32 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20071009165832-n7nl2crkku19fgqo
Tags: 0.6.15-4
debian/rules: touch config.status and config.h after configure to be sure
it doesn't run a second time, breaking its config.h and the build at the
same time.  (closes: #445609)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
# i18n support
40
40
# ---------------------------------------------------------------------------
41
41
GP_GETTEXT_HACK([${PACKAGE}],[Lutz Müller and others])
42
 
ALL_LINGUAS="de es fr pl"
 
42
ALL_LINGUAS="de es fr pl sv"
43
43
AM_GNU_GETTEXT_VERSION([0.14.1])
44
44
AM_GNU_GETTEXT([external])
45
45
AM_PO_SUBDIRS()