#!/usr/bin/env bash
./configure --prefix=/usr \
--disable-static \
--enable-libgdbm-compat
make
make check
make install