I see that gnulib has its own cfg.mk which is used, for example, to skip some syntax-check checks on gnulib's own code. It also has its own Makefile.am. In GNU Zile I get these by virtue of having gnulib as a git submodule. However, GNU Hello uses Bazaar, and I can't see a way to include a git submodule. How do I get these files using just gnulib-tool? For example, I can't see that gnulib's cfg.mk is mentioned by any module.
hello stores all its gnulib files under TOPLEVEL/gnulib, but currently adds "gnulib/lib" to its top-level Makefile.am's SUBDIRS; presumably I want to change that to just "gnulib". -- http://rrt.sc3d.org
