summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-02-29 08:35:55 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-02-29 08:35:55 +0000
commit147a44ce0352fe9d317d4483d70fd0475fda30fc (patch)
tree2c2cfbc5945de481cd109bc5baa86f8c1009c40c /autogen.sh
parentb91477ed8c8ee541d76e1d88e40da6b637252a5a (diff)
update for plugin changes to export symbols
Original commit message from CVS: update for plugin changes to export symbols
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 aef6baac..8977a618 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -37,8 +37,8 @@ version_check "automake" "$AUTOMAKE automake automake-1.7 automake-1.6 automake-
"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 libtoolize libtoolize14" \
- "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1
+version_check "libtoolize" "$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