diff options
author | H.Habighorst <tearofadragon@googlemail.com> | 2009-09-23 23:02:39 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-23 23:02:39 +0800 |
commit | ce05a504b7cfc725f17aa71b1b5303a816ddd465 (patch) | |
tree | 4474b0719f655876db25824202cb2c1297e241d4 /autogen.sh | |
parent | 4ea1e5b0c0f025bf8cb12ff4d496f6b58f09f93c (diff) | |
download | gsoc2013-evolution-ce05a504b7cfc725f17aa71b1b5303a816ddd465.tar.gz gsoc2013-evolution-ce05a504b7cfc725f17aa71b1b5303a816ddd465.tar.zst gsoc2013-evolution-ce05a504b7cfc725f17aa71b1b5303a816ddd465.zip |
Bug 595326 - Bump libtool to 2.2 and remove dolt
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 548802d001..f2fd1c3db9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,7 +7,7 @@ test -z "$srcdir" && srcdir=. PKG_NAME="Evolution" REQUIRED_AUTOCONF_VERSION=2.58 REQUIRED_AUTOMAKE_VERSION=1.9 -REQUIRED_LIBTOOL_VERSION=1.5 +REQUIRED_LIBTOOL_VERSION=2.2 REQUIRED_INTLTOOL_VERSION=0.35.5 (test -f $srcdir/configure.ac \ |