Migrate AC_CONFIG_AUX_DIR to [build-aux]

Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
This commit is contained in:
Martin-Éric Racine
2013-10-03 01:29:35 +03:00
parent b57f56b311
commit 69a8eedfe6
2 changed files with 15 additions and 1 deletions

14
build-aux/.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
ar-lib
config.guess
config.sub
depcomp
compile
install-sh
ltmain.sh
mdate-sh
missing
mkinstalldirs
py-compile
test-driver
texinfo.tex
ylwrap

View File

@@ -31,7 +31,7 @@ AC_INIT([xf86-video-geode],
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_AUX_DIR([build-aux])
# Initialize Automake
AM_INIT_AUTOMAKE([foreign dist-bzip2])