[Compbench-devel] CompBenchmarks++ configure.in,1.41,1.42
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-09-23 18:13:14
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6258 Modified Files: configure.in Log Message: Python 2.4.3 required (instead of 2.4.4). Swig 1.3.28 required (instead of 1.3.29). Index: configure.in =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/configure.in,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** configure.in 20 Sep 2007 19:34:01 -0000 1.41 --- configure.in 23 Sep 2007 18:13:10 -0000 1.42 *************** *** 47,52 **** AC_PROG_CXX AC_PROG_LIBTOOL ! AM_PATH_PYTHON(2.4.4) ! AC_PROG_SWIG(1.3.29) SWIG_ENABLE_CXX SWIG_PYTHON --- 47,52 ---- AC_PROG_CXX AC_PROG_LIBTOOL ! AM_PATH_PYTHON(2.4.3) ! AC_PROG_SWIG(1.3.28) SWIG_ENABLE_CXX SWIG_PYTHON |