Link with libintl if necessary.
[tinc] / configure.in
index 9a584b7..249cd14 100644 (file)
@@ -1,11 +1,12 @@
 dnl Process this file with autoconf to produce a configure script.
 
-dnl $Id: configure.in,v 1.13.2.55 2002/08/24 12:54:55 guus Exp $
+dnl $Id: configure.in,v 1.13.2.58 2002/09/09 19:39:53 guus Exp $
 
-AC_PREREQ(2.50)
+AC_PREREQ(2.53)
 AC_INIT(src/tincd.c)
 AM_INIT_AUTOMAKE(tinc, 1.0-cvs)
 AM_CONFIG_HEADER(config.h)
+AM_MAINTAINER_MODE
 
 dnl Include the macros from the m4/ directory
 AM_ACLOCAL_INCLUDE(m4)
@@ -128,7 +129,7 @@ AC_FUNC_ALLOCA
 AC_TYPE_SIGNAL
 AC_CHECK_FUNCS([asprintf daemon fcloseall flock ftime get_current_dir_name \
 putenv select strdup strerror strsignal strtol unsetenv \
-freeaddrinfo gai_strerror getaddrinfo getnameinfo])
+freeaddrinfo gai_strerror getaddrinfo getnameinfo mlockall])
 jm_FUNC_MALLOC
 jm_FUNC_REALLOC