From 35aad022be07f5c8cca4de9a9c71480157275800 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 18 Feb 2009 15:17:36 -0500 Subject: include the m4 files from the autoconf-archive package Not everyone has the autoconf-archive package installed, so have the autogen.sh script automatically update the local copies and include them in the tree. Signed-off-by: Mike Frysinger --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c6b5789..d638fcd 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,12 @@ Makefile.in /stamp-h1 /test.sh +/m4/libtool.m4 +/m4/ltoptions.m4 +/m4/ltsugar.m4 +/m4/ltversion.m4 +/m4/lt~obsolete.m4 + /ChangeLog /libsandbox/libsandbox.map -- cgit v1.2.3-65-gdbad