On Sat, 30 Jan 2021 at 18:25, Reuben Thomas <r...@sc3d.org> wrote: > > 1. Have I overlooked a simpler method of computing `cur_prefix_arg`? > Whether or not there is a simpler way, it would be good to have this > functionality included in the relocatable-prog gnulib module. >
In particular, I meant to add: it would be nice to compute the relative path from bindir to prefix at build time. I have not done this because I can't see an easy way to do it without either assuming `realpath` is available, or manually adding `realpath` to my project. -- https://rrt.sc3d.org