Update of /cvsroot/srvx/services
In directory usw-pr-cvs1:/tmp/cvs-serv21457
Modified Files:
Tag: rel-1_0
INSTALL
Log Message:
be a little bit more clear. i think people know why :)
Index: INSTALL
===================================================================
RCS file: /cvsroot/srvx/services/INSTALL,v
retrieving revision 1.15.2.5
retrieving revision 1.15.2.6
diff -C2 -r1.15.2.5 -r1.15.2.6
*** INSTALL 2001/03/29 00:48:26 1.15.2.5
--- INSTALL 2001/08/10 03:46:21 1.15.2.6
***************
*** 45,50 ****
runtime.
! 2) Run the configure script (usually ./configure), it will verify your
! system will have the resources needed for srvx to compile.
3) On some systems you may need to edit the Makefile in order for
--- 45,52 ----
runtime.
! 2) Run the configure script (sh configure), it will verify that your
! system will have the resources needed for srvx to compile. If this
! script doesn't exist, please run autogen.sh (sh autogen.sh) to
! generate it.
3) On some systems you may need to edit the Makefile in order for
|