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

Re: new build system

From: Joe Orton <jorton_at_btconnect.com>
Date: 2001-06-04 00:55:14 CEST

On Fri, May 25, 2001 at 10:31:56AM -0400, Greg Hudson wrote:
...
> > There were some things that we wanted to do which were a giant pain
> > when dealing with those scattered Makefiles. For example: adding the
> > --silent flag to every libtool line.
>
> I'm not sure why Subversion should be different from pretty much all
> other libtool-using programs in regards to the --silent flag, but I'm
> also not sure what the problem is; we seemed to be doing this before
> the build system change via the definition of LIBTOOL.

This was my mistake - it turns out you can add --silent to the LIBTOOL
variable everywhere by doing LIBTOOL="$LIBTOOL --silent" in configure.in
after using the PROG_LIBTOOL macro, so adding it to every Makefile.am
was overkill. :(

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:31 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.