The file /usr/share/aclocal/argz.m4 was renamed to ltargz in
November:
http://lists.gnu.org/archive/html/libtool-commit/2014-11/msg00002.html

commit titled libltdl: move libltdl argz module into LT namespace.

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

 Until a little while ago. no packages on my desktop have noticed
this.  But fontforge-20141126 failed to bootstrap:
aclocal: error aclocal: file 'm4/argz.m4' does not exist

 For my own script (which I regard as an "extra", so it might still
be used on an older system) I have worked around this with

test -f /usr/share/aclocal/argz.m4 || ln -svf ltargz.m4 
/usr/share/aclocal/argz.m4
./bootstrap
test -h /usr/share/local/argz.m4 && rm -v /usr/share/aclocal/argz.m4 || true

which is not suitable for the book (it would carry on if the rm
failed), and I do not use '&&' in my package scripts because I was
pursuaded to build them with 'set -e'.  But it works for me.

 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
-- 
Nanny Ogg usually went to bed early. After all, she was an old lady.
Sometimes she went to bed as early as 6 a.m.
-- 
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