summaryrefslogtreecommitdiff
blob: 3211c1b40a039d7614bf9bb5a3abc15da486dbef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
From a38e3fb554ceeb9b50ed576f45893b01bfc993d8 Mon Sep 17 00:00:00 2001
From: hasufell <hasufell@gentoo.org>
Date: Sun, 3 Nov 2013 18:03:05 +0100
Subject: [PATCH] BUILD: fix autoreconf with automake-1.13

cygnus flavor has been removed from automake-1.13
---
 bfd/Makefile.am               | 2 +-
 bfd/doc/Makefile.am           | 2 +-
 gdb/gdbtk/Makefile.am         | 2 +-
 gdb/gdbtk/plugins/Makefile.am | 2 +-
 libgui/Makefile.am            | 2 +-
 libgui/library/Makefile.am    | 2 +-
 libgui/src/Makefile.am        | 2 +-
 opcodes/Makefile.am           | 2 +-
 tcl/cygwin/Makefile.am        | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index 8e0a79c..129270c 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to generate Makefile.in
 
-AUTOMAKE_OPTIONS = 1.9 cygnus
+AUTOMAKE_OPTIONS = 1.9
 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
 
 # Uncomment the following line when doing a release.
diff --git a/bfd/doc/Makefile.am b/bfd/doc/Makefile.am
index 6ff434a..83f0ba4 100644
--- a/bfd/doc/Makefile.am
+++ b/bfd/doc/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to generate Makefile.in
 
-AUTOMAKE_OPTIONS = 1.9 cygnus
+AUTOMAKE_OPTIONS = 1.9
 
 DOCFILES = aoutx.texi  archive.texi archures.texi \
 	bfdt.texi  cache.texi coffcode.texi \
diff --git a/gdb/gdbtk/Makefile.am b/gdb/gdbtk/Makefile.am
index 530ab66..1361b84 100644
--- a/gdb/gdbtk/Makefile.am
+++ b/gdb/gdbtk/Makefile.am
@@ -1,4 +1,4 @@
 ## Process this file with automake to produce Makefile.in
 
-AUTOMAKE_OPTIONS = cygnus
+AUTOMAKE_OPTIONS =
 SUBDIRS = plugins
diff --git a/gdb/gdbtk/plugins/Makefile.am b/gdb/gdbtk/plugins/Makefile.am
index 03fabe7..538681e 100644
--- a/gdb/gdbtk/plugins/Makefile.am
+++ b/gdb/gdbtk/plugins/Makefile.am
@@ -1,4 +1,4 @@
 ## Process this file with automake to produce Makefile.in
 
-AUTOMAKE_OPTIONS = cygnus
+AUTOMAKE_OPTIONS =
 SUBDIRS = @make_subdirs@
diff --git a/libgui/Makefile.am b/libgui/Makefile.am
index c2604ed..b99c5a2 100644
--- a/libgui/Makefile.am
+++ b/libgui/Makefile.am
@@ -1,4 +1,4 @@
 ## Process this file with automake to produce Makefile.in.
 
-AUTOMAKE_OPTIONS = cygnus
+AUTOMAKE_OPTIONS =
 SUBDIRS = library src
diff --git a/libgui/library/Makefile.am b/libgui/library/Makefile.am
index a0aae95..9dba223 100644
--- a/libgui/library/Makefile.am
+++ b/libgui/library/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 
-AUTOMAKE_OPTIONS = cygnus
+AUTOMAKE_OPTIONS =
 
 ## Convenience variables.
 TCL = advice.tcl balloon.tcl bbox.tcl bgerror.tcl bindings.tcl \
diff --git a/libgui/src/Makefile.am b/libgui/src/Makefile.am
index 1c42b85..8362012 100644
--- a/libgui/src/Makefile.am
+++ b/libgui/src/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 
-AUTOMAKE_OPTIONS = cygnus
+AUTOMAKE_OPTIONS =
 
 noinst_LIBRARIES = libgui.a
 
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index 8cd2be1..6b2ab00 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to generate Makefile.in
 
-AUTOMAKE_OPTIONS = 1.9 cygnus
+AUTOMAKE_OPTIONS = 1.9
 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
 
 SUBDIRS = po
diff --git a/tcl/cygwin/Makefile.am b/tcl/cygwin/Makefile.am
index dd1f243..686ba57 100644
--- a/tcl/cygwin/Makefile.am
+++ b/tcl/cygwin/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 
-AUTOMAKE_OPTIONS = cygnus
+AUTOMAKE_OPTIONS =
 
 updir=$(srcdir)/..
 vpath % $(updir)/generic:$(updir)/unix
-- 
1.8.4.2