~ubuntu-branches/ubuntu/oneiric/xfce4-dev-tools/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/01_support-automake1.11.patch

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-11-28 14:52:13 UTC
  • mfrom: (0.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20101128145213-kwh3m730mtrp8nlf
Tags: 4.7.3-0ubuntu1
Upload to natty (pkg-xfce svn r4338), no Ubuntu changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff --git a/scripts/xdt-autogen.in.in b/scripts/xdt-autogen.in.in
2
 
index 2d14ef8..5e2ce49 100644
3
 
--- a/scripts/xdt-autogen.in.in
4
 
+++ b/scripts/xdt-autogen.in.in
5
 
@@ -429,7 +429,7 @@ done
6
 
 ## simply aclocal.
7
 
 ##
8
 
 test -z "${XDT_PROG_ACLOCAL}" &&
9
 
-for i in aclocal-1.10 aclocal-1.9 aclocal-1.8 aclocal; do
10
 
+for i in aclocal-1.11 aclocal-1.10 aclocal-1.9 aclocal-1.8 aclocal; do
11
 
   (${i} --version) </dev/null >/dev/null 2>&1 &&
12
 
   XDT_PROG_ACLOCAL=${i} && break
13
 
 done
14
 
@@ -473,7 +473,7 @@ done
15
 
 ## simply automake.
16
 
 ##
17
 
 test -z "${XDT_PROG_AUTOMAKE}" &&
18
 
-for i in automake-1.10 automake-1.9 automake-1.8 automake; do
19
 
+for i in automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake; do
20
 
   (${i} --version) </dev/null >/dev/null 2>&1 &&
21
 
   XDT_PROG_AUTOMAKE=${i} && break
22
 
 done