You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calculating relative symlinks in a portable way is harder. I bet there are autoconf macros to check if $LN_S supports --relative, you may want to look into it.
Currently all the symbolic links that are installed with
make install
are absolute with the prefix dir being prepended to them.Is there a reason they couldn't be relative, like this?
I don't see drawbacks to this, and it would help make the package be more relocatable after
make install
.The text was updated successfully, but these errors were encountered: