Alex Boisvert wrote:
>
> Hello,
>
> I've just synchronized with the (anonymous) CVS tree and I can't find the
> "./configure" file in my tree.
>
> Is this file in the CVS tree?
>
> Here's what I did:
>
> export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot
> cvs login
> (entered the password)
> cvs checkout japhar
> (wait for bits to come on my machine)
>
> Then, I looked in my new japhar directory:
>
> alex@teel (/dev/ttyp6) /usr/home/alex/japhar/japhar 7> ls
> AUTHORS NEWS config.guess lib props
> COPYING README config.log ltconfig scripts
> CVS acconfig.h config.sub ltmain.sh tests
> ChangeLog acinclude.m4 configure.in maintain testsuite
> HACKING arch doc missing www
> INSTALL classes include mkinstalldirs
> Makefile.am confdefs.h install-sh progs
> alex@teel (/dev/ttyp6) /usr/home/alex/japhar/japhar 8>
>
> As you can see, "configure" is not there.
If you use anonymous CVS, we sort of assume a little more knowledge than
"download the package and type configure and then make." Read the
HACKING file. it'll give you the command line to use (and the packages
you'll need installed) to make the configure file.
xtoph