endforeach
endif
- # NEEDED solely for bash/kmod below
set_variable(dir_option, completiondir)
endforeach
endif
summary({
- 'moduledir' : moduledir,
'prefix' : prefixdir,
'sysconfdir' : sysconfdir,
- 'distconfdir' : distconfdir,
- 'libdir' : libdir,
+ 'bindir' : bindir,
'includedir' : includedir,
- 'bindir' : bindir
+ 'libdir' : libdir,
+ 'datadir' : datadir,
}, section : 'Directories')
+summary({
+ 'distconfdir' : distconfdir,
+ 'moduledir' : moduledir,
+}, section : 'Kmod specific')
+
+summary({
+ 'bashcompletiondir' : bashcompletiondir,
+ 'fishcompletiondir' : fishcompletiondir,
+ 'zshcompletiondir' : zshcompletiondir,
+}, section : 'Shell completions')
+
summary({
'tools' : get_option('tools'),
'logging' : get_option('logging'),