[Xcb] [Bug 66413] libxcb 1.9.1: Fails to build on Arch Linux: /home/<user>/install-sh: No such file or directory
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jul 1 16:44:44 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=66413
--- Comment #10 from Daniel Martin <consume.noise at gmail.com> ---
(In reply to comment #5)
> Uhm, I can't find anything in the auto* docs which say that a certain order
> of the macros is required. Could this be a bug in automake?
Just had a look at it and I think it's bug in automake too. The problem seems
to be that $ac_aux_dir is not initialized. Adding a AC_CONFIG_AUX_DIR or
AC_CONFIG_AUX_DIR([.]) fixes it for me.
Long story:
- "/bin/sh: /home/miki/install-sh" comes from $install_sh,
- $install_sh comes out of install-sh.m4:
...
install_sh="\${SHELL} $am_aux_dir/install-sh"
...
- $am_aux_dir comes out of auxdir.m4:
...
am_aux_dir=`cd $ac_aux_dir && pwd`
...
- And if $ac_aux_dir is not initialized, we end up with the home directory as
prefix in $am_aux_dir.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/xcb/attachments/20130701/adece19e/attachment.html>
More information about the Xcb
mailing list