#!/bin/sh -e ./configure \ --prefix=/usr \ --enable-libgdbm-compat \ make make DESTDIR="$1" install