>>>>> "Lars" == Lars Clausen <[EMAIL PROTECTED]> writes:
Lars> On Wed, 6 Mar 2002, Paul Eggert wrote: >>> From: Lars Clausen <[EMAIL PROTECTED]> Date: 06 Mar 2002 >>> 13:07:48 -0600 >>> >>> Earlier we used hand-built macros to check for Freetype, but since >>> we have to check the version, we now use the AC_CHECK_FT2 macro. >> AC_CHECK_FT2 is not part of Autoconf, so possibly this is a problem >> with your definition of this macro, not with Autoconf itself. Lars> I know it isn't, the problem is when freetype isn't installed, I Lars> still need to be able to run the configure script. Please, complain to its authors: AC_ is exclusively reserved to Autoconf per se. They should use another prefix.
