diff options
author | Mark Wielaard <mjw@redhat.com> | 2016-03-02 15:04:43 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2016-03-02 17:13:53 +0100 |
commit | 9ba245842af829bf4f3530747037993d5bc8b16a (patch) | |
tree | 58cc3167d0048a4d17389427b3160ea128a9043b /ChangeLog | |
parent | 128947e6c3ccf8b975c50bae8b3772d19ab1420f (diff) | |
download | elfutils-9ba245842af829bf4f3530747037993d5bc8b16a.tar.gz |
config: Use --program-prefix=eu- by default.
We want eu- as default program prefix if none was given by the user.
But if the user explicitly provided --program-prefix="" then pretend
it wasn't set at all (NONE).
This makes sure all tools will be installed as eu-<program>.
We want this default since most tools would normally conflict with
the GNU binutils variants that have similar names.
Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2016-03-02 Mark Wielaard <mjw@redhat.com> + + * configure.ac: Set program_prefix to eu- by default. + * NEWS (0.166): New sections, document --program-prefix default. + 2016-02-13 Mark Wielaard <mjw@redhat.com> * configure.ac: Add check for whether gcc accepts -Wnull-dereference. |