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:
@@ -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
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user