diff options
author | H.Habighorst <tearofadragon@googlemail.com> | 2009-07-14 02:05:44 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-14 02:06:19 +0800 |
commit | 1e0b252fc78b0a96c621c5500a8140c9fcca6e9c (patch) | |
tree | fa95f921ae000cdb274b4638eb5067f3c6c231d8 /autogen.sh | |
parent | 966f10fe2ddf8d153265be86407f185207988c2f (diff) | |
download | gsoc2013-evolution-1e0b252fc78b0a96c621c5500a8140c9fcca6e9c.tar.gz gsoc2013-evolution-1e0b252fc78b0a96c621c5500a8140c9fcca6e9c.tar.zst gsoc2013-evolution-1e0b252fc78b0a96c621c5500a8140c9fcca6e9c.zip |
Bug 588018 – NetworkManager & DBUS build check rewrite
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 5a60b6ef41..548802d001 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,7 +5,10 @@ srcdir=`dirname $0` test -z "$srcdir" && srcdir=. PKG_NAME="Evolution" +REQUIRED_AUTOCONF_VERSION=2.58 REQUIRED_AUTOMAKE_VERSION=1.9 +REQUIRED_LIBTOOL_VERSION=1.5 +REQUIRED_INTLTOOL_VERSION=0.35.5 (test -f $srcdir/configure.ac \ && test -f $srcdir/ChangeLog \ |