1How to install delay
2====================
3
4Delay's install procedure is quite simple, due to the use of autoconf. To
5compile it, simply run the following commands:
6
7	./configure
8	make
9	make install
10
11Please note that you probably want to be root for that last command, as by
12default it attempts to install in /usr/local/bin/.
13
14./configure takes quite a few options, please read the file INSTALL.autoconf
15for all of the gory details.
16
17- Tom Rothamel, 28 January 1998.
18
19