diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2018-08-23 18:42:28 +0200 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2018-08-23 18:48:45 +0200 |
commit | 7b01c10137aba24c8f61dd9b2a19ea257ad24371 (patch) | |
tree | 6f2e6a157c9569fe0872f4bd9cbf8ef9fa4b475f | |
parent | 60cd28bbbe4f9db391b4f27c5ff9289d5c2bef40 (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>
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 00000000..464ba5ca --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,5 @@ +libtool.m4 +lt~obsolete.m4 +ltoptions.m4 +ltsugar.m4 +ltversion.m4 |