Re: [PATCH] Makefile.am: use readlink as a fallback for realpath

2016-09-01 Thread Eugene Syromyatnikov
On Thu, Sep 1, 2016 at 9:35 AM, Dmitry V. Levin wrote: > On Thu, Sep 01, 2016 at 02:47:34AM +0300, Eugene Syromyatnikov wrote: >> Since realpath utility is fairly new in GNU coreutils, there could be >> possibility that it is not present in the system. Instead of checking >> its presence in config

Re: [PATCH] Makefile.am: use readlink as a fallback for realpath

2016-09-01 Thread Dmitry V. Levin
On Thu, Sep 01, 2016 at 02:47:34AM +0300, Eugene Syromyatnikov wrote: > Since realpath utility is fairly new in GNU coreutils, there could be > possibility that it is not present in the system. Instead of checking > its presence in configure script it probably makes sense to resort to > calling rea

[PATCH] Makefile.am: use readlink as a fallback for realpath

2016-08-31 Thread Eugene Syromyatnikov
Since realpath utility is fairly new in GNU coreutils, there could be possibility that it is not present in the system. Instead of checking its presence in configure script it probably makes sense to resort to calling readlink since it is (probably) more widespread. --- Makefile.am |3 ++- 1 f