Install autoreconf on OS X v10.7 (Lion)?
If you want to do this using MacPorts instead of Homebrew, you can do:
sudo port install automake autoconf libtool
I had the same problem and this solved it for me.
If you are using Homebrew, try
brew install automake
Which should also install autoconf
and allow rvm
to finish installing.