summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2006-12-14 16:08:52 +0000
committerKjartan Maraas <kmaraas@src.gnome.org>2006-12-14 16:08:52 +0000
commit6e780c0f3c1f036dcb185d9e5380b56a749fe377 (patch)
tree45f6433b55002299ec80efa45776afc1d2c5bfc6 /autogen.sh
parent719c3ae2442f381891c355388e4f432d8dc5464f (diff)
downloadpygtk-6e780c0f3c1f036dcb185d9e5380b56a749fe377.tar.gz
Make it work with automake 1.10.
2006-12-14 Kjartan Maraas <kmaraas@gnome.org> * autogen.sh: Make it work with automake 1.10.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh11
1 files changed, 6 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 46e93c7f..51ae4903 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -297,11 +297,12 @@ 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" ;;
- 1.6*) automake_progs="automake-1.6 automake-1.7 automake-1.8 automake-1.9" ;;
- 1.7*) automake_progs="automake-1.7 automake-1.8 automake-1.9" ;;
- 1.8*) automake_progs="automake-1.8 automake-1.9" ;;
- 1.9*) automake_progs="automake-1.9" ;;
+ 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" ;;
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