[PATCH xf86-video-ati 1/3] Add AC_CONFIG_MACRO_DIRS([m4]) to configure.ac
Michel Dänzer
michel at daenzer.net
Thu Jul 27 06:30:39 UTC 2017
From: Michel Dänzer <michel.daenzer at amd.com>
Suggested by one of the tools called by autoreconf.
(Cherry picked from amdgpu commit 227b399badaad9bbef0be5a776ce008d0d243449)
Signed-off-by: Michel Dänzer <michel.daenzer at amd.com>
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 700e01a5a..c9bc0a958 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(.)
--
2.13.3
More information about the amd-gfx
mailing list