]> Pileus Git - ~andy/fetchmail/blobdiff - configure.ac
Rename SSL token to SSL_ to resolve clash with OpenSSL's type.
[~andy/fetchmail] / configure.ac
index e0d4a8fcc8c80a8b42775b4e8368f3ed9c5972c6..bc9cb52db139c193231bf2e204d8bc62043938f7 100644 (file)
@@ -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],[7.0.0-alpha4],[fetchmail-devel@lists.berlios.de])
+AC_INIT([fetchmail],[7.0.0-alpha5],[fetchmail-devel@lists.berlios.de])
 AC_CONFIG_SRCDIR([fetchmail.h])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_LIBOBJ_DIR([.])
@@ -91,7 +91,7 @@ AC_CACHE_SAVE
 
 dnl i18n
 AM_GNU_GETTEXT([external], [need-ngettext])
-AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT_VERSION([0.18.1])
 dnl end i18n
 
 # Under sysV68, socket and friends are provided by the C library.