summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afb48b425d..17f41bfd1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2019-02-23 Bruno Haible <bruno@clisp.org>
+ relocatable-prog: Use wrapper-free installation also on Mac OS X.
+ Reported by Paul Smith <psmith@gnu.org>.
+ * build-aux/install-reloc: Accept a 'mode' argument as first argument.
+ (func_relativize): New function, from gnulib-tool.
+ Handle mode 'macosx' through invocations of 'otool' and
+ 'install_name_tool'.
+ * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Determine use_macos_tools.
+ If use_macos_tools is true, set INSTALL_PROGRAM_ENV to an
+ 'install-reloc' invocation with mode 'macosx'.
+
+2019-02-23 Bruno Haible <bruno@clisp.org>
+
relocatable-prog: Use $ORIGIN trick also on GNU/Hurd.
* m4/relocatable.m4 (gl_RELOCATABLE_BODY): Use $ORIGIN trick also on
Hurd with glibc >= 2.27.