Re: Help with autoconf / libtool

2010-07-09 Thread Andreas Tille
On Thu, Jul 08, 2010 at 10:16:35AM +0200, Sebastian Harl wrote: > > and @GENERIC_LIBRARY_VERSION@ is not a standard name, but rather > > something the other projects that use it have defined in their > > configure.ac (and I'd hardcode it in the Makefile.am). > > Yep. In this case, that's already d

Re: Help with autoconf / libtool

2010-07-08 Thread Sebastian Harl
Hi, On Thu, Jul 08, 2010 at 09:53:43AM +0200, Simon Richter wrote: > On Wed, Jul 07, 2010 at 07:15:34PM +0200, Sebastian Harl wrote: > > libctapimkt_la_LDFLAGS = $(AM_LDFLAGS) -version-info > > @GENERIC_LIBRARY_VERSION@ > > Like that, except that $(AM_LDFLAGS) is implicit and doesn't need to b

Re: Help with autoconf / libtool

2010-07-08 Thread Simon Richter
Hi, On Wed, Jul 07, 2010 at 07:15:34PM +0200, Sebastian Harl wrote: > libctapimkt_la_LDFLAGS = $(AM_LDFLAGS) -version-info > @GENERIC_LIBRARY_VERSION@ Like that, except that $(AM_LDFLAGS) is implicit and doesn't need to be specified again here, and @GENERIC_LIBRARY_VERSION@ is not a standard

Re: Help with autoconf / libtool

2010-07-07 Thread Sebastian Harl
Hi, On Wed, Jul 07, 2010 at 06:55:39PM +0200, Andreas Tille wrote: > I would like to seek some help with libtool / autoconf for a small > package I would like to put into Debian Med. Upstream has written a > small library to interact with the German "Gesundheitskarte" and I tried > to provide the

Help with autoconf / libtool

2010-07-07 Thread Andreas Tille
Hi, I would like to seek some help with libtool / autoconf for a small package I would like to put into Debian Med. Upstream has written a small library to interact with the German "Gesundheitskarte" and I tried to provide the libtool stuff to enable architecture independent building of static an