#! /bin/sh
cd config
if test ! -f config.cache && test -r ../../.config.cache; then
	cp ../../.config.cache config.cache;
fi
./configure
echo timestamp > ../doc/stamp-m
echo timestamp > ../ircd/stamp-m
