~ubuntu-branches/ubuntu/saucy/fftw3/saucy

« back to all changes in this revision

Viewing changes to debian/patches/10_uptodate_configure.diff

Tags: 3.3.3-2ubuntu1
* Merge with Debian (LP: #1088051), remaining changes:
  - remove the mpi packages not suitable for main

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- kino/config.sub     2009-01-29 08:30:53.000000000 +0100
2
 
+++ kino/config.sub     2009-03-17 13:40:53.000000000 +0100
3
 
@@ -1,4 +1,8 @@
4
 
 #! /bin/sh
5
 
+if [ -x /usr/share/misc/config.sub ]; then
6
 
+    exec /usr/share/misc/config.sub "$@"
7
 
+fi
8
 
+
9
 
 # Configuration validation subroutine script.
10
 
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
11
 
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
12
 
--- kino/config.guess   2009-01-29 08:30:53.000000000 +0100
13
 
+++ kino/config.guess   2009-03-17 13:39:55.000000000 +0100
14
 
@@ -1,4 +1,8 @@
15
 
 #! /bin/sh
16
 
+if [ -x /usr/share/misc/config.guess ]; then
17
 
+    exec /usr/share/misc/config.guess "$@"
18
 
+fi
19
 
+
20
 
 # Attempt to guess a canonical system name.
21
 
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
22
 
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008