[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] misc svn build errors

From: Bob Miller <kbob_at_jogger-egg.com>
Date: 2000-09-21 07:00:58 CEST

I've found inconsistent behavior in automake. My automake is...

        jogger-egg tigris/subversion> rpm -q automake
        automake-1.4a-5mdk

"mdk" means Mandrake Linux (6.1). I assume that 1.4a is an alpha.

I pulled automake 1.4 off a GNU ftp mirror, but it doesn't work. Gets
lots of random errors. (Why?)

I am in the process of installing Mandrake 7.1, the current release,
on another box. If I can't reproduce the problem there, I'll upgrade
my main box ASAP. If I can reproduce it, I'll keep debugging.

The inconsistent behavior is, immediately after running autogen.sh,
mod_dav_svn/Makefile.in does not have definitions for APACHE_INCLUDES
or APACHE_MODULES. But if I touch Makefile.am, Makefile.in is rebuilt
and those macros are defined. So if I'd touched ANYTHING in
Makefile.am, I'd have "fixed" the bug. (-:

I expect I just need the right version of automake.

Greg Stein wrote:

> [ abbreviated, vacation-mode response: enabled ... :-) ]
>
> In my Makefile.in (constructed by automake), I have the following lines:
>
> APACHE_INCLUDES = @APACHE_INCLUDES@
> APACHE_MODULES = @APACHE_MODULES@

-- 
                                        K<bob>
kbob_at_jogger-egg.com, http://www.jogger-egg.com/
Received on Sat Oct 21 14:36:08 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.