automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Add support for EXTRA_DIST_LINKS


From: Jacob Bachmeyer
Subject: Re: Add support for EXTRA_DIST_LINKS
Date: Sun, 30 May 2021 21:06:53 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090807 MultiZilla/1.8.3.4e SeaMonkey/1.1.17 Mnenhy/0.7.6.0

madmurphy wrote:
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.

The difference is that your patch will fall back if the /development/ system does not support symlinks, while AC_CONFIG_LINKS will fall back if the /build/ system does not support symlinks.

Typically, the development system /will/ support symlinks, so symlinks will be recorded in the distribution tarball. The GNU coding standards are vehemently against this because such a tarball looks fine to the developer, but cannot even be properly unpacked on a system that does not support symlinks.

What can EXTRA_DIST_LINKS achieve that AC_CONFIG_LINKS cannot?


-- Jacob



reply via email to

[Prev in Thread] Current Thread [Next in Thread]