[Compbench-devel] CompBenchmarks++ configure.in,1.39,1.40
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2007-09-19 16:29:41
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv15100 Modified Files: configure.in Log Message: perl/ sub-directory has been deprecated. Bump to 0.5.0. Index: configure.in =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/configure.in,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** configure.in 9 Sep 2007 18:23:31 -0000 1.39 --- configure.in 19 Sep 2007 16:29:38 -0000 1.40 *************** *** 15,19 **** AC_CANONICAL_TARGET ! AM_INIT_AUTOMAKE(compbenchmarks, 0.5.0-BETA3) AM_CONFIG_HEADER(libcompbenchmarks/config.h) --- 15,19 ---- AC_CANONICAL_TARGET ! AM_INIT_AUTOMAKE(compbenchmarks, 0.5.0) AM_CONFIG_HEADER(libcompbenchmarks/config.h) *************** *** 271,276 **** libcompbenchmarks/share/system/Makefile libcompbenchmarks/share/system/cygwin/Makefile - libcompbenchmarks/share/perl/CBM/Makefile - libcompbenchmarks/share/perl/Makefile libcompbenchmarks/share/KB/Makefile libcompbenchmarks/share/KB/tcc/0.9.x/Makefile --- 271,274 ---- |