From: Junio C Hamano Date: Tue, 27 May 2025 20:59:09 +0000 (-0700) Subject: Merge branch 'rj/build-tweaks-part2' X-Git-Tag: v2.50.0-rc0~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b6c366e79a1e688526ece01cd1d6a2fa46d0071;p=thirdparty%2Fgit.git Merge branch 'rj/build-tweaks-part2' Updates to meson-based build procedure. * rj/build-tweaks-part2: configure.ac: upgrade to a compilation check for sysinfo meson.build: correct setting of GIT_EXEC_PATH meson: correct path to system config/attribute files meson: correct install location of YAML.pm meson.build: quote the GITWEBDIR build configuration --- 6b6c366e79a1e688526ece01cd1d6a2fa46d0071 diff --cc perl/Git/SVN/Memoize/meson.build index 4c589b30c3,8c2e80d2d2..d6209dc3bf --- a/perl/Git/SVN/Memoize/meson.build +++ b/perl/Git/SVN/Memoize/meson.build @@@ -3,6 -3,6 +3,6 @@@ test_dependencies += custom_target output: 'YAML.pm', command: generate_perl_command, install: true, - install_dir: perllibdir / 'Git/SVN', - install_dir: get_option('datadir') / 'perl5/Git/SVN/Memoize', ++ install_dir: perllibdir / 'Git/SVN/Memoize', depends: [git_version_file], )