Re: Add support for EXTRA_DIST_LINKS
madmurphy <[email protected]>
| Newsgroups | gmane.comp.sysutils.automake.patches |
|---|---|
| Message-ID | <CAExyPMcvnK845cnU6qzHNW1-uFfb_miSrMmSCbWO+g-+nk=haQ@mail.gmail.com> |
P.S. *“If I remember correctly, Autoconf also falls back to hardlinks or copying the files if the system does not support symbolic links.”*: Same goes for my patch. I use $(LN_S) for creating the links, and that falls back to hardlinks when ln -s is not supported. --madmurphy