mirror of
https://github.com/SwallowOS/xorg_lib_libxcb
synced 2025-11-03 21:24:21 +08:00
Use build-aux as autom4te cache directory
Remove the generated directory ./autom4te.cache by reusing ./build-aux as cache directory. Signed-off-by: Daniel Martin <consume.noise@gmail.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Uli Schlachter <psychon@znc.in> Tested-By: Ran Benita <ran234@gmail.com>
This commit is contained in:
3
.autom4te.cfg
Normal file
3
.autom4te.cfg
Normal file
@@ -0,0 +1,3 @@
|
||||
begin-language: "Autoconf-without-aclocal-m4"
|
||||
args: --cache=build-aux
|
||||
end-language: "Autoconf-without-aclocal-m4"
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,4 @@
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
build-aux
|
||||
libtool
|
||||
mkinstalldirs
|
||||
|
||||
Reference in New Issue
Block a user