2015.06.16 14:39 "[Tiff] CMake support for building libtiff", by Roger Leigh

2015.08.31 16:05 "Re: [Tiff] [patch] cmake fixes", by

On Mon, 31 Aug 2015, rleigh@codelibre.net wrote:

See attached patches.

I will look at these changes in perhaps 12 hours.

Is there any way to integrate CMake into the Automake 'distcheck' target? This would be very helpful to assure that we don't release tarballs with missing files, and that everything is still working.

Other projects support both Autotools and CMake so perhaps some other project has already figured this out?

You can use distcheck-hook to run additional checks; I'll have a look into this. It would introduce a cmake dependency for making a source release, though I guess I could make it conditional.

In the meantime, I made this test job run cmake with the source distribution output: https://ci.openmicroscopy.org/view/Third-Party/job/TIFF-HEAD-unix-autotools/ It's red due to needing patch #3 from the previous message to prevent test failure, so should go green once applied.

(it now also polls CVS every 15 mins, so it'll be triggered within 15 mins of a commit rather than every 24 hours--hope this is helpful) I've not tried polling with CVS before so don't know it this is actually working until a commit is made.

Regards,

Roger