]> git.pld-linux.org Git - packages/balsa.git/commitdiff
- remove check for libtool version (don't work with libtool 1.4e)
authorArtur Frysiak <artur@frysiak.net>
Sat, 4 Jan 2003 11:01:59 +0000 (11:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    balsa-libtool_hack.patch -> 1.1

balsa-libtool_hack.patch [new file with mode: 0644]

diff --git a/balsa-libtool_hack.patch b/balsa-libtool_hack.patch
new file mode 100644 (file)
index 0000000..0b054a5
--- /dev/null
@@ -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
This page took 0.045982 seconds and 4 git commands to generate.