Michael Green wrote: [] > install-info: unknown option `--dir-file=/sw/src/root- > readline-4.2a-1/sw/share/info/dir' > usage: install-info [--version] [--help] [--debug] [--maxwidth=nnn] > [--section regexp title] [--infodir=xxx] [--align=nnn] > [--calign=nnn] [--quiet] [--menuentry=xxx] [--info-dir=xxx] > [--keep-old] [--description=xxx] [--test] > [--remove | --remove-exactly ] > [--] > filename [] > The installation proceeded then and seem to finish successfully. > I think that library is present on any computer that have fink installed > on it, isn't it? > So is it only me seeing these errors or you guys see these too???
This is readline's Makefile using an option for install-info that works only with the GNU version of install-info and not with debian's install-info which is what Fink is using. IIUC this is harmless, because the true install-info happens later when the *.deb is installed, not when it is built. And then the right install-info option is used, because then it is Fink who calls install-info. -- Martin _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
