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