From 7444a80a8a429637908c4b34a88c0a926770f167 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 8 Sep 2005 00:12:57 +0000 Subject: Sync with clamsmtp --- configure.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 5b6fe63..5dc2d93 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Nate Nielsen dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(proxsmtp, 1.2.1.93, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(proxsmtp, 1.2.1.93) +AC_INIT(proxsmtp, 1.2.1.94, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(proxsmtp, 1.2.1.94) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" @@ -102,7 +102,8 @@ AC_CHECK_GLOBAL(__argv) # Required Functions AC_CHECK_FUNCS([memset strerror malloc realloc getopt strchr tolower getaddrinfo usleep], , [echo "ERROR: Required function missing"; exit 1]) -AC_CHECK_FUNCS([strlwr strlcat strlcpy strncat strncpy]) +AC_CHECK_FUNCS([strlwr strlcat strlcpy strncat strncpy setenv daemon]) +AC_CHECK_FUNCS([getline getdelim]) # Have to resolve this for the path below if test "${prefix}" = "NONE"; then -- cgit v1.2.3