build: use AC_CONFIG_AUX_DIR([build-aux])
Less clutter, why not? Signed-off-by: Ran Benita <ran234@gmail.com>master
parent
5b7f766898
commit
f505c4314e
|
@ -28,6 +28,7 @@ AC_INIT([libxkbcommon], [0.3.1],
|
|||
AC_CONFIG_SRCDIR([Makefile.am])
|
||||
AC_CONFIG_HEADERS([src/config.h])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
|
||||
# Initialize Automake
|
||||
AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip subdir-objects color-tests parallel-tests])
|
||||
|
|
Loading…
Reference in New Issue