* Bruno Haible wrote on Tue, Jun 13, 2006 at 06:20:18PM CEST: > > The only downside is that it bloats up 'configure' - but autoconf 3 > should annihilate that growth, I'm told.
You should be able to rewrite this to use shell loops for the most part; similar to how I started in this thread: http://lists.gnu.org/archive/html/autoconf-patches/2006-04/msg00161.html but never finished the last bits. Without the rewrite of macros to work with shell variables, even Autoconf 3 won't be able to save you. Cheers, Ralf
