Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Last active August 24, 2026 13:54
Show Gist options
  • Select an option

  • Save tkuchiki/543e277a2f7221a7833a to your computer and use it in GitHub Desktop.

Select an option

Save tkuchiki/543e277a2f7221a7833a 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
@xuwenzhi

Copy link
Copy Markdown

Jobs well done!

@damulhan

damulhan commented Apr 4, 2020

Copy link
Copy Markdown

thanks!

@amidevous2

Copy link
Copy Markdown

not recommand use ./configure

./configure use prefix /usr/local

not recomand prefix

recommand user other prefix and update your PATH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment