[go: up one dir, main page]

Out-of-source build with LIBGD doesn't work

Currently out-of-source build with LIBGD fails due to incorrectly set path to libgdtclft_C.la. I was able to fix this simply by replacing $(top_srcdir) with $(top_builddir) on the appropriate place in the tclpkg/tcldot/Makefile.am file.

I wanted to create a Pull/Merge request, however I have no idea how to do that here (my guess is that its disabled?) so patch is attached instead.

tcldot-build.patch

thanks