aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-07-20 13:23:59 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-07-20 13:23:59 +0000
commit36da2cba5b16489e11d6a250d1133d60edfb78ce (patch)
treec232b28b15fdcc48573f60136741f613bbb23345 /configure.ac
parent58528fcbcc6c71465dc3a6f0d11df856bbc7f88f (diff)
downloadfetchmail-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.ac4
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)