This is the mail archive of the
cygwin-apps
mailing list for the Cygwin project.
Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework
- From: "Dr. Volker Zell" <Dr dot Volker dot Zell at oracle dot com>
- To: cygwin-apps at cygwin dot com
- Date: Wed, 15 Aug 2007 20:04:18 +0200
- Subject: Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework
- References: <46C0D840.9040802@netebb.com>
>>>>> 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