- export build=~/devtools # or wherever you'd like to build
- mkdir -p $build
- cd $build
- curl -OL http://ftpmirror.gnu.org/autoconf/autoconf-2.68.tar.gz
- tar xzf autoconf-2.68.tar.gz
- cd autoconf-2.68
- ./configure --prefix=$build/autotools-bin
- make
- make install
- export PATH=$PATH:$build/autotools-bin/bin
- cd $build
- curl -OL http://ftpmirror.gnu.org/automake/automake-1.11.tar.gz
- tar xzf automake-1.11.tar.gz
- cd automake-1.11
- ./configure --prefix=$build/autotools-bin
- make
- make install
- cd $build
- curl -OL http://ftpmirror.gnu.org/libtool/libtool-2.4.tar.gz
- tar xzf libtool-2.4.tar.gz
- cd libtool-2.4
- ./configure --prefix=$build/autotools-bin
- make
- make install
mac下安装automake
最新推荐文章于 2021-03-28 04:58:19 发布