Use AC_CONFIG_MACRO_DIR instead of AC_CONFIG_MACRO_DIRS

Older versions of autoconf only supported the former.

Acked-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Michel Dänzer
2018-08-23 18:59:18 +02:00
committed by Michel Dänzer
parent 7b01c10137
commit cba8fe4d64

View File

@@ -29,7 +29,7 @@ AC_INIT([xf86-video-ati],
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIRS([m4])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR(.)