Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / configure
1 #! /bin/sh
2 chmod u+x config/install-sh config/configure tools/sums tools/crypter
3 cd config
4 if test ! -f config.cache && test -r ../../.config.cache; then
5         cp ../../.config.cache config.cache;
6 fi
7 ./configure
8 echo timestamp > ../doc/stamp-m
9 echo timestamp > ../ircd/stamp-m