[ adding bug-automake ] Hello Bruno,
* Bruno Haible wrote on Mon, Nov 06, 2006 at 02:43:09PM CET: > > I've been experimenting with modules that have files in subdirectories of > lib/. > gnulib-tool didn't handle this. With this patch, it nearly works - modulo > an automake bug. Could you be bothered to show how to reproduce this bug? BTW, 'mkdir -p' is not portable; I don't know how much of a problem this is for users of gnulib-tool, though. It has used this for a while now. Anyway, 'install-sh -d' could be used instead. Cheers, Ralf > 2006-11-05 Bruno Haible <[EMAIL PROTECTED]> > > * gnulib-tool (func_import, func_create_testdir): Create directories > also for files in subdirectories of lib/.