GNOME Bugzilla – Bug 346024
build path recorded in libxsltmod.la and other problems
Last modified: 2009-08-21 15:56:34 UTC
The build path is recoded in the .la file for the python module. Attached are 4 patches for this and other build problems (compare bug ID 346022 for libxml2).
Created attachment 68070 [details] [review] A non-root staged install may fail due to a missing DESTDIR
Created attachment 68071 [details] [review] fix comments about version numbering system
Created attachment 68072 [details] [review] fix various python related problems In libxslt-1.1.16 there was a shell syntax bug in configure in (now fixed). However, the python handling/detection is still quite a mess. This patch attempts to let automake do most of the messy work. Don't record the build path in .la file
Created attachment 68073 [details] [review] make test output (from "make check") more readable Part of the output from "make check" was not very readable due to some missing line breaks.
comment #1 is a dup of bug #340585
Comments 1, 2 have been done; comment 4 will be implemented shortly. A new release is about to be made, so I'm going to wait on comment 3 until after that has been done (in order to assure sufficient testing before releasing it).