comparison configure.ac @ 326:45a64a875162 0.3.2

Updated version
author meillo@marmaro.de
date Fri, 03 Jun 2011 12:09:09 +0200
parents 066ef6484a59
children a777ddf67c86
comparison
equal deleted inserted replaced
325:8bf7820a0e0e 326:45a64a875162
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.2-dev, meillo@marmaro.de) 4 AC_INIT(masqmail, 0.3.2, 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.