diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-07-20 13:23:59 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-07-20 13:23:59 +0000 |
commit | 36da2cba5b16489e11d6a250d1133d60edfb78ce (patch) | |
tree | c232b28b15fdcc48573f60136741f613bbb23345 /configure.ac | |
parent | 58528fcbcc6c71465dc3a6f0d11df856bbc7f88f (diff) | |
download | fetchmail-36da2cba5b16489e11d6a250d1133d60edfb78ce.tar.gz fetchmail-36da2cba5b16489e11d6a250d1133d60edfb78ce.tar.bz2 fetchmail-36da2cba5b16489e11d6a250d1133d60edfb78ce.zip |
Clean up strlc??.c and hook them up.
svn path=/trunk/; revision=4139
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c7cfc9d4..82d3c9ba 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl Process this file with autoconf to produce a configure script. dnl -AC_INIT([fetchmail],[6.2.6-pre4]) +AC_INIT([fetchmail],[6.2.6-pre5]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) @@ -101,7 +101,7 @@ dnl Port hack for Sparc/NetBSD-1.5 AC_CHECK_LIB(intl, gettext, [LIBS="$LIBS -lintl"]) -AC_REPLACE_FUNCS([strstr strcasecmp memmove stpcpy]) +AC_REPLACE_FUNCS([strstr strcasecmp memmove stpcpy strlcpy strlcat]) AC_CHECK_FUNC(MD5Init, [], [AC_LIBSOURCE(md5c.c) |