On Mon, 26 Dec 2005 11:28:30 +0100 (CET) Werner LEMBERG <[EMAIL PROTECTED]> wrote: >> AC_ARG_ENABLE([multi-abi], >> [...] > >Please put all this stuff into one or more separate files (similar to >ft-munmap.m4) to make it more comprehensible. Additionally I wonder >whether there isn't already some stuff in, say, libtool. Otherwise >you could probably contribute your code -- I'm quite sure that the >libtool maintainers can give you additional advice.
OK, I'll check libtool and reconsider to reduce the script size. Although I believe mine is not the first autoconf macro, I've checked macros bundled with automake, autoconf, and http://ac-archive.sourceforge.net/ but I could not find. >> + /* ARCH_DEP_BEGIN */ >> #undef SIZEOF_INT >> #undef SIZEOF_LONG >> + /* ARCH_DEP_END */ > >Here we need more comments to explain what the comments mean and that >they must not be changed. OK! Regards, mpsuzuki _______________________________________________ Freetype-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype-devel
