On 01-02-2015 14:54, Ken Moffat wrote:
>  The file /usr/share/aclocal/argz.m4 was renamed to ltargz in

>  Looks as if that was part of libtool-2.4.4, I'm now on 2.4.5.

Can't test this, I'm still with libtool-2.4.2.

> ... fontforge-20141126 failed to bootstrap:
> aclocal: error aclocal: file 'm4/argz.m4' does not exist

I've found what seems to be a fix for this in (sorry for the broken line):

https://projects.archlinux.org/svntogit/packages.git/plain/trunk/PKGBUILD?h=packages/fontforge

In the fontforge source directory, first commands:

        rm -fr libltdl
        for i in m4/*.m4; do
                if [[ ! -L $i ]]; then continue; fi
                j=$(readlink "$i")
                ln -sf "${j/aclocal\//aclocal\/lt}" "$i"
        done

Also, in stead of ./bootstrap, after the fix:

        ./bootstrap --force

>  I've added a comment to ticket #6024 so that we don't forget if /
> when a newer release appears (of course, they might already know
> about this upstream).

ĸen, if you or anybody else have the means, please, would you mind to
confirm if these fix the issue?

If yes, please, I would dare asking you to fix in the book, for those
who have libtool-2.4.5 or later versions, if you find time.

-- 
[]s,
Fernando
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to