On Thu, Mar 4, 2010 at 12:55 AM, Eric Blake <eblake@xxxxxxxxxx> wrote: > even a few shell commands Yes, for appending a line, echo seems suited :) > 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. (however, according to DRY, other ways than mass updates may be more appropriate and less annyoning in the inter-release-diffs). oki, Steffen _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf