Ticket #116 (closed defect: fixed)

Opened 4 months ago

Last modified 2 months ago

Cunit doesn't ship a pkg-config file

Reported by: dleidert Assigned to: tkg
Priority: minor Milestone: xmlroff 0.6.0
Component: testsuite Version: 0.5.x
Keywords: Cc:
Blocking:

Description

The test on cunit in configure.ac relies on a pkgconfig file. But cunit doesn't ship one - at least I cannot find one in the source nor in their VCS. So this test will fail for almost all distributions not shipping some self-written cunit pkg-config file (which will be almost all, because self-creation of such files is normally not useful - others cannot rely on it).

Can you change this to a library and/or header search instead?

Change History

03/17/08 21:11:40 changed by tkg

  • owner set to tkg.
  • status changed from new to assigned.
  • milestone set to xmlroff 0.6.0.

I submitted the patch for a pkgconfig file to the CUnit project months ago, but there was never any response.

I'll implement a search instead.

05/07/08 19:44:12 changed by tkg

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [418]) Changed to using 'AC_CHECK_HEADER' to check for CUnit. (Closes #116.)