Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / libtool / libtool_1.5.oe
1 LICENSE = GPL
2 SECTION = "devel"
3 DESCRIPTION = "Generic library support script \
4 This is GNU libtool, a generic library support script.  Libtool hides \
5 the complexity of generating special library types (such as shared \
6 libraries) behind a consistent interface."
7
8 SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
9            file://autotools.patch;patch=1"
10 S = "${WORKDIR}/libtool-${PV}"
11
12 inherit autotools
13
14 EXTRA_AUTORECONF = "--exclude=libtoolize"
15
16 do_configure () {
17         find ${S} -name acinclude.m4 | for m4 in `cat`; do
18                 cat ${S}/libtool.m4 ${S}/ltdl.m4 > $m4
19         done
20         autotools_do_configure
21 }