From d0c7529cb9833ede3595051df5599a11fe03be48 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Thu, 5 Apr 2007 15:25:19 +0200 Subject: import new upstream --- configure.in | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 6cdb068..15ce83e 100644 --- a/configure.in +++ b/configure.in @@ -1,10 +1,15 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. + +# $Id: configure.in 764 2007-02-24 09:56:27Z michael $ +# $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/configure.in $ + + # LCD4Linux autoconf script # # Copyright (C) 1999, 2000, 2001, 2002, 2003 Michael Reinelt -# Copyright (C) 2004 The LCD4Linux Team +# Copyright (C) 2004, 2005, 2006, 2007 The LCD4Linux Team # # This file is part of LCD4Linux. # @@ -23,9 +28,9 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. AC_PREREQ(2.59) -AC_INIT([LCD4Linux],[0.10.1-CVS],[lcd4linux-users@lists.sourceforge.net]) +AC_INIT([LCD4Linux],[0.10.1-RC1],[lcd4linux-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([lcd4linux.c]) -AM_INIT_AUTOMAKE([lcd4linux],0.10.1-CVS) +AM_INIT_AUTOMAKE([lcd4linux],0.10.1-RC1) AM_CONFIG_HEADER(config.h) # Checks for programs. @@ -106,25 +111,28 @@ AC_TYPE_SSIZE_T AC_HEADER_TIME AC_TYPE_UID_T + # Checks for library functions. AC_FUNC_CLOSEDIR_VOID AC_FUNC_ERROR_AT_LINE AC_FUNC_FORK -AC_PROG_GCC_TRADITIONAL # uClibc has no getloadavg() # AC_FUNC_GETLOADAVG sounds promising, but does not really work #AC_FUNC_GETLOADAVG -#removed for uClibc compatibility +AC_PROG_GCC_TRADITIONAL + +# removed for uClibc compatibility #AC_FUNC_MALLOC #AC_FUNC_REALLOC +AC_FUNC_SELECT_ARGTYPES AC_TYPE_SIGNAL AC_FUNC_STAT AC_FUNC_STRFTIME AC_FUNC_STRTOD -AC_CHECK_FUNCS([dup2 floor gethostbyname gettimeofday memset pow putenv regcomp socket sqrt strcasecmp strchr strcspn strdup strerror strncasecmp strndup strpbrk strrchr strstr strtol uname]) +AC_CHECK_FUNCS([dup2 floor gethostbyname gettimeofday memmove memset pow putenv regcomp select socket sqrt strcasecmp strchr strcspn strdup strerror strncasecmp strndup strpbrk strrchr strstr strtol strtoul uname]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT -- cgit v1.2.3