summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2017-07-26 16:42:58 +0900
committerMichel Dänzer <michel@daenzer.net>2017-07-27 15:13:36 +0900
commit227b399badaad9bbef0be5a776ce008d0d243449 (patch)
tree16e915fa1eeb7aac750473fd0e9636683178559b /configure.ac
parent4d36306bcebb8548455a21eae6a7216a9439d9e4 (diff)
Add AC_CONFIG_MACRO_DIRS([m4]) to configure.ac
Suggested by one of the tools called by autoreconf. 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 26eb52d..0ff2bdf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,6 +29,7 @@ AC_INIT([xf86-video-amdgpu],
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIRS([m4])
AC_CONFIG_AUX_DIR(.)