]> err.no Git - libchamplain/commitdiff
Fix Bug 588224 – Does not build with automake 1.11
authorCosimo Cecchi <cosimoc@gnome.org>
Fri, 31 Jul 2009 22:18:25 +0000 (18:18 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Fri, 31 Jul 2009 22:18:25 +0000 (18:18 -0400)
AUTHORS
autogen.sh

diff --git a/AUTHORS b/AUTHORS
index ef2843ea618921ed6db339edeb35b045af8cb380..2779b3a9602786b13928fad63cd935608eb90270 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -21,3 +21,4 @@ Patryk Zawadski <patrys@pld-linux.org>
 Sebastian Reichel <elektranox@gmail.com>
 Tim Horton <hortont424@gmail.com>
 Frederic Peters <fpeters@0d.be>
+Cosimo Cecchi <cosimoc@gnome.org>
index 04e6af785e6f696c2b7131f5401aac8f86f5dbf6..32bb0dedea4ee28e69ed5eade0b0a6418031822e 100755 (executable)
@@ -311,12 +311,13 @@ AUTOHEADER=`echo $AUTOCONF | sed s/autoconf/autoheader/`
 
 case $REQUIRED_AUTOMAKE_VERSION in
     1.4*) automake_progs="automake-1.4" ;;
-    1.5*) automake_progs="automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;;
-    1.6*) automake_progs="automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
-    1.7*) automake_progs="automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
-    1.8*) automake_progs="automake-1.10 automake-1.9 automake-1.8" ;;
-    1.9*) automake_progs="automake-1.10 automake-1.9" ;;
-    1.10*) automake_progs="automake-1.10" ;;
+    1.5*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;;
+    1.6*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
+    1.7*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
+    1.8*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
+    1.9*) automake_progs="automake-1.11 automake-1.10 automake-1.9" ;;
+    1.10*) automake_progs="automake-1.11 automake-1.10" ;;
+    1.11*) automake_progs="automake-1.11" ;;
 esac
 version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \
     "http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz" || DIE=1