comparison configure.ac @ 52:c80a5730bcc5

next release will be 0.2.23
author meillo@marmaro.de
date Thu, 27 May 2010 13:33:14 +0200
parents 03817f849106
children 185ba6c0e6f0
comparison
equal deleted inserted replaced
51:8a92de5e8907 52:c80a5730bcc5
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.22, meillo@marmaro.de) 4 AC_INIT(masqmail, 0.2.23, 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)