This little known utilities grabs package on demand. Set up the following alias on your shell:
alias auto='auto-apt -y run'
You'll need to have sudo to give you root access without a
password. Next time you compile a package from source just do the
following:
auto ./configure
All the dependencies will be downloaded automatically. Wonderful! It just make me grin every time I do it.