summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <doml@src.gnome.org>2004-03-20 15:22:15 +0000
committerDom Lachowicz <doml@src.gnome.org>2004-03-20 15:22:15 +0000
commit352164f76e6b02e378519891c0a0b7bc379fb9fc (patch)
tree04f965788bef9dd97afda1dfd4b7c26c67894446
parente2f62dff2db394e21ebeab4bcc110803f399875d (diff)
downloadlibrsvg-352164f76e6b02e378519891c0a0b7bc379fb9fc.tar.gz
downgrade libtool requirement
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 0f888b8f..aececa08 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ srcdir=${srcdir:-.}
# default version requirements ...
REQUIRED_AUTOCONF_VERSION=${REQUIRED_AUTOCONF_VERSION:-2.53}
REQUIRED_AUTOMAKE_VERSION=${REQUIRED_AUTOMAKE_VERSION:-1.6}
-REQUIRED_LIBTOOL_VERSION=${REQUIRED_LIBTOOL_VERSION:-1.4.3}
+REQUIRED_LIBTOOL_VERSION=${REQUIRED_LIBTOOL_VERSION:-1.4.2}
REQUIRED_GETTEXT_VERSION=${REQUIRED_GETTEXT_VERSION:-0.10.40}
REQUIRED_GLIB_GETTEXT_VERSION=${REQUIRED_GLIB_GETTEXT_VERSION:-2.2.0}
REQUIRED_INTLTOOL_VERSION=${REQUIRED_INTLTOOL_VERSION:-0.25}