build: use AC_CONFIG_AUX_DIR([build-aux])

Less clutter, why not?

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2013-08-15 09:45:49 +03:00
parent 5b7f766898
commit f505c4314e
1 changed files with 1 additions and 0 deletions

View File

@ -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])