From: Junio C Hamano Date: Tue, 8 May 2018 06:59:17 +0000 (+0900) Subject: Merge branch 'dj/runtime-prefix' X-Git-Tag: v2.18.0-rc0~103 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/92034a9cd5e71cf686ef66029433bdaba75027b0?hp=92034a9cd5e71cf686ef66029433bdaba75027b0 Merge branch 'dj/runtime-prefix' A build-time option has been added to allow Git to be told to refer to its associated files relative to the main binary, in the same way that has been possible on Windows for quite some time, for Linux, BSDs and Darwin. * dj/runtime-prefix: Makefile: quote $INSTLIBDIR when passing it to sed Makefile: remove unused @@PERLLIBDIR@@ substitution variable mingw/msvc: use the new-style RUNTIME_PREFIX helper exec_cmd: provide a new-style RUNTIME_PREFIX helper for Windows exec_cmd: RUNTIME_PREFIX on some POSIX systems Makefile: add Perl runtime prefix support Makefile: generate Perl header from template file ---