I just noticed that the messages that i have sent are coming through
slightly corrupted. I am going to have to find out what is causing the
corruption when i get back to work, but anyway. The automake variables i
have provided are being replaced with:
address @ hidden @
That is not what they are
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> > Sorry, that makes no sense : the substitutions are done at
configure time,
> > Automake is run earlier and will never know their values.
> >
>> >> However in the automake files I am unable to use these variables for
>> >> substitution on the left
On Thu, Feb 16, 2006 at 03:55:44PM +0100, Alexandre Duret-Lutz wrote:
> Take the string "[EMAIL PROTECTED]@.la" (that's what
> Automake reads). To canonize it, replace characters that are neither
I meant to write "canonicalize". The above mistake should not be
regarded as a caricature of any rel
On Thu, Feb 16, 2006 at 04:22:24PM +1100, Brendon Costa wrote:
>
> The configure script exports the following two variables for use in
> automake that help with versioning:
>
> PACKAGE_VERSION 1.0.6
> PACKAGE_VERSION_UNDERSCORE 1_0_6
>
Sorry, that makes no sense : the substitutions a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Peter O'Gorman wrote:
> Since you seem to want libatcppunit-1.0.6 to be the library name, I suggest
> that you use it as the library name :)
>
> lib_LTLIBRARIES = libatcppunit-1.0.6.la
>
> This means that the libatcppunit.so symlink will also disappe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Brendon Costa wrote:
| Hi all,
|
| I am using libtool version 1.5.18 to create a library I wrote for
| unit testing. It has come to the stage where I would find it useful to
| have multiple versions of this library installed at any point in time