ignore m4/ directory and (re)create it in autogen.sh

m4/ is used by auto* tools to store (mostly libtool)
generated files.  Without it being present, autoreconf&Co
does not work, and with it present, git mentions untracked
files.  Fix both.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
Michael Tokarev
2012-05-13 14:59:54 +04:00
committed by Ronnie Sahlberg
parent 83730f7d4c
commit 23b40111fc
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
/depcomp
/aclocal.m4
/missing
/m4/
/config.guess
/config.sub
/install-sh