diff mcabber/configure.ac @ 1606:d7f26538c24c

Bump version to 0.10.x
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2009 16:01:31 +0200
parents 3efc92a48945
children 14690e624e9d
line wrap: on
line diff
--- a/mcabber/configure.ac	Sun Oct 11 16:00:53 2009 +0200
+++ b/mcabber/configure.ac	Sun Oct 11 16:01:31 2009 +0200
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([mcabber],[0.9.11-dev],[mcabber@lilotux.net])
+AC_INIT([mcabber],[0.10.0-dev],[mcabber@lilotux.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([src])
 AM_CONFIG_HEADER(config.h)
@@ -176,7 +176,7 @@
 
 if test "x$enable_enchant" = "xyes"; then
  PKG_CHECK_MODULES(ENCHANT, [enchant],
-   AC_DEFINE(WITH_ENCHANT, 1, [define if you want enchant support])
+   AC_DEFINE(WITH_ENCHANT, 1, [Define if you want enchant support])
  )
 else
  if test "x$enable_aspell" = "xyes"; then
@@ -184,7 +184,7 @@
     if test "x$have_aspell_includes" = "xyes"; then
         AC_CHECK_LIB(aspell, new_aspell_config, [ have_aspell_libs=yes ])
         if test "x$have_aspell_libs" = "xyes"; then
-            AC_DEFINE([WITH_ASPELL], 1, [define if you want aspell support])
+            AC_DEFINE([WITH_ASPELL], 1, [Define if you want aspell support])
             LIBS="$LIBS -laspell"
         else
             enable_aspell=no