Hello Jim, Jim Meyering wrote, On 04/07/2013 09:12 PM: > Assaf Gordon wrote: >> >> I'm trying to use "gnulib" in my project. >> I would like to use some modules that seem to exist in the 'coreutils' >> version of 'gnulib', but not otherwise. >>
<...> > > Those haven't been moved to gnulib mostly because I knew > of no other project that wanted to use them. > > The procedure is to add each module to gnulib, perhaps adding > tests (the bar is higher, once a module becomes shared), then > add a commit to coreutils that both updates gnulib and removes > the files under gl/ that comprise each moved module. > Thanks for the explanation. For now I'll just copy the files as-is into my project. -gordon