Hi all, relating to the discussed custom configure support I have prepared some example, how it could be structured. Please send your suggestions to this list. An initial parser for this stuff is checked in under bksys/configure.py. Regards Ralf dcop/SConfigure conf.cfunctions += "getuid setuid" conf.cheaders += "unistd.h" conf.options['with-xyz'] = ['Enable yxz support','default value'] kdecore/SConfigure conf.cfunctions += "mmap getmntinfo setmntent" conf.cheaders += "sys/stat.h sys/mntent.h sys/param.h paths.h limits.h execinfo.h" conf.optional_cheaders += "sys/socket.h" conf.optional_cfunctions += "xyz" # with-xxx option conf.module['tiff'] = ['Enable tiff support','yes'] conf.module'jasper'] = ['Enable jasper (jpeg2k) support','yes'] conf.module['openexr'] = ['Enable openexr support','no']