From 50ecb8732f6c96aa7fdd73f586cdf7ae91502f9b Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 15 Apr 2007 12:34:59 +0000 Subject: version switched to 1.8_beta check for header files updated --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b11ccbd..812c6a2 100755 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. # -# $calcurse: configure.ac,v 1.8 2007/01/16 10:55:43 culot Exp $ +# $calcurse: configure.ac,v 1.9 2007/04/15 12:34:59 culot Exp $ AC_PREREQ(2.59) -AC_INIT(calcurse, 1.7, frederic@culot.org) +AC_INIT(calcurse, 1.8_beta, frederic@culot.org) AM_INIT_AUTOMAKE AM_GNU_GETTEXT([external]) AC_CONFIG_SRCDIR([src/calcurse.c]) @@ -32,7 +32,7 @@ AC_CHECK_HEADERS([pthread.h], [ # Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS([stdlib.h string.h sys/time.h time.h stdio.h unistd.h getopt.h \ -sys/types.h]) +sys/types.h ctype.h getopt.h sys/wait.h signal.h math.h]) # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST -- cgit v1.2.3