On Wed, Apr 20, 2016 at 10:17:55PM +0100, Earnestly wrote: > Likewise in cloog[0] and check[1], using autoreconf -i (or autogen.sh) results > in ./configure failing with: > > configure.ac:137: error: required file 'config/ltmain.sh' not found I'm not able to reproduce this problem. > This commit simply removes this AUX_DIR which lets the ./configure phase > complete successfully. And side-effects? Why we have config/ directory at all? Frankly, I don't like the patch. AC_CONFIG_AUX_DIR([config]) means that all the generated files/symlinks are stored in config/ rather than in project root directory. I'd like to keep the top level directory usable. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html