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
This commit is contained in:
Junio C Hamano
2025-05-27 13:59:09 -07:00
4 changed files with 52 additions and 13 deletions

View File

@@ -3,6 +3,6 @@ test_dependencies += custom_target(
output: 'YAML.pm',
command: generate_perl_command,
install: true,
install_dir: perllibdir / 'Git/SVN',
install_dir: perllibdir / 'Git/SVN/Memoize',
depends: [git_version_file],
)