Mercurial > masqmail
comparison configure.ac @ 40:8071dc6c6ed1
next version will be 0.3.0
author | meillo@marmaro.de |
---|---|
date | Mon, 10 May 2010 11:03:26 +0200 |
parents | 9bf8b9f0f09d |
children | 03817f849106 |
comparison
equal
deleted
inserted
replaced
39:a3476e422865 | 40:8071dc6c6ed1 |
---|---|
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.21, 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 AC_PREFIX_DEFAULT(/usr) | 9 AC_PREFIX_DEFAULT(/usr) |