summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2017-07-27 15:24:37 +0900
committerMichel Dänzer <michel.daenzer@amd.com>2017-07-27 15:24:37 +0900
commite628f604d032d32971a1ca8670469e88939e3de2 (patch)
treec0297244b45bc6e402847667c38fbd23ce01ba44 /configure.ac
parent7d7abf99b5441ddb04dbee99bc8fa7abc30d4c46 (diff)
Add AC_CONFIG_MACRO_DIRS([m4]) to configure.ac
Suggested by one of the tools called by autoreconf. (Cherry picked from amdgpu commit 227b399badaad9bbef0be5a776ce008d0d243449) Acked-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 700e01a5..c9bc0a95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,6 +29,7 @@ AC_INIT([xf86-video-ati],
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIRS([m4])
AC_CONFIG_AUX_DIR(.)