From b247a3b2797af3a5c0ec9a2726b645bd29e27d3c Mon Sep 17 00:00:00 2001 From: Pascal Massimino Date: Mon, 28 Mar 2011 07:09:35 -0700 Subject: [PATCH] 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 --- m4/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 m4/.gitignore diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 00000000..64d9bbcd --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,2 @@ +/libtool.m4 +/lt*.m4