summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2016-03-02 15:04:43 +0100
committerMark Wielaard <mjw@redhat.com>2016-03-02 17:13:53 +0100
commit9ba245842af829bf4f3530747037993d5bc8b16a (patch)
tree58cc3167d0048a4d17389427b3160ea128a9043b /ChangeLog
parent128947e6c3ccf8b975c50bae8b3772d19ab1420f (diff)
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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07b525c3..96619776 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.