* doc-src/readme.txt
[claws.git] / configure.in
index 61d03a0990a5c94d29bd6a090e38cb81b14d3aff..d8b616bdd06230fb1d568b589d08cf0e39a9ea2c 100644 (file)
@@ -1,14 +1,16 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl Process this file with autoconf to produce a configure script.
+AC_PREREQ(2.50)
 AC_INIT(src/main.c)
 AC_INIT(src/main.c)
+
 PACKAGE=sylpheed
 
 dnl version number
 MAJOR_VERSION=0
 MINOR_VERSION=8
 PACKAGE=sylpheed
 
 dnl version number
 MAJOR_VERSION=0
 MINOR_VERSION=8
-MICRO_VERSION=2
+MICRO_VERSION=3
 INTERFACE_AGE=0
 BINARY_AGE=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws45
+EXTRA_VERSION=claws31
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
@@ -295,8 +297,6 @@ if test $ac_cv_enable_aspell = yes; then
        AC_MSG_RESULT(yes)
        AM_PATH_ASPELL(0.50, AC_DEFINE(USE_ASPELL), [use_aspell=no
                                                    ac_cv_enable_aspell=no])
        AC_MSG_RESULT(yes)
        AM_PATH_ASPELL(0.50, AC_DEFINE(USE_ASPELL), [use_aspell=no
                                                    ac_cv_enable_aspell=no])
-       aspell_path="`$ASPELL config dict-dir`"
-       AC_DEFINE_UNQUOTED(ASPELL_PATH, "${aspell_path}/")
 else
        AC_MSG_RESULT(no)
 fi
 else
        AC_MSG_RESULT(no)
 fi