Hi Eric, * Eric Blake wrote on Mon, Feb 20, 2006 at 09:36:53PM CET: > Are minor optimizations such as this worthwhile? It leads to > smaller generated configures, and allows the shell to perform > fewer pattern matches during operation.
If you ask me, definitely: $LIBOBJS may easily be a few K characters, and Libtool makes abundant use of this construct so it should not cause suprises. I took liberty to just install your patch. Note your actual diff posted had some whitespace differences wrt. the actual code so it did not apply cleanly (TAB vs spaces). Cheers, Ralf > 2006-02-20 Eric Blake <[EMAIL PROTECTED]> > > * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
