#!/bin/sh
set -e -x
autoconf --force
autoheader --force
printf '\n#include "commondef.h"\n' >> poliqarp-config.h.in
echo sub guess | xargs -n1 \
| xargs -t -I {} cp /usr/share/misc/config.{} .
