From: David E. <tw...@us...> - 2005-08-26 17:05:33
|
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. -- Regards, -\- David Eriksson -/- SynCE - http://synce.sourceforge.net ScummVM - http://scummvm.sourceforge.net Desquirr - http://desquirr.sourceforge.net |