#!/bin/sh autoreconf --force --install --symlink if [ $# -eq 0 ] ; then ./configure --host mipsel-linux-gnu --enable-udc-boot else ./configure --host mipsel-linux-gnu "$@" fi