[Compbench-devel] CompBenchmarks++ configure.in,1.14,1.15
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-14 22:04:35
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv17441 Modified Files: configure.in Log Message: Bump to 0.4.0. Debugging informations removed. Index: configure.in =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/configure.in,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** configure.in 12 Dec 2006 19:51:11 -0000 1.14 --- configure.in 14 Dec 2006 22:04:29 -0000 1.15 *************** *** 7,11 **** AC_CANONICAL_TARGET ! AM_INIT_AUTOMAKE(compbenchmarks, 0.3.3) AM_CONFIG_HEADER(config.h) --- 7,11 ---- AC_CANONICAL_TARGET ! AM_INIT_AUTOMAKE(compbenchmarks, 0.4.0) AM_CONFIG_HEADER(config.h) *************** *** 203,207 **** fi ! CXXFLAGS="-Wall -pedantic -g -O2" # Checks for libraries. --- 203,207 ---- fi ! CXXFLAGS="-Wall -pedantic -O2" # Checks for libraries. |