From f09ec713c68c4c9b0c6dd89090fc9ce4e9d93042 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 4 Oct 2007 23:21:58 +0000 Subject: Update runtests to the latest version. Fix various other missing or incorrect makefile and configure rules and some include issues so that the portability layer compiles and passes its test suite. --- configure.ac | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7ed2988..1df3b21 100644 --- a/configure.ac +++ b/configure.ac @@ -6,11 +6,12 @@ dnl Copyright 2006 Board of Trustees, Leland Stanford Jr. University dnl dnl See README for licensing terms. -AC_REVISION($Revision$) -AC_PREREQ(2.57) +AC_REVISION([$Revision$]) +AC_PREREQ([2.61]) AC_INIT([wallet], [0.1], [rra@stanford.edu]) AC_CONFIG_AUX_DIR([tools]) -AM_INIT_AUTOMAKE +AC_CONFIG_LIBOBJ_DIR([portable]) +AM_INIT_AUTOMAKE([1.10]) AM_MAINTAINER_MODE AFS_CPPFLAGS= @@ -52,6 +53,7 @@ fi AC_PROG_CC AM_PROG_CC_C_O AC_PROG_INSTALL +AC_PROG_RANLIB AC_SEARCH_LIBS([gethostbyname], [nsl]) AC_SEARCH_LIBS([socket], [socket], , [AC_CHECK_LIB([nsl], [socket], @@ -74,7 +76,9 @@ AC_CHECK_DECLS([snprintf, vsnprintf]) AC_CHECK_DECLS([ubik_Call], , , [#include ]) RRA_C_C99_VAMACROS RRA_C_GNU_VAMACROS +AC_CHECK_TYPES([long long]) RRA_FUNC_SNPRINTF +AC_CHECK_FUNCS([setrlimit]) AC_REPLACE_FUNCS([asprintf]) save_LIBS=$LIBS -- cgit v1.2.3