summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorKarel Zak2009-02-16 10:40:25 +0100
committerKarel Zak2009-02-16 10:40:25 +0100
commit60a4edd66200be829560dce0d41a02fc70cef4f5 (patch)
treef8a7acf33a0d8f0db12b6ce6eb2eda3faebe6eaf /.gitignore
parentbuild-sys: libtoolize mount/Makefile.am (diff)
downloadkernel-qcow2-util-linux-60a4edd66200be829560dce0d41a02fc70cef4f5.tar.gz
kernel-qcow2-util-linux-60a4edd66200be829560dce0d41a02fc70cef4f5.tar.xz
kernel-qcow2-util-linux-60a4edd66200be829560dce0d41a02fc70cef4f5.zip
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 <kzak@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 10 insertions, 2 deletions
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