On Fri, Jul 22, 2005 at 02:01:17PM -0500, Taral wrote: > On 7/22/05, Mark Stosberg <[EMAIL PROTECTED]> wrote: > > I ran this on FreeBSD 4.10 > > autoconf259 && gmake > > > > And the end result was: > > gmake: *** No rule to make target [EMAIL PROTECTED]@', needed by > > `.depend'. Stop. > > > > It looks like adding "--disable-git" to ./configure may solve that for me. > > Nah, you probably need to move AC_SUBST(GIT_SRCS) out of the if clause > in configure.ac.
Actually, it looks to me like most likely you just to run configure manually. autoconf259 && ./configure && gmake should do it. -- David Roundy http://www.darcs.net _______________________________________________ darcs-devel mailing list [email protected] http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel
