~ubuntu-branches/ubuntu/saucy/orbit2/saucy

« back to all changes in this revision

Viewing changes to debian/patches/700-autoreconf.patch

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2008-01-25 12:34:42 UTC
  • mfrom: (1.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080125123442-ng7dese7qblcrc8l
Tags: 1:2.14.11-0ubuntu1
* Merge with Debian; no remaining Ubuntu changes.
  - Set Maintainer to Ubuntu Desktop Team.
* New upstream release; no API change; bug fixes.
  - Upstream NEWS:
    . Fix off by one in all method name lengths
      Fixes interoperability with other ORBs (J. Specht)
  - Update autoreconf patch, 700-autoreconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur orbit2-2.14.9/aclocal.m4 orbit2-2.14.9.new/aclocal.m4
2
 
--- orbit2-2.14.9/aclocal.m4    2007-09-17 11:47:24.000000000 +0200
3
 
+++ orbit2-2.14.9.new/aclocal.m4        2007-09-17 16:52:07.000000000 +0200
4
 
@@ -27,22 +27,22 @@
5
 
   AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
6
 
   AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
7
 
   dnl for overriding the documentation installation directory
8
 
-  AC_ARG_WITH(html-dir,
9
 
-    AC_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),,
10
 
+  AC_ARG_WITH([html-dir],
11
 
+    AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),,
12
 
     [with_html_dir='${datadir}/gtk-doc/html'])
13
 
   HTML_DIR="$with_html_dir"
14
 
-  AC_SUBST(HTML_DIR)
15
 
+  AC_SUBST([HTML_DIR])
16
 
 
17
 
   dnl enable/disable documentation building
18
 
-  AC_ARG_ENABLE(gtk-doc,
19
 
-    AC_HELP_STRING([--enable-gtk-doc],
20
 
-                   [use gtk-doc to build documentation [default=no]]),,
21
 
-    enable_gtk_doc=no)
22
 
+  AC_ARG_ENABLE([gtk-doc],
23
 
+    AS_HELP_STRING([--enable-gtk-doc],
24
 
+                   [use gtk-doc to build documentation [[default=no]]]),,
25
 
+    [enable_gtk_doc=no])
26
 
 
27
 
   have_gtk_doc=no
28
 
   if test x$enable_gtk_doc = xyes; then
29
 
     if test -z "$PKG_CONFIG"; then
30
 
-      AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
31
 
+      AC_PATH_PROG([PKG_CONFIG], [pkg-config], [no])
32
 
     fi
33
 
     if test "$PKG_CONFIG" != "no" && $PKG_CONFIG --exists gtk-doc; then
34
 
       have_gtk_doc=yes
35
 
@@ -54,9 +54,9 @@
36
 
     if test "$have_gtk_doc" = yes; then
37
 
       AC_MSG_CHECKING([gtk-doc version >= $gtk_doc_min_version])
38
 
       if $PKG_CONFIG --atleast-version $gtk_doc_min_version gtk-doc; then
39
 
-        AC_MSG_RESULT(yes)
40
 
+        AC_MSG_RESULT([yes])
41
 
       else
42
 
-        AC_MSG_RESULT(no)
43
 
+        AC_MSG_RESULT([no])
44
 
         have_gtk_doc=no
45
 
       fi
46
 
     fi
47
 
@@ -66,13 +66,13 @@
48
 
     fi
49
 
   fi
50
 
 
51
 
-  AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes)
52
 
-  AM_CONDITIONAL(GTK_DOC_USE_LIBTOOL, test -n "$LIBTOOL")
53
 
+  AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes])
54
 
+  AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"])
55
 
 ])
 
1
diff -Nur orbit2-2.14.11/aclocal.m4 orbit2-2.14.11.new/aclocal.m4
 
2
--- orbit2-2.14.11/aclocal.m4   2008-01-25 11:36:49.000000000 +0100
 
3
+++ orbit2-2.14.11.new/aclocal.m4       2008-01-25 12:37:04.000000000 +0100
 
4
@@ -58,7 +58,7 @@
56
5
 
57
6
 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
58
7
 
59
8
-# serial 51 AC_PROG_LIBTOOL
60
 
+# serial 51 Debian 1.5.24-1ubuntu1 AC_PROG_LIBTOOL
 
9
+# serial 51 Debian 1.5.24-2ubuntu2 AC_PROG_LIBTOOL
61
10
 
62
11
 
63
12
 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
64
 
@@ -624,7 +624,6 @@
 
13
@@ -610,7 +610,6 @@
65
14
       esac
66
15
       ;;
67
16
     *64-bit*)
69
18
       case $host in
70
19
         x86_64-*kfreebsd*-gnu)
71
20
           LD="${LD-ld} -m elf_x86_64_fbsd"
72
 
@@ -1683,13 +1682,11 @@
 
21
@@ -1669,13 +1668,11 @@
73
22
   # Some rework will be needed to allow for fast_install
74
23
   # before this can be enabled.
75
24
   hardcode_into_libs=yes
84
33
   fi
85
34
 
86
35
   # We used to test for /lib/ld.so.1 and disable shared libraries on
87
 
@@ -1701,6 +1698,18 @@
 
36
@@ -1687,6 +1684,18 @@
88
37
   dynamic_linker='GNU/Linux ld.so'
89
38
   ;;
90
39
 
103
52
 netbsd*)
104
53
   version_type=sunos
105
54
   need_lib_prefix=no
106
 
@@ -2475,7 +2484,7 @@
 
55
@@ -2461,7 +2470,7 @@
107
56
   lt_cv_deplibs_check_method=pass_all
108
57
   ;;
109
58
 
112
61
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
113
62
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
114
63
   else
115
 
@@ -3509,7 +3518,7 @@
 
64
@@ -3495,7 +3504,7 @@
116
65
        ;;
117
66
     esac
118
67
     ;;
121
70
     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
122
71
       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
123
72
       wlarc=
124
 
@@ -5190,7 +5199,7 @@
 
73
@@ -5176,7 +5185,7 @@
125
74
            ;;
126
75
        esac
127
76
        ;;
130
79
        ;;
131
80
       osf3* | osf4* | osf5*)
132
81
        case $cc_basename in
133
 
@@ -5565,6 +5574,9 @@
 
82
@@ -5551,6 +5560,9 @@
134
83
   cygwin* | mingw*)
135
84
     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
136
85
   ;;
140
89
   *)
141
90
     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
142
91
   ;;
143
 
@@ -5770,12 +5782,13 @@
 
92
@@ -5756,12 +5768,13 @@
144
93
   $echo "local: *; };" >> $output_objdir/$libname.ver~
145
94
          $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
146
95
        fi
155
104
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
156
105
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
157
106
        wlarc=
158
 
@@ -6207,7 +6220,7 @@
 
107
@@ -6193,7 +6206,7 @@
159
108
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
160
109
       ;;
161
110
 
164
113
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
165
114
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
166
115
       else
167
 
diff -Nur orbit2-2.14.9/config.h.in~ orbit2-2.14.9.new/config.h.in~
168
 
--- orbit2-2.14.9/config.h.in~  1970-01-01 01:00:00.000000000 +0100
169
 
+++ orbit2-2.14.9.new/config.h.in~      2007-09-17 11:58:50.000000000 +0200
170
 
@@ -0,0 +1,197 @@
171
 
+/* config.h.in.  Generated from configure.in by autoheader.  */
172
 
+
173
 
+/* Define if HTTP connections are available */
174
 
+#undef ENABLE_HTTP
175
 
+
176
 
+/* Define to 1 if you have the <arpa/inet.h> header file. */
177
 
+#undef HAVE_ARPA_INET_H
178
 
+
179
 
+/* Define to 1 if you have the <arpa/nameser.h> header file. */
180
 
+#undef HAVE_ARPA_NAMESER_H
181
 
+
182
 
+/* Define to 1 if you have the `basename' function. */
183
 
+#undef HAVE_BASENAME
184
 
+
185
 
+/* Define to 1 if you have the <dlfcn.h> header file. */
186
 
+#undef HAVE_DLFCN_H
187
 
+
188
 
+/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
189
 
+#undef HAVE_DOPRNT
190
 
+
191
 
+/* Define to 1 if you have the <endian.h> header file. */
192
 
+#undef HAVE_ENDIAN_H
193
 
+
194
 
+/* Define to 1 if you have the <fcntl.h> header file. */
195
 
+#undef HAVE_FCNTL_H
196
 
+
197
 
+/* Define if getaddrinfo() is available */
198
 
+#undef HAVE_GETADDRINFO
199
 
+
200
 
+/* Define if getnameinfo() is available */
201
 
+#undef HAVE_GETNAMEINFO
202
 
+
203
 
+/* Define if inet_pton() is available */
204
 
+#undef HAVE_INET_PTON
205
 
+
206
 
+/* Define to 1 if you have the <inttypes.h> header file. */
207
 
+#undef HAVE_INTTYPES_H
208
 
+
209
 
+/* Define to 1 if you have the `nsl' library (-lnsl). */
210
 
+#undef HAVE_LIBNSL
211
 
+
212
 
+/* Define to 1 if you have the `resolv' library (-lresolv). */
213
 
+#undef HAVE_LIBRESOLV
214
 
+
215
 
+/* Define to 1 if you have the `socket' library (-lsocket). */
216
 
+#undef HAVE_LIBSOCKET
217
 
+
218
 
+/* Define to 1 if you have the <linux/socket.h> header file. */
219
 
+#undef HAVE_LINUX_SOCKET_H
220
 
+
221
 
+/* Define to 1 if you have the <machine/endian.h> header file. */
222
 
+#undef HAVE_MACHINE_ENDIAN_H
223
 
+
224
 
+/* Define to 1 if you have the <machine/types.h> header file. */
225
 
+#undef HAVE_MACHINE_TYPES_H
226
 
+
227
 
+/* Define to 1 if you have the <memory.h> header file. */
228
 
+#undef HAVE_MEMORY_H
229
 
+
230
 
+/* Define to 1 if you have the <netdb.h> header file. */
231
 
+#undef HAVE_NETDB_H
232
 
+
233
 
+/* Define to 1 if you have the <netinet/in.h> header file. */
234
 
+#undef HAVE_NETINET_IN_H
235
 
+
236
 
+/* Define to 1 if you have the <netinet/tcp.h> header file. */
237
 
+#undef HAVE_NETINET_TCP_H
238
 
+
239
 
+/* Define to 1 if you have the `poll' function. */
240
 
+#undef HAVE_POLL
241
 
+
242
 
+/* Define to 1 if you have the <resolv.h> header file. */
243
 
+#undef HAVE_RESOLV_H
244
 
+
245
 
+/* Define if sockaddr has sa_len member */
246
 
+#undef HAVE_SOCKADDR_SA_LEN
247
 
+
248
 
+/* Define to 1 if you have the <stddef.h> header file. */
249
 
+#undef HAVE_STDDEF_H
250
 
+
251
 
+/* Define to 1 if you have the <stdint.h> header file. */
252
 
+#undef HAVE_STDINT_H
253
 
+
254
 
+/* Define to 1 if you have the <stdlib.h> header file. */
255
 
+#undef HAVE_STDLIB_H
256
 
+
257
 
+/* Define to 1 if you have the <strings.h> header file. */
258
 
+#undef HAVE_STRINGS_H
259
 
+
260
 
+/* Define to 1 if you have the <string.h> header file. */
261
 
+#undef HAVE_STRING_H
262
 
+
263
 
+/* Define to 1 if you have the <syslog.h> header file. */
264
 
+#undef HAVE_SYSLOG_H
265
 
+
266
 
+/* Define to 1 if you have the <sys/endian.h> header file. */
267
 
+#undef HAVE_SYS_ENDIAN_H
268
 
+
269
 
+/* Define to 1 if you have the <sys/isa_defs.h> header file. */
270
 
+#undef HAVE_SYS_ISA_DEFS_H
271
 
+
272
 
+/* Define to 1 if you have the <sys/machine.h> header file. */
273
 
+#undef HAVE_SYS_MACHINE_H
274
 
+
275
 
+/* Define to 1 if you have the <sys/poll.h> header file. */
276
 
+#undef HAVE_SYS_POLL_H
277
 
+
278
 
+/* Define to 1 if you have the <sys/select.h> header file. */
279
 
+#undef HAVE_SYS_SELECT_H
280
 
+
281
 
+/* Define to 1 if you have the <sys/socket.h> header file. */
282
 
+#undef HAVE_SYS_SOCKET_H
283
 
+
284
 
+/* Define to 1 if you have the <sys/sockio.h> header file. */
285
 
+#undef HAVE_SYS_SOCKIO_H
286
 
+
287
 
+/* Define to 1 if you have the <sys/stat.h> header file. */
288
 
+#undef HAVE_SYS_STAT_H
289
 
+
290
 
+/* Define to 1 if you have the <sys/time.h> header file. */
291
 
+#undef HAVE_SYS_TIME_H
292
 
+
293
 
+/* Define to 1 if you have the <sys/types.h> header file. */
294
 
+#undef HAVE_SYS_TYPES_H
295
 
+
296
 
+/* Define to 1 if you have the <sys/uio.h> header file. */
297
 
+#undef HAVE_SYS_UIO_H
298
 
+
299
 
+/* Define to 1 if you have the <sys/un.h> header file. */
300
 
+#undef HAVE_SYS_UN_H
301
 
+
302
 
+/* Define to 1 if you have the <sys/utime.h> header file. */
303
 
+#undef HAVE_SYS_UTIME_H
304
 
+
305
 
+/* Define to 1 if you have the <sys/wait.h> header file. */
306
 
+#undef HAVE_SYS_WAIT_H
307
 
+
308
 
+/* Define to 1 if you have the <unistd.h> header file. */
309
 
+#undef HAVE_UNISTD_H
310
 
+
311
 
+/* Define to 1 if you have the <utime.h> header file. */
312
 
+#undef HAVE_UTIME_H
313
 
+
314
 
+/* Define to 1 if you have the `vprintf' function. */
315
 
+#undef HAVE_VPRINTF
316
 
+
317
 
+/* Define to 1 if you have the <wchar.h> header file. */
318
 
+#undef HAVE_WCHAR_H
319
 
+
320
 
+/* Define to 1 if you have the <wcstr.h> header file. */
321
 
+#undef HAVE_WCSTR_H
322
 
+
323
 
+/* Define to 1 if you have the <wctype.h> header file. */
324
 
+#undef HAVE_WCTYPE_H
325
 
+
326
 
+/* Define to 1 if you have the <winsock2.h> header file. */
327
 
+#undef HAVE_WINSOCK2_H
328
 
+
329
 
+/* defined if purify is enabled */
330
 
+#undef ORBIT_PURIFY
331
 
+
332
 
+/* Define to the address where bug reports for this package should be sent. */
333
 
+#undef PACKAGE_BUGREPORT
334
 
+
335
 
+/* Define to the full name of this package. */
336
 
+#undef PACKAGE_NAME
337
 
+
338
 
+/* Define to the full name and version of this package. */
339
 
+#undef PACKAGE_STRING
340
 
+
341
 
+/* Define to the one symbol short name of this package. */
342
 
+#undef PACKAGE_TARNAME
343
 
+
344
 
+/* Define to the version of this package. */
345
 
+#undef PACKAGE_VERSION
346
 
+
347
 
+/* Define to 1 if you have the ANSI C header files. */
348
 
+#undef STDC_HEADERS
349
 
+
350
 
+/* Define to 1 if your processor stores words with the most significant byte
351
 
+   first (like Motorola and SPARC, unlike Intel and VAX). */
352
 
+#undef WORDS_BIGENDIAN
353
 
+
354
 
+/* Define to empty if `const' does not conform to ANSI C. */
355
 
+#undef const
356
 
+
357
 
+/* Define to `__inline__' or `__inline' if that's what the C compiler
358
 
+   calls it, or to nothing if 'inline' is not supported under any name.  */
359
 
+#ifndef __cplusplus
360
 
+#undef inline
361
 
+#endif
362
 
+
363
 
+/* Define to `unsigned int' if <sys/types.h> does not define. */
364
 
+#undef size_t
365
 
+
366
 
+/* Define socklen_t to be of type size_t */
367
 
+#undef socklen_t
368
 
diff -Nur orbit2-2.14.9/configure orbit2-2.14.9.new/configure
369
 
--- orbit2-2.14.9/configure     2007-09-17 11:47:28.000000000 +0200
370
 
+++ orbit2-2.14.9.new/configure 2007-09-17 16:52:12.000000000 +0200
371
 
@@ -1541,7 +1541,7 @@
372
 
   --enable-compile-warnings=no/yes Turn on compiler warnings.
373
 
   --enable-debug=no/yes turn on debugging default=no
374
 
   --enable-purify        be clean for memory debuggers
375
 
-  --enable-gtk-doc        use gtk-doc to build documentation default=no
376
 
+  --enable-gtk-doc        use gtk-doc to build documentation [default=no]
377
 
 
378
 
 Optional Packages:
379
 
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
 
116
diff -Nur orbit2-2.14.11/configure orbit2-2.14.11.new/configure
 
117
--- orbit2-2.14.11/configure    2008-01-25 11:36:52.000000000 +0100
 
118
+++ orbit2-2.14.11.new/configure        2008-01-25 12:37:08.000000000 +0100
380
119
@@ -4428,7 +4428,7 @@
381
120
   lt_cv_deplibs_check_method=pass_all
382
121
   ;;
788
527
 netbsd*)
789
528
   version_type=sunos
790
529
   need_lib_prefix=no
791
 
diff -Nur orbit2-2.14.9/src/services/name/Makefile.in orbit2-2.14.9.new/src/services/name/Makefile.in
792
 
--- orbit2-2.14.9/src/services/name/Makefile.in 2007-09-17 11:58:55.000000000 +0200
793
 
+++ orbit2-2.14.9.new/src/services/name/Makefile.in     2007-09-17 16:52:18.000000000 +0200
 
530
diff -Nur orbit2-2.14.11/src/services/name/Makefile.in orbit2-2.14.11.new/src/services/name/Makefile.in
 
531
--- orbit2-2.14.11/src/services/name/Makefile.in        2008-01-25 11:36:58.000000000 +0100
 
532
+++ orbit2-2.14.11.new/src/services/name/Makefile.in    2008-01-25 12:37:11.000000000 +0100
794
533
@@ -35,7 +35,7 @@
795
534
 POST_UNINSTALL = :
796
535
 build_triplet = @build@