diff options
author | Karel Zak <kzak@redhat.com> | 2009-02-16 10:40:25 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-02-16 10:40:25 +0100 |
commit | 60a4edd66200be829560dce0d41a02fc70cef4f5 (patch) | |
tree | f8a7acf33a0d8f0db12b6ce6eb2eda3faebe6eaf /.gitignore | |
parent | 154d63031340f91a2e019cf336c95e3c37183dd2 (diff) | |
download | util-linux-old-60a4edd66200be829560dce0d41a02fc70cef4f5.tar.gz |
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-- | .gitignore | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -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 |