From: <tim...@en...> - 2006-06-27 17:34:17
|
Timoth=E9e Lecomte wrote: > Hardy and Juergen, could you try to apply the attached patch ? It only=20 > runs the PKG_CHECK_MODULES macros if the program pkg-config can be foun= d. > Nevermind, this patch does not solve anything. I uninstalled pkg-config,=20 and can reproduce exactly your problem (AC_MSG_WARN undefined and=20 PKG_CHECK_MODULES with wrong syntax). However, I think I have found the right solution. As explained in=20 http://programming.linux.com/programming/05/08/11/1923248.shtml?tid=3D22=20 ("Best Practices with autotools"), we should always distribute the=20 macros we are using, because the user may have an old and buggy macro or=20 he may not have it at all. So the solution is to put 'pkg.m4' taken from the pkg-config package in=20 <gnuplot source directory>/m4 I have commited the file to the CVS. Hardy and Juergen, can you try with the current CVS ? Thank you very much and sorry for the trouble and the noise. Timoth=E9e |