comparison configure.ac @ 159:27363b36a28c

next version will be 0.3.0
author meillo@marmaro.de
date Thu, 08 Jul 2010 11:08:37 +0200
parents e20fe8c9936a
children 3914d7cabfbc
comparison
equal deleted inserted replaced
158:91b8b44ba619 159:27363b36a28c
1 dnl Process this file with autoconf to produce a configure script. 1 dnl Process this file with autoconf to produce a configure script.
2 2
3 AC_PREREQ(2.59) 3 AC_PREREQ(2.59)
4 AC_INIT(masqmail, 0.2.25, meillo@marmaro.de) 4 AC_INIT(masqmail, 0.3.0, meillo@marmaro.de)
5 AC_CONFIG_SRCDIR([src/masqmail.c]) 5 AC_CONFIG_SRCDIR([src/masqmail.c])
6 AM_CONFIG_HEADER(config.h) 6 AM_CONFIG_HEADER(config.h)
7 AM_INIT_AUTOMAKE() 7 AM_INIT_AUTOMAKE()
8 8
9 dnl Checks for programs. 9 dnl Checks for programs.