summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@gnome.org>2009-08-13 21:32:56 +0200
committerPaolo Borelli <pborelli@gnome.org>2009-08-13 21:32:56 +0200
commitce052210835c7bf16791f4eda6ca84981b897ccd (patch)
tree360177ecb78f4958f81d886e2be70ffa799c6106 /autogen.sh
parent8589d67f2efbf72b4eecc83de4efcc06dacc3f8b (diff)
downloadpygtk-ce052210835c7bf16791f4eda6ca84981b897ccd.tar.gz
Allow to use automake 1.11
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh13
1 files changed, 7 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index 699f2508..db8f13dd 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -298,12 +298,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.5 automake-1.6 automake-1.7 automake-1.8 automake-1.9 automake-1.10" ;;
- 1.6*) automake_progs="automake-1.6 automake-1.7 automake-1.8 automake-1.9 automake-1.10" ;;
- 1.7*) automake_progs="automake-1.7 automake-1.8 automake-1.9 automake-1.10" ;;
- 1.8*) automake_progs="automake-1.8 automake-1.9 automake-1.10" ;;
- 1.9*) automake_progs="automake-1.9 automake-1-10" ;;
- 1.10*) automake_progs="automake-1.10" ;;
+ 1.5*) automake_progs="automake-1.5 automake-1.6 automake-1.7 automake-1.8 automake-1.9 automake-1.10 automake-1.11" ;;
+ 1.6*) automake_progs="automake-1.6 automake-1.7 automake-1.8 automake-1.9 automake-1.10 automake-1.11" ;;
+ 1.7*) automake_progs="automake-1.7 automake-1.8 automake-1.9 automake-1.10 automake-1.11" ;;
+ 1.8*) automake_progs="automake-1.8 automake-1.9 automake-1.10 automake-1.11" ;;
+ 1.9*) automake_progs="automake-1.9 automake-1-10 automake-1.11" ;;
+ 1.10*) automake_progs="automake-1.10 automake-1.11" ;;
+ 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