Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
Thanks for Suggestion!
Dmitry, please consider to add this instruction into README.CVS.
>
> The solution (on Linux RH 7.0):
>
> Run aclocal (just like that) after autoconf and before running
> ./configure.
>
> That's another step on the way, but there are still problems:
>
> creating Makefile
> sed: can't read ./Makefile.in: No such file or directory
> creating src/Makefile
> sed: can't read ./src/Makefile.in: No such file or directory
> creating doc/Makefile
> sed: can't read ./doc/Makefile.in: No such file or directory
> creating etc/Makefile
> sed: can't read ./etc/Makefile.in: No such file or directory
>
>
> I finally found the answer to all of this at
> http://www.mail-archive.com/general%40mnogosearch.org/msg00185.html .
> And indeed, it works. Perhaps Sergey's posting should go into a
> CVS mini-FAQ into the distribution. Something like this:
>
> file: CVS-README
>
> Q: How do I compile the latest version from CVS?
> A: Run the following commands:
>
> # export CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/src/CVS
> # cvs login (type cvs when asked for password)
> # cvs co mnogosearch
> # cd mnogosearch
> # aclocal
> # autoheader
> # automake
> # autoconf
> # ./configure (your parametres, see README and ./configure --help)
> # make
> # make install
>
>
>
Reply: <http://search.mnogo.ru/board/message.php?id=1888>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]