[eog-plugins] Match required build tool versions in autogen.sh and configure.ac.



commit 8af751a4edf9b91fddbf4a029d938bd3a02b4bfc
Author: Felix Riemann <friemann svn gnome org>
Date:   Tue May 5 22:07:13 2009 +0200

    Match required build tool versions in autogen.sh and configure.ac.
---
 ChangeLog    |    6 ++++++
 autogen.sh   |    2 ++
 configure.ac |    2 +-
 3 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 91581bc..6907b68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-05  Felix Riemann  <friemann svn gnome org>
+
+	* autogen.sh:
+	* configure.ac:
+	Match required build tool version in autogen.sh and configure.ac.
+
 2009-04-27  Felix Riemann  <friemann svn gnome org>
 
 	* plugins/fit-to-width/eog-fit-to-width-plugin.c:
diff --git a/autogen.sh b/autogen.sh
index 0bca0cd..4230a9a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,6 +16,8 @@ which gnome-autogen.sh || {
     echo "You need to install gnome-common from the GNOME Subversion"
     exit 1
 }
+REQUIRED_AUTOCONF_VERSION=2.59
 REQUIRED_AUTOMAKE_VERSION=1.9
 REQUIRED_INTLTOOL_VERSION=0.40.0
+REQUIRED_PKG_CONFIG_VERSION=0.16.0
 USE_GNOME2_MACROS=1 . gnome-autogen.sh
diff --git a/configure.ac b/configure.ac
index 4469f1c..6a7780d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_SUBST(EOG_PLUGINS_MAJOR)
 
 AC_PREREQ(2.59)
 
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip])
 
 AM_MAINTAINER_MODE
 AC_CONFIG_HEADERS([config.h])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]