The problem should be fixed in the admin directory in GIT, but it will take some time to propagate to all TDE modules in GIT.
By golly, I believe you did fix the problem. :) Good job. Thanks!
How do I view the specific patch(es) in my local GIT? When I updated my local tree I obviously obtained the required patch(es) because my automake packages now build, but running various forms of "git log" does not reveal the exact fix.
Darrell
You need to change to the admin/ directory and issue git log from within it. This is due to the fact that admin/ and cmake/ are GIT submodules, and GIT does not handle them in a user friendly manner at all.
Tim