diff options
author | Guillem Jover <guillem@hadrons.org> | 2014-02-01 18:48:43 +0100 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2014-02-01 22:12:10 -0800 |
commit | dff63a2300ec2fb37fdf53d541567370406af38a (patch) | |
tree | ded61e9fe4c7121ee845c4e5f234004458444f6d /.gitignore | |
parent | bece0ee726f6052625ba9dbd403189344392a7db (diff) |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -12,20 +12,14 @@ cscope.out .libs /aclocal.m4 /autom4te.cache -/compile -/config.guess +/build-aux/ /config.h /config.h.in /config.log /config.mk /config.status -/config.sub /configure -/depcomp -/install-sh /libtool -/ltmain.sh -/missing /stamp-h1 /test-driver /weston.ini |