Re: relocatable-prog: Use $ORIGIN trick on more platforms

2019-02-23 Thread Bruno Haible
And here's an update of the documentation: 2019-02-23 Bruno Haible relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes. diff --git a/doc/relocatable-maint.texi b/doc/relocatable-maint.texi in

Re: [PATCH] nstrftime: merge glibc strftime changes

2019-02-23 Thread Paul Eggert
Sure, that's easy enough. I installed the attached. >From 240c92d99b26c67ce3a5799f3e83258501595dc3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 23 Feb 2019 15:07:47 -0800 Subject: [PATCH] nstrftime: tweak arg order * lib/nstrftime.c (__strftime_internal): Interchange arg order. All call

Re: relocatable-prog: Use $ORIGIN trick on more platforms

2019-02-23 Thread Bruno Haible
Paul Smith wrote: > MacOS has @executable_path which is the same as $ORIGIN. See: > > https://wincent.com/wiki/%40executable_path%2C_%40load_path_and_%40rpath Thanks for the pointer. > Unfortunately on MacOS they have "applications" which are much more > complicated and can have frameworks etc.

Re: relocatable-prog: Use $ORIGIN trick on more platforms

2019-02-23 Thread Bruno Haible
Recent enough Hurd versions support $ORIGIN as well. This patch enables support for it in the 'relocatable-prog' module. 2019-02-23 Bruno Haible relocatable-prog: Use $ORIGIN trick also on GNU/Hurd. * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Use $ORIGIN trick also on H