David Eriksson wrote:
> Hi,
>
> I saw the checkin to detect SynCE libraries.
>
> Included with each SynCE module is an .m4 file containing an autoconf
> macro used for finding SynCE. The macro is probably not perfect but it
> should be a good start and save some typing.
>
> For example for the libsynce module, the file is libsynce.m4 and the
> macro is AM_PATH_LIBSYNCE. (I honestly don't know why I prefixed it with
> AM and not AC, it feels silly now that I think of it.)
>
> I think you can deduce the pattern for the other modules.
>
> One way to make these macros available is to concatenate the .m4 files
> into a single acinclude.m4 file in the same directory as configure.ac.
>
Thats much better :)
Ill add the macros to the synce plugin
would you accept a patch if i add pkgconfig support to your libraries?
Armin
|