Re: Override LN_S and support Windows symlinks
Antonin Décimo <[email protected]> Fri, 10 Jan 2025 13:21:00 +0100
| Newsgroups | gmane.comp.sysutils.autoconf.general |
|---|---|
| Message-ID | <CACCWBSB8xE3A16hUWuY4Aq=GLKOP3q9m889JzOuHH+Ox93SLCw@mail.gmail.com> |
> > 1. Could _AS_LN_S_PREPARE be changed to work with or recognize Cygwin > > and MSYS2? > > I suppose it could, but what specific change is being proposed? It's not > entirely clear from your email. Fair enough. Would it be possible to remove the `ln -s file dir` check? And would it work for AC_PROG_LN_S to set `as_ln_s="CYGWIN=winsymlinks:nativestrict ln -s"`? or export the CYGWIN or MSYS env var in the configure and config.status scripts?