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

时间:2015-03-04 17:20:38

标签: linux autotools autoreconf

在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

1 个答案:

答案 0 :(得分:5)

只需使用

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