comparison configure.ac @ 232:5eb5a92f3247

next version will be 0.3.1
author meillo@marmaro.de
date Mon, 26 Jul 2010 22:02:47 +0200
parents 10da50168dab
children 066ef6484a59
comparison
equal deleted inserted replaced
231:9a94124096c9 232:5eb5a92f3247
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.3.0, meillo@marmaro.de) 4 AC_INIT(masqmail, 0.3.1, 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.