aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2012-12-05 22:54:27 +0100
committerMatthias Andree <matthias.andree@gmx.de>2012-12-05 23:14:06 +0100
commitfe032553e2a0ba0d867bc3b0855d7bf877f0bebd (patch)
tree399b5322c357ab97e13fbfab9758a8d67300f72f /configure.ac
parentda989f7b8294e342572ec5f27f1a6f3f2b1fe56f (diff)
downloadfetchmail-fe032553e2a0ba0d867bc3b0855d7bf877f0bebd.tar.gz
fetchmail-fe032553e2a0ba0d867bc3b0855d7bf877f0bebd.tar.bz2
fetchmail-fe032553e2a0ba0d867bc3b0855d7bf877f0bebd.zip
Move forward to prepare a 6.3.23 release and request translation.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f19bdc51..60de3cd0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl
dnl XXX - if bumping version here, check fetchmail.man, too!
-AC_INIT([fetchmail],[6.3.22.1],[fetchmail-users@lists.berlios.de])
+AC_INIT([fetchmail],[6.3.22.2],[fetchmail-users@lists.berlios.de])
AC_CONFIG_SRCDIR([fetchmail.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_LIBOBJ_DIR([.])
@@ -19,7 +19,8 @@ AC_CANONICAL_HOST
dnl automake options are in Makefile.am
AC_PREREQ(2.60)
dnl 2.60 required for AC_USE_SYSTEM_EXTENSIONS
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([silent-rules -Wall])
+AM_SILENT_RULES
dnl python is optional
#