summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-02-29 08:34:03 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-02-29 08:34:03 +0000
commitb4450adfec6a987a63f3c8012afe6d45a1443f02 (patch)
treed13be87b3e83d4637c0fccccbc5f3619e3fe8052 /autogen.sh
parent88ba7f499947cc12bd87e8b379c4cdcaab898110 (diff)
update libtool requirement for latest plugin symbol changes
Original commit message from CVS: update libtool requirement for latest plugin symbol changes
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 9e500e8fa..bb84be30f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -35,8 +35,8 @@ version_check "automake" "$AUTOMAKE automake automake-1.7 automake17 automake-1.
"ftp://ftp.gnu.org/pub/gnu/automake/" 1 6 || DIE=1
version_check "autopoint" "autopoint" \
"ftp://ftp.gnu.org/pub/gnu/gettext/" 0 11 5 || DIE=1
-version_check "libtoolize" "libtoolize libtoolize14" \
- "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1
+version_check "libtoolize" "libtoolize" \
+ "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 5 0 || DIE=1
version_check "pkg-config" "" \
"http://www.freedesktop.org/software/pkgconfig" 0 8 0 || DIE=1