<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 13-09-22 08:07 PM, Gaetan Nadon
      wrote:<br>
    </div>
    <blockquote
      cite="mid:1379894862-23002-1-git-send-email-memsize@videotron.ca"
      type="cite">
      <pre wrap="">Autoconf recommends using LN_S to safeguard against actual or future
portability issues. Being open source, X can be ported on platforms we are
not aware of today.

Autoconf:
  "Symbolic links are not available on old systems; use ‘$(LN_S)’
  as a portable substitute".
</pre>
    </blockquote>
    <br>
    Also seen this in the announce of autoconf 2.69:<br>
    <blockquote>
      <pre>- AC_PROG_LN_S and AS_LN_S now fall back on 'cp -pR' (not 'cp -p') if
  'ln -s' does not work.  This works better for symlinks to directories.
</pre>
    </blockquote>
    This indicates to me that there is on going portability issues. I
    cannot say on which platforms, what the issues are,  or if any X
    users would be impacted. I'd rather err on the cautious side.<br>
    <br>
    Thanks.<br>
  </body>
</html>