mark crossposted messages as read
[claws.git] / configure.in
index c4ccb860ba6a0cdc3472c4dca95f6e40210c0865..d431a7a6a0d853881f92fad0f36389326c22cdc1 100644 (file)
@@ -5,10 +5,10 @@ PACKAGE=sylpheed
 dnl version number
 MAJOR_VERSION=0
 MINOR_VERSION=7
-MICRO_VERSION=3
+MICRO_VERSION=4
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws5
+EXTRA_VERSION=claws19
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
@@ -69,6 +69,11 @@ case "$target" in
        ;;
 esac
 
+dnl add additional parameters
+AC_ARG_WITH(compiler-flags,
+    [  --with-compiler-flags=FLAGS  add parameters to the compiler command],
+    CFLAGS="$CFLAGS $withval")
+
 dnl for gettext
 ALL_LINGUAS="cs de el es fr hr it ja ko nl pl pt_BR ru sv"
 AM_GNU_GETTEXT
@@ -354,6 +359,7 @@ faq/Makefile
 faq/en/Makefile
 faq/es/Makefile
 faq/fr/Makefile
+faq/it/Makefile
 manual/Makefile
 manual/en/Makefile
 manual/fr/Makefile