diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-12-18 17:42:14 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-12-18 17:42:14 +0100 |
commit | 18cb2b5b6b5538b9aa1680181eb36e3c5e7b30c7 (patch) | |
tree | 623f8741ae9f1a32391a33f311ca667070ccc814 /ChangeLog | |
parent | Update version to 1.4.17. (diff) | |
download | eselect-18cb2b5b6b5538b9aa1680181eb36e3c5e7b30c7.tar.gz eselect-18cb2b5b6b5538b9aa1680181eb36e3c5e7b30c7.tar.bz2 eselect-18cb2b5b6b5538b9aa1680181eb36e3c5e7b30c7.zip |
Prefer realpath in configure check.
* configure.ac (REALPATH, READLINK): Prefer realpath to readlink,
because the former is included with Coreutils since version 8.15.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2020-12-18 Ulrich Müller <ulm@gentoo.org> + + * configure.ac (REALPATH, READLINK): Prefer realpath to readlink, + because the former is included with Coreutils since version 8.15. + 2020-12-16 Ulrich Müller <ulm@gentoo.org> * configure.ac: Update version to 1.4.17. |