aboutsummaryrefslogtreecommitdiffstats
path: root/libtool/libtool-1.5.oe
blob: 6cdfa3e91bc02109acf29edfb3e9287f6fe50c3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = Generic library support script\
 This is GNU libtool, a generic library support script.  Libtool hides\
 the complexity of generating special library types (such as shared\
 libraries) behind a consistent interface.  To use libtool, add the\
 new generic library building commands to your Makefile, Makefile.in,\
 or Makefile.am.  See the documentation for details.  Libtool supports\
 building static libraries on all platforms.\
 Libtool supports generation of C, C++ and Java libraries.

SRC_URI = http://ftp.club.cc.cmu.edu/pub/gnu/libtool/libtool-1.5.tar.gz
S = "${WORKDIR}/${P}"

inherit autotools

EXTRA_OECONF = --disable-ltdl-install
do_configure_prepend () {
	./bootstrap
}