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>
This commit is contained in:
Michel Dänzer
2018-08-23 18:42:28 +02:00
committed by Michel Dänzer
parent 60cd28bbbe
commit 7b01c10137
2 changed files with 5 additions and 5 deletions

5
.gitignore vendored
View File

@@ -26,12 +26,7 @@ INSTALL
install-sh install-sh
.libs/ .libs/
libtool libtool
libtool.m4
ltmain.sh ltmain.sh
lt~obsolete.m4
ltoptions.m4
ltsugar.m4
ltversion.m4
Makefile Makefile
Makefile.in Makefile.in
mdate-sh mdate-sh

5
m4/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
libtool.m4
lt~obsolete.m4
ltoptions.m4
ltsugar.m4
ltversion.m4