Ben Walton wrote: > I'm wondering whether its feasible to use gnulib in a project that > doesn't use autoconf/automake?
Gnulib depends heavily on autoconf and automake. You could manually extract the portions you think you need and attempt to use them without the requisite glue, but that is very error-prone. > Would it be easier to first auto* the > project and then add gnulib? Yes.