Fix pop_bfr_smtp_tm_entry sensivity when switching
[claws.git] / configure.in
index 48086b984bedb81102ce13f60f37f236101ed9fa..8e978c9c54965aa519c5ce9116eb146bba298b9f 100644 (file)
@@ -1,14 +1,16 @@
 dnl Process this file with autoconf to produce a configure script.
+AC_PREREQ(2.50)
 AC_INIT(src/main.c)
+
 PACKAGE=sylpheed
 
 dnl version number
 MAJOR_VERSION=0
 MINOR_VERSION=8
-MICRO_VERSION=2
+MICRO_VERSION=3
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws25
+EXTRA_VERSION=claws11
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
@@ -70,7 +72,7 @@ case "$target" in
 esac
 
 dnl for gettext
-ALL_LINGUAS="cs de el en_GB es fr hr it ja ko nl pl pt_BR ru sr sv"
+ALL_LINGUAS="bg cs de el en_GB es fr hr it ja ko nl pl pt_BR ru sr sv"
 AM_GNU_GETTEXT
 dnl AC_CHECK_FUNC(gettext, AC_CHECK_LIB(intl, gettext))
 localedir='${prefix}/${DATADIRNAME}/locale'