Re: how to turn off shared library notice in output of make install?

2006-09-27 Thread Kent Boortz
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > | -- > | Libraries have been installed in: > |/shecky/n3_new/install/lib > | > | If you ever happen to want to link against installed libraries > | in a given directory, LIBDIR,

Re: how to turn off shared library notice in output of make install?

2006-09-27 Thread Ralf Wildenhues
* Ed Hartnett wrote on Wed, Sep 27, 2006 at 04:59:01PM CEST: > Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > > > to avoid much of libtool's blabla, and the developer will be able to set > > AM_LIBTOOLFLAGS=--silent > > But can this be done now? That is, can I somehow send the --silent to > lib

Re: how to turn off shared library notice in output of make install?

2006-09-27 Thread Ed Hartnett
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > [ Cc:ing bug-libtool ] > > Hello Ed, Howdy Ralf! > Several comments: first, this comment is not written if libtool gets the > option --silent. With the next Automake release, the user will be able > to use > configure LIBTOOLFLAGS=--silent > > or

Re: how to turn off shared library notice in output of make install?

2006-09-27 Thread Ralf Wildenhues
[ Cc:ing bug-libtool ] Hello Ed, Thanks for the bug report. * Ed Hartnett wrote on Wed, Sep 27, 2006 at 03:54:00PM CEST: > I have shared libraries turned off by default, by having this in my > configure.ac: > > AM_DISABLE_SHARED > When I build and do a make install, with or without shared libr