需要 运行 autoreconf 的软件包并在 debian wheezy 上配置

needed packages to run autoreconf and configure on debian wheezy

在 debian wheezy Linux 上 运行 这些命令需要哪些 .deb 软件包?

cd software_that_builds_with_autotools
autoreconf --install &&\
./configure --prefix=/opt/foo/bar &&\
make && make install

我试过安装以下内容,但它仍然说缺少 aclocal:

apt-get install binutils make csh g++ sed gawk autoconf autotools-dev

Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory

就用

sudo apt-get install binutils make csh g++ sed gawk autoconf automake autotools-dev