#!/bin/sh #set -x [ ! -d build_config ] && mkdir build_config if [ "`uname -s`" = "OpenBSD" ]; then export AUTOCONF_VERSION="2.59" fi aclocal -I build_config autoheader automake --add-missing --copy autoconf -W none