~ubuntu-branches/ubuntu/feisty/sylpheed-claws/feisty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Ricardo Mones
  • Date: 2005-11-21 00:37:51 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051121003751-ua284pv718q21tlb
Tags: 1.0.5-2
* Security upload (Closes: #338436)
- Fixes CVE-2005-3354: Arbitrary code execution in Sylpheed
  Patch thanks Martin Schulze <joey@infodrom.org>
* debian/control
- Built with libreadline5-dev.
- Removed circular dependency with i18n (Closes: #340027)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
dnl version number
9
9
MAJOR_VERSION=1
10
10
MINOR_VERSION=0
11
 
MICRO_VERSION=4
 
11
MICRO_VERSION=5
12
12
INTERFACE_AGE=0
13
13
BINARY_AGE=0
14
14
EXTRA_VERSION=0
90
90
AM_ICONV
91
91
 
92
92
dnl for gettext
93
 
ALL_LINGUAS="bg cs de el en_GB es fr hr hu it ja ko nl pl pt_BR ru sk sr sv zh_CN zh_TW.Big5"
 
93
ALL_LINGUAS="bg ca cs de el en_GB es fi fr hr hu it ja ko nl pl pt_BR ru sk sr sv zh_CN zh_TW.Big5"
94
94
AM_GNU_GETTEXT([use-libtool])
95
95
AM_GNU_GETTEXT_VERSION(0.12.1)
96
96
dnl AC_CHECK_FUNC(gettext, AC_CHECK_LIB(intl, gettext))