* Steffen Dettmer wrote on Thu, Mar 04, 2010 at 01:37:59PM CET: > On Thu, Mar 4, 2010 at 12:55 AM, Eric Blake wrote: > > find . -name Makefile.am | xargs sed -i -e "$script" > > Ohh, I didn't knew that recent sed's have -i (I assume it is > inplace-edit link perl -i). cool. That's a GNU sed-only feature, BTW. > (however, according to DRY, other ways than mass updates may be > more appropriate and less annyoning in the inter-release-diffs). Once you have a fragment that is included by all your Makefile.am files, why not just update that one file? Cheers, Ralf _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf