Released v1.0.3. 1.0.3
authorTimo Sirainen <tss@iki.fi>
Fri May 16 16:25:06 2008 +0300 (2008-05-16)
changeset 358c864c4b1a9c
parent 34 055ed27d8950
child 36 53730547aa32
Released v1.0.3.
configure.in
     1.1 --- a/configure.in	Fri May 16 16:10:53 2008 +0300
     1.2 +++ b/configure.in	Fri May 16 16:25:06 2008 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -AC_INIT(dovecot-sieve, 1.0.2, [dovecot@dovecot.org])
     1.5 +AC_INIT(dovecot-sieve, 1.0.3, [dovecot@dovecot.org])
     1.6  AC_CONFIG_SRCDIR([src])
     1.7  
     1.8  AC_CONFIG_HEADERS([dsieve-config.h])
     1.9 @@ -13,7 +13,7 @@
    1.10  AM_PROG_LIBTOOL
    1.11  
    1.12  AC_ARG_WITH(dovecot,
    1.13 -[  --with-dovecot[=DIR]    Dovecot base directory (../)],
    1.14 +[  --with-dovecot[=DIR]    Dovecot base directory (../dovecot)],
    1.15  	dovecotdir="$withval",
    1.16  	dovecotdir=../dovecot
    1.17  )