build: set aux-dir
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 4 Nov 2013 14:43:57 +0000 (15:43 +0100)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 4 Dec 2013 04:48:17 +0000 (14:48 +1000)
commitcc54b786a79ad997b8e86735350904e301bb7b31
tree5b7532e6364c130c7987e8ca5642ae3fd9546d6b
parenta612ee753e8c40d2d1fff6da516d278064e27d86
build: set aux-dir

If we don't set AUX_DIR, I get errors during ./configure:
  /bin/sh: /home/david/missing: No such file or directory
  configure: WARNING: 'missing' script is too old or missing

This error is ignored by default, but may cause failures with newer
autoconf versions. Simply set the AUX_DIR to "build-aux" like many other
autotools projects do.

[This is an automake 1.14 bug, see the upstream report:
http://lists.gnu.org/archive/html/bug-automake/2013-11/msg00007.html]

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
configure.ac