Switched to calcurse-2.4_beta. Fixed compiler flags overwriting and added locale.h include (thanks Cedric for your patch)

This commit is contained in:
Frederic Culot
2008-12-08 19:40:22 +00:00
parent 7ff22e9b3f
commit 722441e054
4 changed files with 13 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
# $calcurse: configure.ac,v 1.22 2008/10/15 16:15:40 culot Exp $
# $calcurse: configure.ac,v 1.23 2008/12/08 19:40:23 culot Exp $
#-------------------------------------------------------------------------------
# Init
#-------------------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(calcurse, 2.3, frederic@culot.org)
AC_INIT(calcurse, 2.4_beta, frederic@culot.org)
AM_INIT_AUTOMAKE
AM_GNU_GETTEXT([external])
AC_CONFIG_SRCDIR([src/calcurse.c])
@@ -56,7 +56,7 @@ AC_CHECK_HEADERS([math.h], [
#-------------------------------------------------------------------------------
# Compilation options
#-------------------------------------------------------------------------------
CFLAGS="-O2 -Wall -g"
CFLAGS+="-Wall -g"
#-------------------------------------------------------------------------------
# Create Makefiles
#-------------------------------------------------------------------------------