configure.ac: set AC_CONFIG_AUX_DIR
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 8 Mar 2017 21:50:32 +0000 (07:50 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 9 Mar 2017 20:19:31 +0000 (06:19 +1000)
commit592483b80065a77a68a2f0ade5e5c3399022daf5
tree83c313f81b2eb462b11fc8ef858c680890c0972f
parente6342d409e97c5ace1e7f6a1eb8c330040af681a
configure.ac: set AC_CONFIG_AUX_DIR

If not set, libtool will search directories up to ../.. for an install-sh and
then dump the aux files there. This caused a couple of problems with the xorg
release.sh script that now uses worktrees but is generally bad behaviour
because we can't guarantee that we're not inside some other repository.

Set AC_CONFIG_AUX_DIR to avoid this behavior.

See https://lists.freedesktop.org/archives/xorg-devel/2017-March/053006.html

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac