X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=configure.ad;h=9a1cf5bba5f5efde9c7723fc14ed5c74dbafc0ea;hp=da37178d52fdefc93d1da8bb55656249ab130c43;hb=9504fdcc21339629d03619684f3ffdc0601e0a7e;hpb=378788d463ae896c05cf77f0b39015bffc69a0ae diff --git a/configure.ad b/configure.ad index da37178d..9a1cf5bb 100644 --- a/configure.ad +++ b/configure.ad @@ -3,7 +3,7 @@ # # Author: Pekka Riikonen # -# Copyright (C) 2000 - 2007 Pekka Riikonen +# Copyright (C) 2000 - 2007, 2009 Pekka Riikonen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -121,6 +121,7 @@ done __SILC_PACKAGE_VERSION="#define __SILC_TOOLKIT_VERSION SILC_VERSION($maj,$min,$bld)" #endif SILC_DIST_TOOLKIT +LT_INIT AC_PROG_RANLIB #ifndef SILC_DIST_TOOLKIT AC_DISABLE_SHARED @@ -128,7 +129,6 @@ AC_DISABLE_SHARED #ifdef SILC_DIST_INPLACE AC_DISABLE_SHARED #endif SILC_DIST_INPLACE -AC_PROG_LIBTOOL # Header checking # @@ -207,9 +207,9 @@ AC_CHECK_FUNC(socket, [], AC_CHECK_FUNCS(gethostname gethostbyaddr getservbyname getservbyport) AC_CHECK_FUNCS(poll select listen bind shutdown close connect setsockopt) AC_CHECK_FUNCS(setrlimit time ctime utime gettimeofday getrusage) -AC_CHECK_FUNCS(chmod fcntl stat fstat getenv putenv strerror) +AC_CHECK_FUNCS(chmod fcntl stat fstat getenv putenv strerror posix_memalign) AC_CHECK_FUNCS(getpid getgid getsid getpgid getpgrp getuid sched_yield) -AC_CHECK_FUNCS(setgroups initgroups nl_langinfo nanosleep) +AC_CHECK_FUNCS(setgroups initgroups nl_langinfo nanosleep backtrace) AC_CHECK_FUNCS(strchr snprintf strstr strcpy strncpy memcpy memset memmove) # lib/contrib conditionals