comparison configure.ac @ 42:03817f849106

decided to release the next version as 0.2.22 (not as 0.3.0) I'll keep the 0.2 branch as the stable version which gets only bugfixed. Soon I'll split off a 0.3 branch for further (incompatible) development.
author meillo@marmaro.de
date Thu, 13 May 2010 17:34:23 +0200
parents 8071dc6c6ed1
children c80a5730bcc5
comparison
equal deleted inserted replaced
41:5432f13c7e58 42:03817f849106
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.2.22, 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 AC_PREFIX_DEFAULT(/usr) 9 AC_PREFIX_DEFAULT(/usr)