[vcpkg baseline][gdal] Fix configure error on OSX#17083
[vcpkg baseline][gdal] Fix configure error on OSX#17083vicroms merged 5 commits intomicrosoft:masterfrom
Conversation
|
@cenit @Neumann-A do you have any suggestions about this? Thanks. |
|
https://lists.gnu.org/archive/html/bug-gettext/2011-10/msg00012.html. Looking at the configure script it is only using AM_ICONV. Maybe touching the file is enough? |
|
You mean like the original issue poster suggested? |
|
@vicroms: Yes. But actually if we assume gettext[tools] is installed we can simply copy config.rpath from there. Seems like autopoint normally would install config.rpath but the gdal configure.ac file is not calling |
|
Works! Thanks @Neumann-A! |
|
@strega-nil Ping for merge this PR quickly, this blocked many PRs. |
PhoebeHui
left a comment
There was a problem hiding this comment.
LGTM, we don't have a better solution for this now, it's fine to apply this workaroud for me.
Fixes #16990.