* configure.ac (AC_INIT): Changed version number to 0.94+cvs.
authortwisti <none@none>
Mon, 23 Jan 2006 01:12:38 +0000 (01:12 +0000)
committertwisti <none@none>
Mon, 23 Jan 2006 01:12:38 +0000 (01:12 +0000)
(CFLAGS): Changed optimization back to -O0.

configure.ac

index 2438a184d42e2f78adf7ad094662e6706696b66d..d59b34e39660349b9c39c4ba433e573702a91279 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(cacao, 0.94, cacao@cacaojvm.org)
+AC_INIT(cacao, 0.94+cvs, cacao@cacaojvm.org)
 AC_CONFIG_SRCDIR(src/cacao/cacao.c)
 AC_CANONICAL_HOST
 AC_PREREQ(2.59)
@@ -14,7 +14,7 @@ AC_PREFIX_DEFAULT(/usr/local/cacao)
 
 dnl set optimization and debugging for all architectures and systems
 if test x"$CFLAGS" = "x"; then
-       CFLAGS="-O2 -g3"
+       CFLAGS="-O0 -g3"
 fi
 
 dnl system type