From: Artur Frysiak Date: Sat, 4 Jan 2003 11:01:59 +0000 (+0000) Subject: - remove check for libtool version (don't work with libtool 1.4e) X-Git-Tag: balsa-2_0_11-1~18 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;ds=sidebyside;h=61dec768a15753a232b6051c2c6efb9efa614854;p=packages%2Fbalsa.git - remove check for libtool version (don't work with libtool 1.4e) Changed files: balsa-libtool_hack.patch -> 1.1 --- diff --git a/balsa-libtool_hack.patch b/balsa-libtool_hack.patch new file mode 100644 index 0000000..0b054a5 --- /dev/null +++ b/balsa-libtool_hack.patch @@ -0,0 +1,18 @@ +--- balsa-2.0.4/autogen.sh.wiget Fri Jan 3 17:45:20 2003 ++++ balsa-2.0.4/autogen.sh Sat Jan 4 11:40:20 2003 +@@ -14,15 +14,6 @@ + exit 1 + } + +-if libtool --version >/dev/null 2>&1; then +- vers=`libtool --version | sed -e "s/^[^0-9]*//" -e "s/ .*$//" | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` +- if test "$vers" -ge 1003003; then +- true +- else +- echo "Please upgrade your libtool to version 1.3.3 or better." 1>&2 +- exit 1 +- fi +-fi + + ifs_save="$IFS"; IFS=":" + for dir in $PATH ; do