From: Brad B. <bra...@se...> - 2006-01-03 02:33:24
|
I am running cygwin to make it easy to test my open source project both under the GNU and Microsoft compilers. I would like a version of libmcrypt.m4 that does not generate the following warnings: $ aclocal /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal There is some mention of this problem at: http://lists.freedesktop.org/pipermail/xserver/2004-April/001198.html If I knew how to determine the version of libmcrypt on my system, I would include that information in this message. |