Jim Meyering wrote: > These are good arguments for making gnulib-tool use autoconf --trace > on the underlying macro rather than relying on heuristics.
Rather, it indicates that: when searching for all AC_LIBOBJ calls, one should do it through "autoconf --trace" rather than "grep". But now gnulib-tool can get the same result without looking for AC_LIBOBJ calls at all. Bruno