build: Set a default aux dir
authorGuillem Jover <guillem@hadrons.org>
Sat, 1 Feb 2014 17:48:43 +0000 (18:48 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Sun, 2 Feb 2014 06:12:10 +0000 (22:12 -0800)
commitdff63a2300ec2fb37fdf53d541567370406af38a
treeded61e9fe4c7121ee845c4e5f234004458444f6d
parentbece0ee726f6052625ba9dbd403189344392a7db
build: Set a default aux dir

This moves all the auxiliary build scripts into a build-aux directory,
and fixes an issue with configure being unable to find scripts because
it tries to change to an empty directory to get the absolute path,
which results in getting the path to the user's home directory instead.

,--
checking whether build environment is sane... yes
/bin/bash: /home/user/missing: No such file or directory
configure: WARNING: 'missing' script is too old or missing
`---

Signed-off-by: Guillem Jover <guillem@hadrons.org>
.gitignore
configure.ac