Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv31940
Modified Files:
configure.in
Log Message:
Checking for ctype.h
New CBM-PI directory (Perl interface to libcompbenchmarks).
Index: configure.in
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/configure.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** configure.in 27 Dec 2006 18:21:14 -0000 1.16
--- configure.in 28 Dec 2006 00:40:56 -0000 1.17
***************
*** 210,214 ****
# Checks for header files.
AC_HEADER_STDC
! AC_CHECK_HEADERS(string time.h stat.h types.h getopt.h dlfcn.h)
# Checks for typedefs, structures, and compiler characteristics.
--- 210,214 ----
# Checks for header files.
AC_HEADER_STDC
! AC_CHECK_HEADERS(string time.h stat.h types.h getopt.h dlfcn.h ctype.h)
# Checks for typedefs, structures, and compiler characteristics.
***************
*** 252,255 ****
--- 252,257 ----
top_srcdir=`cd $srcdir; pwd`;
+ AC_SUBST(CBM_PROG_PERL)
+ AC_SUBST(CXXFLAGS)
AC_OUTPUT(share/Makefile
***************
*** 263,266 ****
--- 265,270 ----
Benchmark/Makefile
UI/Makefile
+ CBM-PI/t/Makefile
+ CBM-PI/Makefile
Makefile)
|