From b63007ed58d23afdd64a4e77a447a12b64c5bced Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 18 Jan 2019 14:18:22 +0100 Subject: configure: Add new --enable-install-elfh option. We explicitly test (with system-elf-libelf) that our include headers work with the system elf.h header. But it might be helpful to install the elf.h file for a private install. Our elf.h header really is just a copy of the latest glibc elf.h. But it might be newer and include more constants than the system installed elf.h. Add a new configure option --enable-install-elfh to install elf.h. But warn when it is enabled for the default /usr or /usr/local prefix because it might clash with the glibc/system elf.h header in that case. Signed-off-by: Mark Wielaard --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 45418a0a..148ce77a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-01-18 Mark Wielaard + + * configure.ac: Add new --enable-install-elfh. + 2018-07-04 Ross Burton * configure.ac: Check for gawk. -- cgit v1.2.3