On Thu, 14 Dec 2000, David Eisner wrote:
>
> Hi. Dia is pretty cool. I just checked out the version in the
> CVS tree, and encountered a few problems trying to build.
>
> First, it looks like aclocal.m4 is not in the CVS tree. I copied
> over the version from dia-0.86, reran autoconf, and that seemed to solve
> that problem.
>
> The resulting configure script barfed when it couldn't find install-sh.
> Again, I copied that over from dia-0.86, and it got a little farther.
>
> Before I waste alot of time repeating this process, is there something
> I'm missing?
Run the autogen.sh script instead:
./autogen.sh --prefix=wherever
None of the generated files are checked into CVS.
James.