RE: Automake: How to force dynamic linking

2011-10-26 Thread Daily, Jeff A
> -Original Message- > From: automake-bounces+jeff.daily=pnl@gnu.org [mailto:automake- > bounces+jeff.daily=pnl@gnu.org] On Behalf Of > adrianc...@hotmail.co.uk > Sent: Tuesday, October 25, 2011 11:31 PM > To: automake@gnu.org > Subject: Automake: How to force dynamic linking > > P

Automake: How to force dynamic linking

2011-10-26 Thread adrianc...@hotmail.co.uk
Please could someone inform me how to ensure that a program i create is dynamically linked when using libtool. In section 8.3.2 Building Libtool Libraries it states bin_PROGRAMS = hello hello_SOURCES = hello.c ... hello_LDADD = libgettext.la Whether hello is statically or dynamically l

Re: Manual merges.

2011-10-26 Thread Miles Bader
> On my own "real" projects (the ones with real users), I view the version > control logs as messages for active developers and ChangeLog as messages > for users and occasional developers. So git sees small one-off messages > on a regular basis, and the ChangeLog is updated when big user-visible >