
INSTALL: Installation instructions for `samefile'
*************************************************

 funny_prompt$ ./configure
 funny_prompt$ make
 funny_prompt$ make test       # test samefile operation, optional
 funny_prompt$ make install    # may require root privileges

This will configure and make samefile.
The `make install' will install the samefile executable
and the samefile manual page. If you are the Perfect System Admin (TM)
you will certainly want to make 'whatis samefile' or 'apropos identical'
work. On some systems this requires updating the whatis database. For
example on Solaris 2.x you do so with

 funny_prompt$ MANPATH=/usr/local/man catman -w     # sh, ksh, bash

You can override the destination directory prefix (/usr/local)
and compilation flags by using

 funny_prompt$ ./configure --prefix=/opt/other
 funny_prompt$ make CC=gcc CFLAGS='-O2 -fno-strength-reduce -Wall' LDFLAGS=-s
 funny_prompt$ make install

Report problems and bugs to samefile@schweikhardt.net
