Build libtool from source.
[msysgit.git] / src / libtool / release.sh
blob7797ac6540baca03b7cbdbcfcc201ec53632f36d
1 #!/bin/sh
3 cd "$(dirname "$0")" && . ../common/update-lib.sh
5 check_pristine
7 package=libtool
8 version=1.5.24
9 url=http://ftp.gnu.org/gnu/libtool
10 d=libtool-$version
11 tar=$d.tar.gz
12 configure_options="--prefix= --build=i686-pc-mingw32"
14 download &&
15 extract &&
16 setup &&
17 compile
19 # update index
20 FILELIST=fileList.txt
22 pre_install
24 (cd $d && make install) || exit
26 post_install