Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SeunghoonBaek/32762b3b02adc3cb86c11669ed76c2f4 to your computer and use it in GitHub Desktop.
Save SeunghoonBaek/32762b3b02adc3cb86c11669ed76c2f4 to your computer and use it in GitHub Desktop.
install autoconf 2.69 for CentOS 6
curl -L -O http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
tar zxf autoconf-2.69.tar.gz
cd autoconf-2.69
yum install -y openssl-devel
./configure
make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment