blob: 4d2abf9c66921a7ee1bcf4bd863ae776c119a511 [file] [log] [blame]
option('def_bindir', type: 'string', value : 'binfoo',)
option('def_datadir', type: 'string', value : 'datafoo',)
option('def_includedir', type: 'string', value : 'includefoo',)
option('def_infodir', type: 'string', value : 'infofoo',)
option('def_libdir', type: 'string', value : 'libfoo',)
option('def_libexecdir', type: 'string', value : 'libexecfoo',)
option('def_localedir', type: 'string', value : 'localefoo',)
option('def_localstatedir', type: 'string', value : 'localstatefoo',)
option('def_mandir', type: 'string', value : 'manfoo',)
option('def_prefix', type: 'string', value : '/prefix',)
option('def_sbindir', type: 'string', value : 'sbinfoo',)
option('def_sharedstatedir', type: 'string', value : 'sharedstatefoo',)
option('def_sysconfdir', type: 'string', value : 'sysconffoo',)