> When having several dozens of configure.ac's in source tree and even > more custom aclocal macros, causing 100's of warnings, you may relate > why I don't share your opinion.
perl -pi.bak -e 's/(AC_DEFUN\()(\w+\),/$1[$2],g' **/*.{ac,m4} should make it!