mirror of
https://github.com/X11Libre/xf86-video-geode.git
synced 2026-03-23 17:19:34 +00:00
Migrate AC_CONFIG_AUX_DIR to [build-aux]
Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
This commit is contained in:
14
build-aux/.gitignore
vendored
Normal file
14
build-aux/.gitignore
vendored
Normal 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
|
||||
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user