Create the m4 directory, and also place .gitignore in there for libtool.

patch by Jan Engelhardt (jengelh at medozas dot de)

Fixes the error:
aclocal: couldn't open directory "m4": No such file or directory
autoreconf: aclocal failed with exit status: 1

Change-Id: I1c1cd2c3d96f0d7d25616ec084dfc9bf9077fd4f
This commit is contained in:
Pascal Massimino 2011-03-28 07:09:35 -07:00
parent cdd734c9e3
commit b247a3b279

2
m4/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/libtool.m4
/lt*.m4