File: configure

package info (click to toggle)
ircd 2.10.07-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,232 kB
  • ctags: 2,253
  • sloc: ansic: 27,541; makefile: 742; sh: 327; perl: 18
file content (9 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#! /bin/sh
chmod u+x config/install-sh config/configure ircd/crypt/sums ircd/crypt/crypter
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