[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RFE: Restricting a package to a particular automake version
From: |
Akim Demaille |
Subject: |
Re: RFE: Restricting a package to a particular automake version |
Date: |
Wed, 26 Nov 2003 11:33:12 +0100 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
> 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!