Simon Josefsson wrote: > No, I just invoke 'gnulib-tool --import' once in the top-level > directory. Gnulib-tool notices the gnulib directories beneath lib/ as > well, and will import files to lib/. ... > > How do I stop gnulib-tool from importing gnulib files in lib/, so I can > invoke gnulib-tool a second time in that directory?
You do this by specifying "gnulib-tool --m4-base=... --import". gnulib-tool searches for all gnulib directories only when no --m4-base option was specified. Bruno