#!/bin/sh -e ./configure \ --prefix=/usr \ --enable-single-host make #make modules #make check make doc make DESTDIR="$1" install