diff options
Diffstat (limited to 'meta/packages/libtool/libtool-1.5.10/autotools.patch')
-rw-r--r-- | meta/packages/libtool/libtool-1.5.10/autotools.patch | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/meta/packages/libtool/libtool-1.5.10/autotools.patch b/meta/packages/libtool/libtool-1.5.10/autotools.patch new file mode 100644 index 0000000000..5df441e945 --- /dev/null +++ b/meta/packages/libtool/libtool-1.5.10/autotools.patch | |||
@@ -0,0 +1,127 @@ | |||
1 | diff -urNd -urNd libtool-1.5/cdemo/configure.ac libtool-1.5.ac/cdemo/configure.ac | ||
2 | --- libtool-1.5/cdemo/configure.ac 2001-10-06 11:35:17.000000000 -0400 | ||
3 | +++ libtool-1.5.ac/cdemo/configure.ac 2004-05-05 17:16:17.000000000 -0400 | ||
4 | @@ -24,6 +24,7 @@ | ||
5 | ## ------------------------ ## | ||
6 | AC_INIT([cdemo], [0.1], [bug-libtool@gnu.org]) | ||
7 | AC_CONFIG_SRCDIR([main.c]) | ||
8 | +AC_CONFIG_AUX_DIR([..]) | ||
9 | |||
10 | |||
11 | ## ------------------------ ## | ||
12 | diff -urNd -urNd libtool-1.5/demo/configure.ac libtool-1.5.ac/demo/configure.ac | ||
13 | --- libtool-1.5/demo/configure.ac 2002-03-02 22:19:55.000000000 -0500 | ||
14 | +++ libtool-1.5.ac/demo/configure.ac 2004-05-05 17:16:17.000000000 -0400 | ||
15 | @@ -24,6 +24,7 @@ | ||
16 | ## ------------------------ ## | ||
17 | AC_INIT([demo], [1.0], [bug-libtool@gnu.org]) | ||
18 | AC_CONFIG_SRCDIR([hello.c]) | ||
19 | +AC_CONFIG_AUX_DIR([..]) | ||
20 | |||
21 | |||
22 | ## ------------------------ ## | ||
23 | diff -urNd -urNd libtool-1.5/demo/Makefile.am libtool-1.5.ac/demo/Makefile.am | ||
24 | --- libtool-1.5/demo/Makefile.am 2002-11-19 04:42:39.000000000 -0500 | ||
25 | +++ libtool-1.5.ac/demo/Makefile.am 2004-05-05 17:17:34.000000000 -0400 | ||
26 | @@ -121,17 +121,16 @@ | ||
27 | |||
28 | # This is one of the essential tests for deplibs_check_method=pass_all. | ||
29 | # If this one passes with pass_all, it is likely that pass_all works | ||
30 | -EXTRA_LIBRARIES = libhell0.a | ||
31 | -libhell0_a_SOURCES = hello.c foo.c | ||
32 | -EXTRA_LTLIBRARIES = libhell1.la libhell2.la | ||
33 | +EXTRA_LTLIBRARIES = libhell0.la libhell1.la libhell2.la | ||
34 | +libhell0_la_SOURCES = hello.c foo.c | ||
35 | libhell1_la_SOURCES = hell1.c | ||
36 | libhell1_la_LIBADD = -L. -lhell0 | ||
37 | libhell1_la_LDFLAGS = -no-undefined -rpath $(libdir) | ||
38 | -libhell1_la_DEPENDENCIES = libhell0.a | ||
39 | +libhell1_la_DEPENDENCIES = libhell0.la | ||
40 | libhell2_la_SOURCES = hell2.c | ||
41 | libhell2_la_LIBADD = -L. -lhell0 | ||
42 | libhell2_la_LDFLAGS = -no-undefined -rpath $(libdir) | ||
43 | -libhell2_la_DEPENDENCIES = libhell0.a | ||
44 | +libhell2_la_DEPENDENCIES = libhell0.la | ||
45 | EXTRA_PROGRAMS = hell0 | ||
46 | hell0_SOURCES = main.c | ||
47 | hell0_LDADD = libhell1.la libhell2.la $(LIBM) | ||
48 | diff -urNd -urNd libtool-1.5/depdemo/configure.ac libtool-1.5.ac/depdemo/configure.ac | ||
49 | --- libtool-1.5/depdemo/configure.ac 2002-10-22 15:29:28.000000000 -0400 | ||
50 | +++ libtool-1.5.ac/depdemo/configure.ac 2004-05-05 17:16:17.000000000 -0400 | ||
51 | @@ -24,6 +24,7 @@ | ||
52 | ## ------------------------ ## | ||
53 | AC_INIT([depdemo], [0.1], [bug-libtool@gnu.org]) | ||
54 | AC_CONFIG_SRCDIR([main.c]) | ||
55 | +AC_CONFIG_AUX_DIR([..]) | ||
56 | |||
57 | |||
58 | ## ------------------------ ## | ||
59 | diff -urNd -urNd libtool-1.5/f77demo/configure.ac libtool-1.5.ac/f77demo/configure.ac | ||
60 | --- libtool-1.5/f77demo/configure.ac 2003-03-22 01:34:27.000000000 -0500 | ||
61 | +++ libtool-1.5.ac/f77demo/configure.ac 2004-05-05 17:16:17.000000000 -0400 | ||
62 | @@ -23,6 +23,7 @@ | ||
63 | ## ------------------------ ## | ||
64 | AC_INIT([f77demo], [0.1], [bug-libtool@gnu.org]) | ||
65 | AC_CONFIG_SRCDIR([foof.f])dnl | ||
66 | +AC_CONFIG_AUX_DIR([..]) | ||
67 | |||
68 | ## ------------------------ ## | ||
69 | ## Automake Initialisation. ## | ||
70 | diff -urNd -urNd libtool-1.5/mdemo/configure.ac libtool-1.5.ac/mdemo/configure.ac | ||
71 | --- libtool-1.5/mdemo/configure.ac 2001-10-06 11:35:17.000000000 -0400 | ||
72 | +++ libtool-1.5.ac/mdemo/configure.ac 2004-05-05 17:16:17.000000000 -0400 | ||
73 | @@ -24,6 +24,7 @@ | ||
74 | ## ------------------------ ## | ||
75 | AC_INIT([mdemo], [0.1], [bug-libtool@gnu.org]) | ||
76 | AC_CONFIG_SRCDIR([main.c]) | ||
77 | +AC_CONFIG_AUX_DIR([..]) | ||
78 | |||
79 | |||
80 | ## ------------------------ ## | ||
81 | diff -urNd -urNd libtool-1.5/pdemo/configure.ac libtool-1.5.ac/pdemo/configure.ac | ||
82 | --- libtool-1.5/pdemo/configure.ac 2001-10-06 11:35:17.000000000 -0400 | ||
83 | +++ libtool-1.5.ac/pdemo/configure.ac 2004-05-05 17:16:17.000000000 -0400 | ||
84 | @@ -24,6 +24,7 @@ | ||
85 | ## ------------------------ ## | ||
86 | AC_INIT([pdemo], [0.1], [bug-libtool@gnu.org]) | ||
87 | AC_CONFIG_SRCDIR([longer_file_name_hello.c]) | ||
88 | +AC_CONFIG_AUX_DIR([..]) | ||
89 | |||
90 | |||
91 | ## ------------------------ ## | ||
92 | diff -urNd -urNd libtool-1.5/pdemo/Makefile.am libtool-1.5.ac/pdemo/Makefile.am | ||
93 | --- libtool-1.5/pdemo/Makefile.am 2002-11-19 04:42:39.000000000 -0500 | ||
94 | +++ libtool-1.5.ac/pdemo/Makefile.am 2004-05-05 17:17:59.000000000 -0400 | ||
95 | @@ -121,17 +121,16 @@ | ||
96 | |||
97 | # This is one of the essential tests for deplibs_check_method=pass_all. | ||
98 | # If this one passes with pass_all, it is likely that pass_all works | ||
99 | -EXTRA_LIBRARIES = libhell0.a | ||
100 | -libhell0_a_SOURCES = longer_file_name_hello.c longer_file_name_foo.c | ||
101 | -EXTRA_LTLIBRARIES = libhell1.la libhell2.la | ||
102 | +libhell0_la_SOURCES = longer_file_name_hello.c longer_file_name_foo.c | ||
103 | +EXTRA_LTLIBRARIES = libhell0.la libhell1.la libhell2.la | ||
104 | libhell1_la_SOURCES = longer_file_name_hell1.c | ||
105 | libhell1_la_LIBADD = -L. -lhell0 | ||
106 | libhell1_la_LDFLAGS = -no-undefined -rpath $(libdir) | ||
107 | -libhell1_la_DEPENDENCIES = libhell0.a | ||
108 | +libhell1_la_DEPENDENCIES = libhell0.la | ||
109 | libhell2_la_SOURCES = longer_file_name_hell2.c | ||
110 | libhell2_la_LIBADD = -L. -lhell0 | ||
111 | libhell2_la_LDFLAGS = -no-undefined -rpath $(libdir) | ||
112 | -libhell2_la_DEPENDENCIES = libhell0.a | ||
113 | +libhell2_la_DEPENDENCIES = libhell0.la | ||
114 | EXTRA_PROGRAMS = hell0 | ||
115 | hell0_SOURCES = longer_file_name_main.c | ||
116 | hell0_LDADD = libhell1.la libhell2.la $(LIBM) | ||
117 | diff -urNd -urNd libtool-1.5/tagdemo/configure.ac libtool-1.5.ac/tagdemo/configure.ac | ||
118 | --- libtool-1.5/tagdemo/configure.ac 2001-10-06 11:35:17.000000000 -0400 | ||
119 | +++ libtool-1.5.ac/tagdemo/configure.ac 2004-05-05 17:16:17.000000000 -0400 | ||
120 | @@ -24,6 +24,7 @@ | ||
121 | ## ------------------------ ## | ||
122 | AC_INIT([tagdemo], [0.1], [bug-libtool@gnu.org]) | ||
123 | AC_CONFIG_SRCDIR([foo.cpp]) | ||
124 | +AC_CONFIG_AUX_DIR([..]) | ||
125 | |||
126 | AC_CANONICAL_TARGET | ||
127 | |||