Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Last active April 3, 2024 12:56
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.

Revisions

  1. tkuchiki revised this gist Sep 16, 2014. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,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
  2. tkuchiki created this gist Sep 16, 2014.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    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
    ./configure
    make && make install