diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2017-07-26 16:44:00 +0900 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2017-07-27 15:13:36 +0900 |
commit | 842bad4b951296ca25f47b50cb358e502bf30ebb (patch) | |
tree | 03c5f8b24b0e8da6e1bef51497e5491306cb6b93 /Makefile.am | |
parent | 227b399badaad9bbef0be5a776ce008d0d243449 (diff) |
Makefile.am: Set ACLOCAL_AMFLAGS = -I m4
Suggested by one of the tools called by autoreconf.
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f0e2c3c..b8d99f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,8 @@ SUBDIRS = src man conf MAINTAINERCLEANFILES = ChangeLog INSTALL +ACLOCAL_AMFLAGS = -I m4 + .PHONY: ChangeLog INSTALL INSTALL: |