[Cppunit-cvs] cppunit ChangeLog,1.251,1.252
Brought to you by:
blep
From: Steven R. <sm...@us...> - 2007-01-12 04:26:40
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2839 Modified Files: ChangeLog Log Message: Add quotes around autoconf macro name, BB_ENABLE_DOXYGEN. Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.251 retrieving revision 1.252 diff -C2 -d -r1.251 -r1.252 *** ChangeLog 26 Oct 2006 07:21:12 -0000 1.251 --- ChangeLog 12 Jan 2007 04:26:36 -0000 1.252 *************** *** 1,2 **** --- 1,7 ---- + 2007-01-11 Steve M. Robbins <sm...@su...> + + * config/bb_enable_doxygen.m4 (BB_ENABLE_DOXYGEN): Add quotes + around function name, BB_ENABLE_DOXYGEN. + 2006-10-26 Baptiste Lepilleur <bl...@us...> * include/cppunit/TestResult.h: |