Mercurial > masqmail
comparison configure.ac @ 339:e6864daf89f4
removed -dev postfix on version number
and ``received'' an update to autoconf 2.68
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Wed, 31 Aug 2011 08:46:00 +0200 |
parents | a777ddf67c86 |
children | 3f1eecd8082d |
comparison
equal
deleted
inserted
replaced
338:75f4a5676808 | 339:e6864daf89f4 |
---|---|
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.3-dev, meillo@marmaro.de) | 4 AC_INIT(masqmail, 0.3.3, 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. |