[lwatch-cvs] files README.cvs,1.5,1.6
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2010-02-16 16:01:31
|
Update of /cvsroot/lwatch/files In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31612 Modified Files: README.cvs Log Message: autoheader shall be run too Index: README.cvs =================================================================== RCS file: /cvsroot/lwatch/files/README.cvs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README.cvs 21 Mar 2009 10:34:00 -0000 1.5 --- README.cvs 16 Feb 2010 16:01:22 -0000 1.6 *************** *** 27,31 **** If you have all above installed on your box just run following sequence: ! aclocal && automake && autoconf See README for more information about building lwatch from sources. --- 27,31 ---- If you have all above installed on your box just run following sequence: ! aclocal && autoheader && automake && autoconf See README for more information about building lwatch from sources. |