Mercurial > masqmail-0.2
comparison configure.ac @ 187:9c3765e1171b 0.2.30
changed to release version number and updated to newer autoconf
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 27 Aug 2011 18:20:14 +0200 |
parents | ee2e92148aca |
children | bdd343cc4e19 |
comparison
equal
deleted
inserted
replaced
186:4714f093fc77 | 187:9c3765e1171b |
---|---|
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.30-dev, meillo@marmaro.de) | 4 AC_INIT(masqmail, 0.2.30, 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. |