[postgis-commits] svn - r3492 - in trunk: . liblwgeom liblwgeom/cunit

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Sun Jan 4 16:08:26 PST 2009


Author: mcayland
Date: 2009-01-04 16:08:26 -0800 (Sun, 04 Jan 2009)
New Revision: 3492

Modified:
   trunk/configure.ac
   trunk/liblwgeom/Makefile.in
   trunk/liblwgeom/cunit/Makefile.in
Log:
Rework the CUnit detection infrastructure as you can't locate include files based on an absolute path. This is because autoconf and the compiler have differing ideas of the current paths (this totally breaks the Win32 build since you have the extra mapping between UNIX-type MingW paths and Windows-type paths). Hopefully this should not affect existing users at all - if so, please post a report on -devel. I'll try running this on MingW at a later date.

I've also enforced "make check" to run the unit tests, rather than "make test". This is a fallout from the early days when strk committed the regression test suite to run using "make test" by accident which appears to have stuck :(


More information about the postgis-commits mailing list