]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rj/build-tweaks-part2'
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 May 2025 20:59:09 +0000 (13:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 May 2025 20:59:09 +0000 (13:59 -0700)
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

1  2 
meson.build
meson_options.txt
perl/Git/SVN/Memoize/meson.build

diff --cc meson.build
Simple merge
Simple merge
index 4c589b30c387a7abcdc445689f07d8848a49b6ff,8c2e80d2d261cdf565288890564e7ab5acf11141..d6209dc3bf1e1070cad30a09370a156ba910fbd6
@@@ -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],
  )