File: configure

package info (click to toggle)
ircd 2.10.02-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 2,228 kB
  • ctags: 2,087
  • sloc: ansic: 29,122; makefile: 664; sh: 307; perl: 18
file content (8 lines) | stat: -rwxr-xr-x 202 bytes parent folder | download
1
2
3
4
5
6
7
8
#! /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