diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2018-08-24 17:17:43 +0200 |
---|---|---|
committer | Michel Dänzer <michel.daenzer@amd.com> | 2018-08-24 17:17:43 +0200 |
commit | afdfa2a1b6d4b594e0ed345b32279d4a2fd5e188 (patch) | |
tree | 95db9fee4594309947bbb2404964e38c31ec5135 | |
parent | f6cd72e64e85896b6d155bee0930e59771dcb701 (diff) |
Add m4 directory
Although normally it only warns about it, under some circumstances,
aclocal can error out if this directory doesn't exist.
Reported-by: John Lumby <johnlumby@hotmail.com>
(Cherry picked from radeon commit 7b01c10137aba24c8f61dd9b2a19ea257ad24371)
Acked-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | m4/.gitignore | 5 |
2 files changed, 5 insertions, 5 deletions
@@ -26,12 +26,7 @@ INSTALL install-sh .libs/ libtool -libtool.m4 ltmain.sh -lt~obsolete.m4 -ltoptions.m4 -ltsugar.m4 -ltversion.m4 Makefile Makefile.in mdate-sh diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000..464ba5c --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,5 @@ +libtool.m4 +lt~obsolete.m4 +ltoptions.m4 +ltsugar.m4 +ltversion.m4 |