aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-11-01 02:43:32 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-11-01 02:43:32 +0000
commite70776f198e02929e2edc90189896497839f4dc9 (patch)
tree2816f378201d1459bc76ae0b80a62cf447cf4be0 /configure.ac
parentc34d0f8bf4fa71a8b26f59c0077e776d08d02573 (diff)
downloadmailfromd-e70776f198e02929e2edc90189896497839f4dc9.tar.gz
mailfromd-e70776f198e02929e2edc90189896497839f4dc9.tar.bz2
Add testing framework for libmilter; Raise version number to 2.0.3
git-svn-id: file:///svnroot/mailfromd/trunk@713 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 12 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 15949d38..b1b960ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
# MA 02110-1301 USA
AC_PREREQ(2.59)
-AC_INIT([mailfromd], [2.0.2], [bug-mailfromd@gnu.org.ua])
+AC_INIT([mailfromd], [2.0.3], [bug-mailfromd@gnu.org.ua])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
@@ -275,6 +275,16 @@ BDB=*)
esac
+AC_ARG_ENABLE([gacopyz],
+ AC_HELP_STRING([--with-gacopyz],
+ [gacopyz, panie, mowia ze to mysa ... a to nie je mysa, ino gacopyz!]),
+ [
+case "${enableval}" in
+ yes) AC_SUBST(BUILD_LIBMILTER_A,'libmilter.a') ;;
+ no) ;;
+ *) AC_MSG_ERROR([Prosze? Co to za opcja taka?]);;
+esac])
+
# Set default state directory
AC_SUBST(MAILFROMSTATEDIR)
AC_MSG_CHECKING(for default mailfromd state directory)
@@ -354,6 +364,7 @@ esac
AC_CONFIG_FILES([Makefile
lib/Makefile
+ libmilter/Makefile
src/Makefile
etc/Makefile
doc/Makefile

Return to:

Send suggestions and report system problems to the System administrator.