diff options
-rw-r--r-- | configure.ac | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index bbff2db3..c8b43fb9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,14 @@ dnl Autoconfigure input file for fetchmail -dnl Eric S. Raymond <esr@thyrsus.com> -dnl Matthias Andree <matthias.andree@gmx.de> -dnl +# +# Fetchmail automatic configuration support +# +# Eric S. Raymond <esr@thyrsus.com> +# 2004 - 2007 Matthias Andree <matthias.andree@gmx.de> +# dnl Process this file with autoconf to produce a configure script. dnl -AC_INIT([fetchmail],[6.3.6-rc5],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.6],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |