Debian安装autoconf

###安装autoconf

wget http://mirrors.kernel.org/gnu/autoconf/autoconf-2.65.tar.gz \
&& tar -xzvf autoconf-2.65.tar.gz \
&& cd autoconf-2.65 \
&& ./configure --prefix=/usr/local
make && make install
cd ..
posted @ 2015-08-27 16:15  hbg-rohens  阅读(737)  评论(0编辑  收藏  举报