This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


>>>>> 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
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]