[ITA] cppunit 1.10.2 - A C++ unit testing framework

Dr. Volker Zell Dr.Volker.Zell@oracle.com
Wed Aug 15 18:04:00 GMT 2007


>>>>> Ross Smith, writes:

    > I would like to adopt cppunit (orphaned at 1.9.14)

It would be nice if you could apply the following patch to cppunit.m4

------------------- cut here -------------------------------
--- cppunit.m4.orig     2004-06-27 03:30:16.001000000 +0200
+++ cppunit.m4  2007-08-15 19:55:00.763625600 +0200
@@ -1,7 +1,7 @@
 dnl
 dnl AM_PATH_CPPUNIT(MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
 dnl
-AC_DEFUN(AM_PATH_CPPUNIT,
+AC_DEFUN([AM_PATH_CPPUNIT],
 [

 AC_ARG_WITH(cppunit-prefix,[  --with-cppunit-prefix=PFX   Prefix where CppUnit is installed (optional)],

------------------- cut here -------------------------------

to get rid of the following warning when running aclocal:

  warning: underquoted definition of AM_PATH_CPPUNIT

Ciao
  Volker
  



More information about the Cygwin-apps mailing list