Re: [PATCH libinput] configure.ac: set AC_CONFIG_AUX_DIR

2017-03-09 Thread Emil Velikov
On 8 March 2017 at 21:57, Peter Hutterer wrote: > 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 ca

[PATCH libinput] configure.ac: set AC_CONFIG_AUX_DIR

2017-03-08 Thread Peter Hutterer
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