Hi Akim, Akim Demaille <demaille <at> gostai.com> writes: > > * .gitmodules: Add submodules/autoconf. > * data/m4sugar/foreach.m4, data/m4sugar/m4sugar.m4: Now links into > submodules/autoconf.
> diff --git a/.gitmodules b/.gitmodules > index 009ae43..b50d66e 100644 > --- a/.gitmodules > +++ b/.gitmodules > <at> <at> -1,3 +1,6 <at> <at> > [submodule "gnulib"] > path = gnulib > url = git://git.savannah.gnu.org/gnulib.git > +[submodule "submodules/autoconf"] > + path = submodules/autoconf > + url = git://git.sv.gnu.org/autoconf.git Somehow this change doesn't make me get the autoconf submodule; nor do I get the gnulib submodule, but I happened to use --gnulib-srcdir anyway. As I haven't used submodules in git at all yet, I assume I'm just missing something obvious, but in order to avoid others missing the same, I suggest documenting whatever it takes to get them into README-hacking and maybe also to <http://savannah.gnu.org/cvs/?group_id=56>. Thanks, and happy holidays! Ralf PS: please Cc: me on replies
