From 60a4edd66200be829560dce0d41a02fc70cef4f5 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 16 Feb 2009 10:40:25 +0100 Subject: build-sys: add temporary libtool *.m4 stuff We require libtool-2 (because old 1.5.x is crap). Unfortunately, libtool-2 is still not available in many Linux distributions -- now I see it in unstable distributions only. The painless way how to resolve this problem is to __temporary__ commit generated libtool-2 stuff to our repository. Signed-off-by: Karel Zak --- .gitignore | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 67f766cde..5ab0d1d1e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,7 @@ config.sub stamp-h stamp-h1 update.log -m4 +m4/*.m4 aclocal.m4 ABOUT-NLS config.rpath @@ -31,7 +31,15 @@ compile depcomp install-sh missing -ltmain.sh libtool .deps .libs + +# libtool-2 stuff -- temporary added to repository (because libtool-2.x.x is +# still not in avaialable in many Linux distributions) +!config/ltmain.sh +!m4/libtool.m4 +!m4/ltoptions.m4 +!m4/ltsugar.m4 +!m4/ltversion.m4 +!m4/lt~obsolete.m4 -- cgit v1.2.3-55-g7522