From: Yurii R. <yr...@us...> - 2003-02-10 10:04:25
|
Update of /cvsroot/eas-dev/eas-dev/build/unix In directory sc8-pr-cvs1:/tmp/cvs-serv6049 Modified Files: INSTALL Log Message: small notes for CVS source tree usage Index: INSTALL =================================================================== RCS file: /cvsroot/eas-dev/eas-dev/build/unix/INSTALL,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- INSTALL 9 Feb 2003 08:18:16 -0000 1.5 +++ INSTALL 10 Feb 2003 10:04:18 -0000 1.6 @@ -57,5 +57,15 @@ $ make +NOTES FOR CVS VERSION +==================== + +If you got a CVS version instead of source release in order to obtain `configure' script you should +type + + $ automake --foreign && autoconf && autoheader && aclocal + +in build/unix directory + -- Good Luck! |