~ubuntu-branches/ubuntu/trusty/globus-core/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/globus-core-force.patch

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2013-06-03 04:42:27 UTC
  • Revision ID: package-import@ubuntu.com-20130603044227-41fhb2tjqxmy8s1p
Tags: 8.9-3
Add --force-missing to automake call in bootstrap

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -ur globus_core-8.9.orig/bootstrap globus_core-8.9/bootstrap
 
2
--- globus_core-8.9.orig/bootstrap      2011-02-03 22:46:25.000000000 +0100
 
3
+++ globus_core-8.9/bootstrap   2013-03-24 07:02:24.343175020 +0100
 
4
@@ -90,9 +90,9 @@
 
5
 $libtoolize --copy --force || \
 
6
   $libtoolize --copy --force || error
 
7
 
 
8
-echo "running automake --copy -add-missing --foreign"
 
9
-automake --copy --add-missing --foreign || \
 
10
-  automake --copy --add-missing --foreign  || error
 
11
+echo "running automake --copy -add-missing --force-missing --foreign"
 
12
+automake --copy --add-missing --force-missing --foreign || \
 
13
+  automake --copy --add-missing --force-missing --foreign || error
 
14
 
 
15
 
 
16
 echo "running gpt_create_automake_rules"