Initialize automake earlier (bugfix for #66413)
authorDaniel Martin <consume.noise@gmail.com>
Wed, 24 Jul 2013 10:51:04 +0000 (12:51 +0200)
committerDaniel Martin <consume.noise@gmail.com>
Wed, 14 Aug 2013 22:35:07 +0000 (00:35 +0200)
commit50fb3a6312dd0b6b613fc886ffd6827952d1e286
tree35163c738df1569190dd3a1981fa7f28c6a2aae6
parentdd01db570c34dd3e2e0f5d07b8d40c837fa51057
Initialize automake earlier (bugfix for #66413)

This fixes:
    https://bugs.freedesktop.org/show_bug.cgi?id=66413
    Bug 66413 - libxcb 1.9.1: Fails to build on Arch Linux: \
        /home/<user>/install-sh: No such file or directory

Without that patch the search path for `install-sh` will become $HOME
and the `install` target will fail, when DESTDIR doesn't exist in
advance. (occured with automake 1.14 and autoconf 2.69)

Initial patch by: Alain Kalker <a.c.kalker@gmail.com>
Signed-off-by: Daniel Martin <consume.noise@gmail.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Uli Schlachter <psychon@znc.in>
Tested-By: Ran Benita <ran234@gmail.com>
configure.ac