mirror of
https://github.com/git/git.git
synced 2026-01-09 01:34:00 +00:00
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:
@@ -7,10 +7,10 @@ option('default_pager', type: 'string', value: 'less',
|
||||
description: 'Fall-back pager.')
|
||||
option('default_editor', type: 'string', value: 'vi',
|
||||
description: 'Fall-back editor.')
|
||||
option('gitconfig', type: 'string', value: '/etc/gitconfig',
|
||||
description: 'Path to the global git configuration file.')
|
||||
option('gitattributes', type: 'string', value: '/etc/gitattributes',
|
||||
description: 'Path to the global git attributes file.')
|
||||
option('gitconfig', type: 'string',
|
||||
description: 'Path to the global git configuration file. (default: etc/gitconfig)')
|
||||
option('gitattributes', type: 'string',
|
||||
description: 'Path to the global git attributes file. (default: etc/gitattributes)')
|
||||
option('pager_environment', type: 'string', value: 'LESS=FRX LV=-c',
|
||||
description: 'Environment used when spawning the pager')
|
||||
option('perl_cpan_fallback', type: 'boolean', value: true,
|
||||
|
||||
Reference in New Issue
Block a user