mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
32 lines
1.7 KiB
Diff
32 lines
1.7 KiB
Diff
From d0902887d6dac40dcc79f002a4bed2b492ad15d0 Mon Sep 17 00:00:00 2001
|
|
From: Christian Persch <chpe@gnome.org>
|
|
Date: Mon, 18 May 2009 13:02:38 +0000
|
|
Subject: Support for automake 1.11
|
|
|
|
---
|
|
diff --git a/macros2/gnome-autogen.sh b/macros2/gnome-autogen.sh
|
|
index ba61f82..940b7a8 100644
|
|
--- a/macros2/gnome-autogen.sh
|
|
+++ b/macros2/gnome-autogen.sh
|
|
@@ -316,12 +316,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"
|
|
--
|
|
cgit v0.8.2
|