2006-04-20 [paul] 2.1.1cvs19
[claws.git] / configure.ac
index 2b77728b1c4e41d7bedbffe2ef2a5e8193185a99..ab328536fa7db1a6ffea16007b80b1ca6a238936 100644 (file)
@@ -7,11 +7,11 @@ PACKAGE=sylpheed-claws
 
 dnl version number
 MAJOR_VERSION=2
-MINOR_VERSION=0
-MICRO_VERSION=0
+MINOR_VERSION=1
+MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=161
+EXTRA_VERSION=19
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
@@ -358,7 +358,14 @@ AC_SUBST(OPENSSL_LIBS)
 dnl password encryption
 OLDLIBS=$LIBS
 LIBS=
-AC_SEARCH_LIBS(encrypt, crypt, [], AC_MSG_ERROR(['encrypt'-function not found.]))
+case $host_os in
+       *dragonfly*)
+               AC_SEARCH_LIBS(encrypt, cipher, [], AC_MSG_ERROR(['encrypt'-function not found.]))
+       ;;
+       *)
+               AC_SEARCH_LIBS(encrypt, crypt, [], AC_MSG_ERROR(['encrypt'-function not found.]))
+       ;;
+esac
 CRYPT_LIBS=$LIBS
 AC_SUBST(CRYPT_LIBS)
 LIBS=$OLDLIBS
@@ -759,18 +766,18 @@ if test x"$ac_cv_enable_libetpan" = xyes; then
           LIBETPAN_CPPFLAGS="`$libetpanconfig --cflags`"
           LIBETPAN_LIBS="`$libetpanconfig --libs`"
           LIBETPAN_VERSION=`$libetpanconfig --version | sed "s/\.//g" | sed "s/-.*$//"`
-          if test "$LIBETPAN_VERSION" -lt "041"; then
-               AC_MSG_RESULT([*** Sylpheed requires libetpan 0.41 or newer. See http://www.etpan.org/])
+          if test "$LIBETPAN_VERSION" -lt "045"; then
+               AC_MSG_RESULT([*** Sylpheed requires libetpan 0.45 or newer. See http://www.etpan.org/])
                AC_MSG_RESULT([*** You can use --disable-libetpan if you don't need IMAP4 support.])
-                AC_MSG_ERROR([libetpan 0.41 not found])
+                AC_MSG_ERROR([libetpan 0.45 not found])
           fi
           AC_SUBST(LIBETPAN_FLAGS)
           AC_SUBST(LIBETPAN_LIBS)
           AC_DEFINE(HAVE_LIBETPAN, 1, Define if you want IMAP support.)
        else
-          AC_MSG_RESULT([*** Sylpheed requires libetpan 0.41 or newer. See http://www.etpan.org/ ])
+          AC_MSG_RESULT([*** Sylpheed requires libetpan 0.45 or newer. See http://www.etpan.org/ ])
           AC_MSG_RESULT([*** You can use --disable-libetpan if you don't need IMAP4 support.])
-           AC_MSG_ERROR([libetpan 0.41 not found])
+           AC_MSG_ERROR([libetpan 0.45 not found])
        fi
 else
        AC_MSG_RESULT(no)
@@ -834,6 +841,12 @@ manual/dist/pdf/Makefile
 manual/dist/ps/Makefile
 manual/dist/html/Makefile
 manual/dist/txt/Makefile
+manual/fr/Makefile
+manual/fr/dist/Makefile
+manual/fr/dist/pdf/Makefile
+manual/fr/dist/ps/Makefile
+manual/fr/dist/html/Makefile
+manual/fr/dist/txt/Makefile
 sylpheed-claws.pc
 ])