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

Automake stuff

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2001-01-22 19:36:58 CET

Hi again all,

I have been exploring how to use automake/autoconf stuff today, and I
noticed a problem with the subversion Makefile.am's. If one was to run
'make dist' first of all it would not work because of the apr stuff.
However, even if the apr stuff complied with automake, running make
'distcheck' would still fail because dist check uses a VPATH build, and
subversion's INCLUDE macros reference directories relatively. Since
some users do indeed use VPATH builds we should probably fix these
INCLUDE macros at some point before subversion makes it to 1.0. All
that is required is to replace '-I../include' with
'-I@srcdir@/../include' so it isn't really all that much work, just
something that needs to be kept in mind. I'll start doing it if anyone
is interested in having it done now.

P.S. Let me know if I am bothering anyone by posting so many little
things to the list, I can keep my mouth shut (fingers still), but I
usually need someone to tell me to first :)

-- 
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson
kevin@pilch-bisson.net
http://www.pilch-bisson.net

  • application/pgp-signature attachment: stored
Received on Sat Oct 21 14:36:19 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.