#!/bin/bash

autoconf

./configure --host=arm-linux --prefix=$(pwd)/../../rootfs/usr --with-linux-headers=$(pwd)/../../../source/linux/include

