I was using automake 1.11 without trouble, until some package required automake 1.10. When installing it, I found that it actually wants to overwrite /usr/bin/{aclocal,automake} (which were installed by 1.11).
Here's my ./configure command:
./configure --prefix=/usr
I would prefer the solution to involve the build files, as opposed to modifying the filesystem directly.
