Asko Kauppi wrote: [] > Does anyone else have this problem; does the package work nice on > Intel 10.5?
No, not for me; I get the same error. > $ makeinfo --version > makeinfo (GNU texinfo) 4.11 The package has, in its Makefile, a test about which it says # For an installed makeinfo, we require it to be from texinfo 4.2 or # higher, else we use the "missing" dummy. Unfortunately, it then only looks for 4.2 to 4.9 and does not recognize 4.11 or (in my case) 4.13. This is clearly a bug in the sources which should be fixed in the package. In the Fink package, this test is not really necessary, so that a quick and dirty patch like the following will work: PatchScript: perl -pi -e 's,\|4.*9,|[4-9,' Makefile.in If this works for you and no maintainer shows up, I can check it in. -- Martin ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
