diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2007-01-04 20:33:55 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2007-01-04 20:33:55 +0000 |
commit | afc387fe881f41235131e7d03a687865cf78c73d (patch) | |
tree | c592f4c8a54439bcc1d57039bf3be52957a0e864 | |
parent | a2071dd3b863de1a2688b1dad4aa4121eab1ac4d (diff) | |
download | fetchmail-afc387fe881f41235131e7d03a687865cf78c73d.tar.gz fetchmail-afc387fe881f41235131e7d03a687865cf78c73d.tar.bz2 fetchmail-afc387fe881f41235131e7d03a687865cf78c73d.zip |
r5010@balu: mandree | 2007-01-04 00:25:36 +0100
Bump version and revise header comments.
svn path=/branches/BRANCH_6-3/; revision=5007
-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([.]) |