Skip to content

Instantly share code, notes, and snippets.

View ohdarling's full-sized avatar
🎯
Focusing

ohdarling88 ohdarling

🎯
Focusing
View GitHub Profile
#! /bin/bash -x
SET_BAUDRATE='-b 2000000'
if [ ! -d autoconf-2.71/root/bin ] ; then
wget https://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.xz
tar -xf autoconf-2.71.tar.xz
pushd autoconf-2.71
./configure --prefix=`pwd`/root
make && make install