2006-04-20 [colin] 2.1.1cvs20
[claws.git] / configure.ac
index bcc8de2fc85acf1d8a62edb0e1f0f0c70ff93df3..dbab2f813be81c47978d274d7a85859580c4cb38 100644 (file)
@@ -8,10 +8,10 @@ PACKAGE=sylpheed-claws
 dnl version number
 MAJOR_VERSION=2
 MINOR_VERSION=1
-MICRO_VERSION=0
+MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=10
+EXTRA_VERSION=20
 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
@@ -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
 ])