aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a4e8ccf..8fadb8a 100755
--- a/configure.ac
+++ b/configure.ac
@@ -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
#-------------------------------------------------------------------------------