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

buildcheck.sh "warnings"

From: Soren 'Frank' Munch <sm_sbv_at_u5.com>
Date: 2005-07-01 15:58:15 CEST

Hi,

I am a little confused over the messages from ./autogen.sh, running from
unpacked tarball for 1.2.0 on FreeBSD 5.4

./autogen.sh runs through, but it says:

...
buildcheck: local copy of find_apr.m4 does not match APR's copy.
            An updated copy of find_apr.m4 may need to be checked in.
buildcheck: local copy of PrintPath does not match APR's copy.
            An updated copy of PrintPath may need to be checked in.
buildcheck: local copy of find_apu.m4 does not match APRUTIL's copy.
            An updated copy of find_apu.m4 may need to be checked in.
...

So I looked into build/buildcheck.sh and saw that the tests used were:

cmp ./build/ac-macros/find_apr.m4 ./apr/build/find_apr.m4
cmp ./build/PrintPath ./apr/build/PrintPath
cmp ./build/ac-macros/find_apu.m4 ./apr-util/build/find_apu.m4

so, in other words, the comparison is between two files right out of the the
tarball. So I assume that the message has nothing to do with anything I did
and simply should be ignored.

Right?

I'd be curious why the messages are there, if anyone knows, and how would I
"check in" the files if somehow needed?

- - -

I also got

"libtoolize not found in path"

Should I worry about that?

Thanks in advance.

Frank
U5com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 1 16:04:11 2005

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

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