Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save SeunghoonBaek/32762b3b02adc3cb86c11669ed76c2f4 to your computer and use it in GitHub Desktop.

Select an option

Save SeunghoonBaek/32762b3b02adc3cb86c11669ed76c2f4 to your computer and use it in GitHub Desktop.

Revisions

  1. @tkuchiki 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 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