Hi,
I want reuse an existing macro but for this purpose I have to pass
an argument (the version number of the library).
The macro which already exist(say M1) checks the existence of the
library and the version number.
The new macro which wants reuse the M1 macro will do something more
but it has
Am Mon, 22 May 2006 16:28:21 +0200
schrieb Stepan Kasal <[EMAIL PROTECTED]>:
>
> it would help if you posted some example code. Preferably a pointer
> to a small self-contained example, but simple pointer to a tarball of
> your project might be enough.
>
Hello,
sometime ago I wrote:
http://au
Am Tue, 1 Aug 2006 18:51:58 +0100
schrieb "Paulo J. Matos" <[EMAIL PROTECTED]>:
> Hi all,
>
> CPPUNIT provides an m4 macro AM_PATH_CPPUNIT which is in:
> /usr/share/aclocal/cppunit.m4
>
> Still, when I try to use AM_PATH_CPPUNIT in my configure.ac I get an
> error. Shouldn't it find cppunit.m4 a
Am Mon, 14 Aug 2006 18:05:22 +0200
schrieb Ralf Wildenhues <[EMAIL PROTECTED]>:
> Hello Thomas,
>
> Sorry for the delay.
>
> * Thomas Porschberg wrote on Tue, Jul 18, 2006 at 07:38:25AM CEST:
> >
> > I wrote some m4 macros for the boost libraries(see
> > http://randspringer.de/boost/index.html)