aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-20 19:43:02 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-20 19:43:02 +0000
commite3a97fc8f6105165581694379170c144c615a420 (patch)
tree28a29be88b080dda2b3a7c6482a0d11761cb7678
parentd2c766a1377dc9d8d01bfbc35c7e7843627e3a44 (diff)
downloadcalcurse-e3a97fc8f6105165581694379170c144c615a420.tar.gz
calcurse-e3a97fc8f6105165581694379170c144c615a420.zip
Check for some headers added.
-rwxr-xr-xconfigure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 925eee2..cf2c4ce 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,11 @@
-# $calcurse: configure.ac,v 1.33 2009/07/12 16:21:58 culot Exp $
+# $calcurse: configure.ac,v 1.34 2009/07/20 19:43:02 culot Exp $
#-------------------------------------------------------------------------------
# Init
#-------------------------------------------------------------------------------
AC_PREREQ(2.59)
-AC_INIT(calcurse, 2.6, frederic@culot.org)
+#AC_INIT(calcurse, 2.6, frederic@culot.org)
+AC_INIT(calcurse, 20090719, frederic@culot.org)
AM_INIT_AUTOMAKE
AM_GNU_GETTEXT([external])
AC_CONFIG_SRCDIR([src/calcurse.c])
@@ -23,7 +24,7 @@ AC_PROG_CC
AC_HEADER_STDC
AC_CHECK_HEADERS([ctype.h getopt.h locale.h math.h signal.h stdio.h stdlib.h \
string.h sys/stat.h sys/types.h sys/wait.h time.h unistd.h \
- errno.h limits.h regex.h])
+ fcntl.h paths.h errno.h limits.h regex.h])
#-------------------------------------------------------------------------------
# Checks for system libs
#-------------------------------------------------------------------------------