Skip to content

Commit

Permalink
Prevent autoreconf from emitting warning about m4 directory
Browse files Browse the repository at this point in the history
autoreconf should emit a message when creating a directory, not emit a
warning saying the directory doesn't exist[1].  As git doesn't have a
mechanism for including directories, this patch defines a hidden file in
the m4/ directory.

[1] "aclocal: warning: couldn't open directory 'm4': No such file or
directory"

Signed-off-by: Mimi Zohar <[email protected]>
Signed-off-by: Ken Goldman <[email protected]>
  • Loading branch information
mimizohar authored and kgoldman committed Oct 16, 2018
1 parent c18ef24 commit 0d43b50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,8 @@ utils/libibmtss.so.1
utils/libibmtss.so.1.1
utils/libibmtssutils.so.1
utils/libibmtssutils.so.1.1
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
Empty file added m4/.keepdir
Empty file.

0 comments on commit 0d43b50

Please sign in to comment.