summaryrefslogtreecommitdiff
path: root/m4/libtool.m4
AgeCommit message (Collapse)AuthorFilesLines
2011-01-05build-sys: use generated libtool-2 stuffKarel Zak1-7360/+0
The commit 60a4edd66200be829560dce0d41a02fc70cef4f5 temporary disabled libtool-2 in autogen.sh. It seems that libtool-2 in available in many distributions now, so we don't have to manage the generated .m4 libtool files in git anymore. Signed-off-by: Karel Zak <kzak@redhat.com>
2009-03-17build-sys: refresh generated libtool-2 stuffKarel Zak1-1/+4
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-16build-sys: add temporary libtool *.m4 stuffKarel Zak1-0/+7357
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>