[Pkg-giraffe-discuss] update/how to proceed?

Mark Dufour m.dufour at zarafa.com
Mon Jun 1 15:16:16 UTC 2015


> I think we're mostly done. I vaguely remember that I wanted to be able
> to rerun autoreconf to update to a newer libtool. This is more
> complicated than it should be since there are missing lots of "if !
> OSS_ONLY" in the Makefile.ams, seems it got never tested in the OSS so I
> drifted to other projects.

you mean there are too many 'if ! OSS_ONLY' parts? :-) I just added this to our dist-hook:

find ${distdir} -name Makefile.am -exec sed -i -e '/^if ! OSS_ONLY/,/^endif/d' {} \;
sed -i -e '/^if test -d `dirname $0`\/licensed; then/,/^fi/d' ${distdir}/configure.ac

so all the proprietary parts are now completely removed and 'autoreconf --force --install' at least is happy (well, apart from a warning about subdir-objects..).

I haven't looked at your git tree yet, but perhaps you could run this manually (if you agree with the approach) once to see if it also works for you..?


cheers,
mark.



More information about the Pkg-giraffe-discuss mailing list