~ubuntu-branches/ubuntu/maverick/pango1.0/maverick-proposed

« back to all changes in this revision

Viewing changes to debian/patches/90_relibtoolize.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-05-15 12:19:21 UTC
  • mfrom: (1.2.60 upstream)
  • Revision ID: james.westby@ubuntu.com-20090515121921-othd6a1uqwfcanbl
Tags: 1.24.2-1ubuntu1
* Sync on Debian
* debian/rules:
  - Enable VFP pass on armel

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/aclocal.m4 pango1.0-1.24.0/aclocal.m4
2
 
--- pango1.0-1.24.0.old/aclocal.m4      2009-03-16 23:34:43.000000000 +0100
3
 
+++ pango1.0-1.24.0/aclocal.m4  2009-03-22 14:58:01.000000000 +0100
4
 
@@ -1,4 +1,4 @@
5
 
-# generated automatically by aclocal 1.10.2 -*- Autoconf -*-
6
 
+# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
7
 
 
8
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
9
 
 # 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
10
 
@@ -13,7 +13,7 @@
11
 
 
12
 
 m4_ifndef([AC_AUTOCONF_VERSION],
13
 
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
14
 
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
15
 
+m4_if(AC_AUTOCONF_VERSION, [2.63],,
16
 
 [m4_warning([this file was generated for autoconf 2.63.
17
 
 You have another version of autoconf.  It may work, but is not guaranteed to.
18
 
 If you have problems, you may need to regenerate the build system entirely.
 
1
diff -Naur pango1.0-1.24.2.old/aclocal.m4 pango1.0-1.24.2/aclocal.m4
 
2
--- pango1.0-1.24.2.old/aclocal.m4      2009-05-04 22:05:13.000000000 +0200
 
3
+++ pango1.0-1.24.2/aclocal.m4  2009-05-14 09:37:14.000000000 +0200
19
4
@@ -2525,13 +2525,10 @@
20
5
   # before this can be enabled.
21
6
   hardcode_into_libs=yes
78
63
   *)
79
64
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
80
65
   ;;
81
 
@@ -4486,7 +4498,7 @@
 
66
@@ -4304,6 +4316,9 @@
 
67
   openbsd*)
 
68
     with_gnu_ld=no
 
69
     ;;
 
70
+  linux* | k*bsd*-gnu)
 
71
+    _LT_TAGVAR(link_all_deplibs, $1)=no
 
72
+    ;;
 
73
   esac
 
74
 
 
75
   _LT_TAGVAR(ld_shlibs, $1)=yes
 
76
@@ -4486,7 +4501,7 @@
82
77
       fi
83
78
       ;;
84
79
 
87
82
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
88
83
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
89
84
        wlarc=
90
 
@@ -4661,6 +4673,7 @@
 
85
@@ -4661,6 +4676,7 @@
91
86
        if test "$aix_use_runtimelinking" = yes; then
92
87
          shared_flag="$shared_flag "'${wl}-G'
93
88
        fi
95
90
       else
96
91
        # not using gcc
97
92
        if test "$host_cpu" = ia64; then
98
 
@@ -4899,7 +4912,7 @@
 
93
@@ -4899,7 +4915,7 @@
99
94
       _LT_TAGVAR(link_all_deplibs, $1)=yes
100
95
       ;;
101
96
 
104
99
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
105
100
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
106
101
       else
107
 
@@ -8076,14 +8089,16 @@
 
102
@@ -8076,14 +8092,16 @@
108
103
 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
109
104
 # ---------------------------------------------
110
105
 m4_define([_PKG_CONFIG],
129
124
 fi[]dnl
130
125
 ])# _PKG_CONFIG
131
126
 
132
 
@@ -8127,9 +8142,9 @@
 
127
@@ -8127,9 +8145,9 @@
133
128
 if test $pkg_failed = yes; then
134
129
         _PKG_SHORT_ERRORS_SUPPORTED
135
130
         if test $_pkg_short_errors_supported = yes; then
141
136
         fi
142
137
        # Put the nasty error message in config.log where it belongs
143
138
        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
144
 
@@ -8164,7 +8179,7 @@
145
 
 fi[]dnl
146
 
 ])# PKG_CHECK_MODULES
147
 
 
148
 
-# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
149
 
+# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc.
150
 
 #
151
 
 # This file is free software; the Free Software Foundation
152
 
 # gives unlimited permission to copy and/or distribute it,
153
 
@@ -8179,7 +8194,7 @@
154
 
 [am__api_version='1.10'
155
 
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
156
 
 dnl require some minimum version.  Point them to the right macro.
157
 
-m4_if([$1], [1.10.2], [],
158
 
+m4_if([$1], [1.10.1], [],
159
 
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
160
 
 ])
161
 
 
162
 
@@ -8193,12 +8208,12 @@
163
 
 # AM_SET_CURRENT_AUTOMAKE_VERSION
164
 
 # -------------------------------
165
 
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
166
 
-# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
167
 
+# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
168
 
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
169
 
-[AM_AUTOMAKE_VERSION([1.10.2])dnl
170
 
+[AM_AUTOMAKE_VERSION([1.10.1])dnl
171
 
 m4_ifndef([AC_AUTOCONF_VERSION],
172
 
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
173
 
-_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
174
 
+_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
175
 
 
176
 
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
177
 
 
178
 
@@ -8448,28 +8463,19 @@
179
 
 
180
 
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
181
 
 
182
 
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
183
 
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
184
 
 # Free Software Foundation, Inc.
185
 
 #
186
 
 # This file is free software; the Free Software Foundation
187
 
 # gives unlimited permission to copy and/or distribute it,
188
 
 # with or without modifications, as long as this notice is preserved.
189
 
 
190
 
-#serial 4
191
 
+#serial 3
192
 
 
193
 
 # _AM_OUTPUT_DEPENDENCY_COMMANDS
194
 
 # ------------------------------
195
 
 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
196
 
-[# Autoconf 2.62 quotes --file arguments for eval, but not when files
197
 
-# are listed without --file.  Let's play safe and only enable the eval
198
 
-# if we detect the quoting.
199
 
-case $CONFIG_FILES in
200
 
-*\'*) eval set x "$CONFIG_FILES" ;;
201
 
-*)   set x $CONFIG_FILES ;;
202
 
-esac
203
 
-shift
204
 
-for mf
205
 
-do
206
 
+[for mf in $CONFIG_FILES; do
207
 
   # Strip MF so we end up with the name of the file.
208
 
   mf=`echo "$mf" | sed -e 's/:.*$//'`
209
 
   # Check whether this is an Automake generated Makefile or not.
210
 
@@ -8813,13 +8819,13 @@
211
 
 
212
 
 # Helper functions for option handling.                     -*- Autoconf -*-
213
 
 
214
 
-# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
215
 
+# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
216
 
 #
217
 
 # This file is free software; the Free Software Foundation
218
 
 # gives unlimited permission to copy and/or distribute it,
219
 
 # with or without modifications, as long as this notice is preserved.
220
 
 
221
 
-# serial 4
222
 
+# serial 3
223
 
 
224
 
 # _AM_MANGLE_OPTION(NAME)
225
 
 # -----------------------
226
 
@@ -8836,7 +8842,7 @@
227
 
 # ----------------------------------
228
 
 # OPTIONS is a space-separated list of Automake options.
229
 
 AC_DEFUN([_AM_SET_OPTIONS],
230
 
-[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
231
 
+[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
232
 
 
233
 
 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
234
 
 # -------------------------------------------
235
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/config.guess pango1.0-1.24.0/config.guess
236
 
--- pango1.0-1.24.0.old/config.guess    2009-02-07 00:50:27.000000000 +0100
237
 
+++ pango1.0-1.24.0/config.guess        2009-03-22 14:58:12.000000000 +0100
238
 
@@ -4,7 +4,7 @@
239
 
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
240
 
 #   Free Software Foundation, Inc.
241
 
 
242
 
-timestamp='2008-11-15'
243
 
+timestamp='2008-01-23'
244
 
 
245
 
 # This file is free software; you can redistribute it and/or modify it
246
 
 # under the terms of the GNU General Public License as published by
247
 
@@ -331,20 +331,7 @@
248
 
        echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
249
 
        exit ;;
250
 
     i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
251
 
-       eval $set_cc_for_build
252
 
-       SUN_ARCH="i386"
253
 
-       # If there is a compiler, see if it is configured for 64-bit objects.
254
 
-       # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
255
 
-       # This test works for both compilers.
256
 
-       if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
257
 
-           if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
258
 
-               (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
259
 
-               grep IS_64BIT_ARCH >/dev/null
260
 
-           then
261
 
-               SUN_ARCH="x86_64"
262
 
-           fi
263
 
-       fi
264
 
-       echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
265
 
+       echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
266
 
        exit ;;
267
 
     sun4*:SunOS:6*:*)
268
 
        # According to config.sub, this is the proper way to canonicalize
269
 
@@ -809,7 +796,7 @@
270
 
            x86)
271
 
                echo i586-pc-interix${UNAME_RELEASE}
272
 
                exit ;;
273
 
-           EM64T | authenticamd | genuineintel)
274
 
+           EM64T | authenticamd)
275
 
                echo x86_64-unknown-interix${UNAME_RELEASE}
276
 
                exit ;;
277
 
            IA64)
278
 
@@ -948,9 +935,6 @@
279
 
        if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
280
 
        echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
281
 
        exit ;;
282
 
-    padre:Linux:*:*)
283
 
-       echo sparc-unknown-linux-gnu
284
 
-       exit ;;
285
 
     parisc:Linux:*:* | hppa:Linux:*:*)
286
 
        # Look for CPU level
287
 
        case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
288
 
@@ -1001,6 +985,9 @@
289
 
          a.out-i386-linux)
290
 
                echo "${UNAME_MACHINE}-pc-linux-gnuaout"
291
 
                exit ;;
292
 
+         coff-i386)
293
 
+               echo "${UNAME_MACHINE}-pc-linux-gnucoff"
294
 
+               exit ;;
295
 
          "")
296
 
                # Either a pre-BFD a.out linker (linux-gnuoldld) or
297
 
                # one that does not give us useful --help.
298
 
@@ -1229,9 +1216,6 @@
299
 
     BePC:BeOS:*:*)     # BeOS running on Intel PC compatible.
300
 
        echo i586-pc-beos
301
 
        exit ;;
302
 
-    BePC:Haiku:*:*)    # Haiku running on Intel PC compatible.
303
 
-       echo i586-pc-haiku
304
 
-       exit ;;
305
 
     SX-4:SUPER-UX:*:*)
306
 
        echo sx4-nec-superux${UNAME_RELEASE}
307
 
        exit ;;
308
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/config.sub pango1.0-1.24.0/config.sub
309
 
--- pango1.0-1.24.0.old/config.sub      2009-02-07 00:50:27.000000000 +0100
310
 
+++ pango1.0-1.24.0/config.sub  2009-03-22 14:58:12.000000000 +0100
311
 
@@ -4,7 +4,7 @@
312
 
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
313
 
 #   Free Software Foundation, Inc.
314
 
 
315
 
-timestamp='2008-09-08'
316
 
+timestamp='2008-01-16'
317
 
 
318
 
 # This file is (in principle) common to ALL GNU software.
319
 
 # The presence of a machine in this file suggests that SOME GNU software
320
 
@@ -250,14 +250,12 @@
321
 
        | i370 | i860 | i960 | ia64 \
322
 
        | ip2k | iq2000 \
323
 
        | m32c | m32r | m32rle | m68000 | m68k | m88k \
324
 
-       | maxq | mb | microblaze | mcore | mep | metag \
325
 
+       | maxq | mb | microblaze | mcore | mep \
326
 
        | mips | mipsbe | mipseb | mipsel | mipsle \
327
 
        | mips16 \
328
 
        | mips64 | mips64el \
329
 
-       | mips64octeon | mips64octeonel \
330
 
-       | mips64orion | mips64orionel \
331
 
-       | mips64r5900 | mips64r5900el \
332
 
        | mips64vr | mips64vrel \
333
 
+       | mips64orion | mips64orionel \
334
 
        | mips64vr4100 | mips64vr4100el \
335
 
        | mips64vr4300 | mips64vr4300el \
336
 
        | mips64vr5000 | mips64vr5000el \
337
 
@@ -288,7 +286,7 @@
338
 
        | v850 | v850e \
339
 
        | we32k \
340
 
        | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
341
 
-       | z8k | z80)
342
 
+       | z8k)
343
 
                basic_machine=$basic_machine-unknown
344
 
                ;;
345
 
        m6811 | m68hc11 | m6812 | m68hc12)
346
 
@@ -333,14 +331,12 @@
347
 
        | ip2k-* | iq2000-* \
348
 
        | m32c-* | m32r-* | m32rle-* \
349
 
        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
350
 
-       | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
351
 
+       | m88110-* | m88k-* | maxq-* | mcore-* \
352
 
        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
353
 
        | mips16-* \
354
 
        | mips64-* | mips64el-* \
355
 
-       | mips64octeon-* | mips64octeonel-* \
356
 
-       | mips64orion-* | mips64orionel-* \
357
 
-       | mips64r5900-* | mips64r5900el-* \
358
 
        | mips64vr-* | mips64vrel-* \
359
 
+       | mips64orion-* | mips64orionel-* \
360
 
        | mips64vr4100-* | mips64vr4100el-* \
361
 
        | mips64vr4300-* | mips64vr4300el-* \
362
 
        | mips64vr5000-* | mips64vr5000el-* \
363
 
@@ -368,14 +364,14 @@
364
 
        | sparclite-* \
365
 
        | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
366
 
        | tahoe-* | thumb-* \
367
 
-       | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
368
 
+       | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
369
 
        | tron-* \
370
 
        | v850-* | v850e-* | vax-* \
371
 
        | we32k-* \
372
 
        | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
373
 
        | xstormy16-* | xtensa*-* \
374
 
        | ymp-* \
375
 
-       | z8k-* | z80-*)
376
 
+       | z8k-*)
377
 
                ;;
378
 
        # Recognize the basic CPU types without company name, with glob match.
379
 
        xtensa*)
380
 
@@ -463,10 +459,6 @@
381
 
                basic_machine=c90-cray
382
 
                os=-unicos
383
 
                ;;
384
 
-        cegcc)
385
 
-               basic_machine=arm-unknown
386
 
-               os=-cegcc
387
 
-               ;;
388
 
        convex-c1)
389
 
                basic_machine=c1-convex
390
 
                os=-bsd
391
 
@@ -534,10 +526,6 @@
392
 
                basic_machine=m88k-motorola
393
 
                os=-sysv3
394
 
                ;;
395
 
-       dicos)
396
 
-               basic_machine=i686-pc
397
 
-               os=-dicos
398
 
-               ;;
399
 
        djgpp)
400
 
                basic_machine=i586-pc
401
 
                os=-msdosdjgpp
402
 
@@ -1140,10 +1128,6 @@
403
 
                basic_machine=z8k-unknown
404
 
                os=-sim
405
 
                ;;
406
 
-       z80-*-coff)
407
 
-               basic_machine=z80-unknown
408
 
-               os=-sim
409
 
-               ;;
410
 
        none)
411
 
                basic_machine=none-none
412
 
                os=-none
413
 
@@ -1264,7 +1248,7 @@
414
 
              | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
415
 
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
416
 
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
417
 
-             | -chorusos* | -chorusrdb* | -cegcc* \
418
 
+             | -chorusos* | -chorusrdb* \
419
 
              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
420
 
              | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
421
 
              | -uxpv* | -beos* | -mpeix* | -udk* \
422
 
@@ -1404,9 +1388,6 @@
423
 
        -zvmoe)
424
 
                os=-zvmoe
425
 
                ;;
426
 
-       -dicos*)
427
 
-               os=-dicos
428
 
-               ;;
429
 
        -none)
430
 
                ;;
431
 
        *)
432
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/configure pango1.0-1.24.0/configure
433
 
--- pango1.0-1.24.0.old/configure       2009-03-16 23:35:07.000000000 +0100
434
 
+++ pango1.0-1.24.0/configure   2009-03-22 14:58:15.000000000 +0100
 
139
diff -Naur pango1.0-1.24.2.old/config.guess pango1.0-1.24.2/config.guess
 
140
diff -Naur pango1.0-1.24.2.old/config.sub pango1.0-1.24.2/config.sub
 
141
diff -Naur pango1.0-1.24.2.old/configure pango1.0-1.24.2/configure
 
142
--- pango1.0-1.24.2.old/configure       2009-05-04 22:05:23.000000000 +0200
 
143
+++ pango1.0-1.24.2/configure   2009-05-14 09:37:16.000000000 +0200
435
144
@@ -6075,7 +6075,7 @@
436
145
   lt_cv_deplibs_check_method=pass_all
437
146
   ;;
441
150
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
442
151
     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
443
152
   else
444
 
@@ -10150,7 +10150,7 @@
 
153
@@ -9968,6 +9968,9 @@
 
154
   openbsd*)
 
155
     with_gnu_ld=no
 
156
     ;;
 
157
+  linux* | k*bsd*-gnu)
 
158
+    link_all_deplibs=no
 
159
+    ;;
 
160
   esac
 
161
 
 
162
   ld_shlibs=yes
 
163
@@ -10150,7 +10153,7 @@
445
164
       fi
446
165
       ;;
447
166
 
450
169
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
451
170
        archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
452
171
        wlarc=
453
 
@@ -10325,6 +10325,7 @@
 
172
@@ -10325,6 +10328,7 @@
454
173
        if test "$aix_use_runtimelinking" = yes; then
455
174
          shared_flag="$shared_flag "'${wl}-G'
456
175
        fi
458
177
       else
459
178
        # not using gcc
460
179
        if test "$host_cpu" = ia64; then
461
 
@@ -10739,7 +10740,7 @@
 
180
@@ -10739,7 +10743,7 @@
462
181
       link_all_deplibs=yes
463
182
       ;;
464
183
 
467
186
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
468
187
        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
469
188
       else
470
 
@@ -11701,13 +11702,10 @@
 
189
@@ -11701,13 +11705,10 @@
471
190
   # before this can be enabled.
472
191
   hardcode_into_libs=yes
473
192
 
482
201
   fi
483
202
 
484
203
   # We used to test for /lib/ld.so.1 and disable shared libraries on
485
 
@@ -11719,6 +11717,18 @@
 
204
@@ -11719,6 +11720,18 @@
486
205
   dynamic_linker='GNU/Linux ld.so'
487
206
   ;;
488
207
 
501
220
 netbsd*)
502
221
   version_type=sunos
503
222
   need_lib_prefix=no
504
 
@@ -12652,7 +12662,7 @@
 
223
@@ -12652,7 +12665,7 @@
505
224
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
506
225
   lt_status=$lt_dlunknown
507
226
   cat > conftest.$ac_ext <<_LT_EOF
508
227
-#line 12655 "configure"
509
 
+#line 12665 "configure"
 
228
+#line 12668 "configure"
510
229
 #include "confdefs.h"
511
230
 
512
231
 #if HAVE_DLFCN_H
513
 
@@ -12748,7 +12758,7 @@
 
232
@@ -12748,7 +12761,7 @@
514
233
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
515
234
   lt_status=$lt_dlunknown
516
235
   cat > conftest.$ac_ext <<_LT_EOF
517
236
-#line 12751 "configure"
518
 
+#line 12761 "configure"
 
237
+#line 12764 "configure"
519
238
 #include "confdefs.h"
520
239
 
521
240
 #if HAVE_DLFCN_H
522
 
@@ -14644,7 +14654,7 @@
 
241
@@ -14644,7 +14657,7 @@
523
242
            ;;
524
243
        esac
525
244
        ;;
528
247
        ;;
529
248
       *qnx* | *nto*)
530
249
         # QNX uses GNU C++, but need to define -shared option too, otherwise
531
 
@@ -14768,11 +14778,11 @@
 
250
@@ -14768,11 +14781,11 @@
532
251
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
533
252
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
534
253
    -e 's:$: $lt_compiler_flag:'`
535
254
-   (eval echo "\"\$as_me:14771: $lt_compile\"" >&5)
536
 
+   (eval echo "\"\$as_me:14781: $lt_compile\"" >&5)
 
255
+   (eval echo "\"\$as_me:14784: $lt_compile\"" >&5)
537
256
    (eval "$lt_compile" 2>conftest.err)
538
257
    ac_status=$?
539
258
    cat conftest.err >&5
540
259
-   echo "$as_me:14775: \$? = $ac_status" >&5
541
 
+   echo "$as_me:14785: \$? = $ac_status" >&5
 
260
+   echo "$as_me:14788: \$? = $ac_status" >&5
542
261
    if (exit $ac_status) && test -s "$ac_outfile"; then
543
262
      # The compiler can only warn and ignore the option if not recognized
544
263
      # So say no if there are warnings other than the usual output.
545
 
@@ -14867,11 +14877,11 @@
 
264
@@ -14867,11 +14880,11 @@
546
265
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
547
266
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
548
267
    -e 's:$: $lt_compiler_flag:'`
549
268
-   (eval echo "\"\$as_me:14870: $lt_compile\"" >&5)
550
 
+   (eval echo "\"\$as_me:14880: $lt_compile\"" >&5)
 
269
+   (eval echo "\"\$as_me:14883: $lt_compile\"" >&5)
551
270
    (eval "$lt_compile" 2>out/conftest.err)
552
271
    ac_status=$?
553
272
    cat out/conftest.err >&5
554
273
-   echo "$as_me:14874: \$? = $ac_status" >&5
555
 
+   echo "$as_me:14884: \$? = $ac_status" >&5
 
274
+   echo "$as_me:14887: \$? = $ac_status" >&5
556
275
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
557
276
    then
558
277
      # The compiler can only warn and ignore the option if not recognized
559
 
@@ -14919,11 +14929,11 @@
 
278
@@ -14919,11 +14932,11 @@
560
279
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
561
280
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
562
281
    -e 's:$: $lt_compiler_flag:'`
563
282
-   (eval echo "\"\$as_me:14922: $lt_compile\"" >&5)
564
 
+   (eval echo "\"\$as_me:14932: $lt_compile\"" >&5)
 
283
+   (eval echo "\"\$as_me:14935: $lt_compile\"" >&5)
565
284
    (eval "$lt_compile" 2>out/conftest.err)
566
285
    ac_status=$?
567
286
    cat out/conftest.err >&5
568
287
-   echo "$as_me:14926: \$? = $ac_status" >&5
569
 
+   echo "$as_me:14936: \$? = $ac_status" >&5
 
288
+   echo "$as_me:14939: \$? = $ac_status" >&5
570
289
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
571
290
    then
572
291
      # The compiler can only warn and ignore the option if not recognized
573
 
@@ -14995,6 +15005,9 @@
 
292
@@ -14995,6 +15008,9 @@
574
293
   cygwin* | mingw* | cegcc*)
575
294
     export_symbols_cmds_CXX='$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'
576
295
   ;;
580
299
   *)
581
300
     export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
582
301
   ;;
583
 
@@ -15566,13 +15579,10 @@
 
302
@@ -15566,13 +15582,10 @@
584
303
   # before this can be enabled.
585
304
   hardcode_into_libs=yes
586
305
 
595
314
   fi
596
315
 
597
316
   # We used to test for /lib/ld.so.1 and disable shared libraries on
598
 
@@ -15584,6 +15594,18 @@
 
317
@@ -15584,6 +15597,18 @@
599
318
   dynamic_linker='GNU/Linux ld.so'
600
319
   ;;
601
320
 
614
333
 netbsd*)
615
334
   version_type=sunos
616
335
   need_lib_prefix=no
617
 
@@ -19265,10 +19287,11 @@
 
336
@@ -19265,10 +19290,11 @@
618
337
 { $as_echo "$as_me:$LINENO: checking for FONTCONFIG" >&5
619
338
 $as_echo_n "checking for FONTCONFIG... " >&6; }
620
339
 
630
349
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"fontconfig >= 2.5.0\"") >&5
631
350
   ($PKG_CONFIG --exists --print-errors "fontconfig >= 2.5.0") 2>&5
632
351
   ac_status=$?
633
 
@@ -19278,13 +19301,15 @@
 
352
@@ -19278,13 +19304,15 @@
634
353
 else
635
354
   pkg_failed=yes
636
355
 fi
652
371
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"fontconfig >= 2.5.0\"") >&5
653
372
   ($PKG_CONFIG --exists --print-errors "fontconfig >= 2.5.0") 2>&5
654
373
   ac_status=$?
655
 
@@ -19294,8 +19319,9 @@
 
374
@@ -19294,8 +19322,9 @@
656
375
 else
657
376
   pkg_failed=yes
658
377
 fi
664
383
 fi
665
384
 
666
385
 
667
 
@@ -19308,9 +19334,9 @@
 
386
@@ -19308,9 +19337,9 @@
668
387
         _pkg_short_errors_supported=no
669
388
 fi
670
389
         if test $_pkg_short_errors_supported = yes; then
676
395
         fi
677
396
        # Put the nasty error message in config.log where it belongs
678
397
        echo "$FONTCONFIG_PKG_ERRORS" >&5
679
 
@@ -19341,10 +19367,11 @@
 
398
@@ -19341,10 +19370,11 @@
680
399
 { $as_echo "$as_me:$LINENO: checking for FREETYPE" >&5
681
400
 $as_echo_n "checking for FREETYPE... " >&6; }
682
401
 
692
411
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"freetype2\"") >&5
693
412
   ($PKG_CONFIG --exists --print-errors "freetype2") 2>&5
694
413
   ac_status=$?
695
 
@@ -19354,13 +19381,15 @@
 
414
@@ -19354,13 +19384,15 @@
696
415
 else
697
416
   pkg_failed=yes
698
417
 fi
714
433
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"freetype2\"") >&5
715
434
   ($PKG_CONFIG --exists --print-errors "freetype2") 2>&5
716
435
   ac_status=$?
717
 
@@ -19370,8 +19399,9 @@
 
436
@@ -19370,8 +19402,9 @@
718
437
 else
719
438
   pkg_failed=yes
720
439
 fi
726
445
 fi
727
446
 
728
447
 
729
 
@@ -19384,9 +19414,9 @@
 
448
@@ -19384,9 +19417,9 @@
730
449
         _pkg_short_errors_supported=no
731
450
 fi
732
451
         if test $_pkg_short_errors_supported = yes; then
738
457
         fi
739
458
        # Put the nasty error message in config.log where it belongs
740
459
        echo "$FREETYPE_PKG_ERRORS" >&5
741
 
@@ -19434,10 +19464,11 @@
 
460
@@ -19434,10 +19467,11 @@
742
461
 { $as_echo "$as_me:$LINENO: checking for XFT" >&5
743
462
 $as_echo_n "checking for XFT... " >&6; }
744
463
 
754
473
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xft >= 2.0.0 xrender\"") >&5
755
474
   ($PKG_CONFIG --exists --print-errors "xft >= 2.0.0 xrender") 2>&5
756
475
   ac_status=$?
757
 
@@ -19447,13 +19478,15 @@
 
476
@@ -19447,13 +19481,15 @@
758
477
 else
759
478
   pkg_failed=yes
760
479
 fi
776
495
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xft >= 2.0.0 xrender\"") >&5
777
496
   ($PKG_CONFIG --exists --print-errors "xft >= 2.0.0 xrender") 2>&5
778
497
   ac_status=$?
779
 
@@ -19463,8 +19496,9 @@
 
498
@@ -19463,8 +19499,9 @@
780
499
 else
781
500
   pkg_failed=yes
782
501
 fi
788
507
 fi
789
508
 
790
509
 
791
 
@@ -19477,9 +19511,9 @@
 
510
@@ -19477,9 +19514,9 @@
792
511
         _pkg_short_errors_supported=no
793
512
 fi
794
513
         if test $_pkg_short_errors_supported = yes; then
800
519
         fi
801
520
        # Put the nasty error message in config.log where it belongs
802
521
        echo "$XFT_PKG_ERRORS" >&5
803
 
@@ -19742,10 +19776,11 @@
 
522
@@ -19742,10 +19779,11 @@
804
523
 { $as_echo "$as_me:$LINENO: checking for CAIRO" >&5
805
524
 $as_echo_n "checking for CAIRO... " >&6; }
806
525
 
816
535
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo >= \$cairo_required\"") >&5
817
536
   ($PKG_CONFIG --exists --print-errors "cairo >= $cairo_required") 2>&5
818
537
   ac_status=$?
819
 
@@ -19755,13 +19790,15 @@
 
538
@@ -19755,13 +19793,15 @@
820
539
 else
821
540
   pkg_failed=yes
822
541
 fi
838
557
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo >= \$cairo_required\"") >&5
839
558
   ($PKG_CONFIG --exists --print-errors "cairo >= $cairo_required") 2>&5
840
559
   ac_status=$?
841
 
@@ -19771,8 +19808,9 @@
 
560
@@ -19771,8 +19811,9 @@
842
561
 else
843
562
   pkg_failed=yes
844
563
 fi
850
569
 fi
851
570
 
852
571
 
853
 
@@ -19785,9 +19823,9 @@
 
572
@@ -19785,9 +19826,9 @@
854
573
         _pkg_short_errors_supported=no
855
574
 fi
856
575
         if test $_pkg_short_errors_supported = yes; then
862
581
         fi
863
582
        # Put the nasty error message in config.log where it belongs
864
583
        echo "$CAIRO_PKG_ERRORS" >&5
865
 
@@ -20070,10 +20108,11 @@
 
584
@@ -20070,10 +20111,11 @@
866
585
 { $as_echo "$as_me:$LINENO: checking for GLIB" >&5
867
586
 $as_echo_n "checking for GLIB... " >&6; }
868
587
 
878
597
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$GLIB_MODULES\"") >&5
879
598
   ($PKG_CONFIG --exists --print-errors "$GLIB_MODULES") 2>&5
880
599
   ac_status=$?
881
 
@@ -20083,13 +20122,15 @@
 
600
@@ -20083,13 +20125,15 @@
882
601
 else
883
602
   pkg_failed=yes
884
603
 fi
900
619
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$GLIB_MODULES\"") >&5
901
620
   ($PKG_CONFIG --exists --print-errors "$GLIB_MODULES") 2>&5
902
621
   ac_status=$?
903
 
@@ -20099,8 +20140,9 @@
 
622
@@ -20099,8 +20143,9 @@
904
623
 else
905
624
   pkg_failed=yes
906
625
 fi
912
631
 fi
913
632
 
914
633
 
915
 
@@ -20113,9 +20155,9 @@
 
634
@@ -20113,9 +20158,9 @@
916
635
         _pkg_short_errors_supported=no
917
636
 fi
918
637
         if test $_pkg_short_errors_supported = yes; then
924
643
         fi
925
644
        # Put the nasty error message in config.log where it belongs
926
645
        echo "$GLIB_PKG_ERRORS" >&5
927
 
@@ -20166,10 +20208,11 @@
 
646
@@ -20166,10 +20211,11 @@
928
647
 { $as_echo "$as_me:$LINENO: checking for LIBTHAI" >&5
929
648
 $as_echo_n "checking for LIBTHAI... " >&6; }
930
649
 
940
659
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libthai >= \$LIBTHAI_REQUIRED_VERSION\"") >&5
941
660
   ($PKG_CONFIG --exists --print-errors "libthai >= $LIBTHAI_REQUIRED_VERSION") 2>&5
942
661
   ac_status=$?
943
 
@@ -20179,13 +20222,15 @@
 
662
@@ -20179,13 +20225,15 @@
944
663
 else
945
664
   pkg_failed=yes
946
665
 fi
962
681
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libthai >= \$LIBTHAI_REQUIRED_VERSION\"") >&5
963
682
   ($PKG_CONFIG --exists --print-errors "libthai >= $LIBTHAI_REQUIRED_VERSION") 2>&5
964
683
   ac_status=$?
965
 
@@ -20195,8 +20240,9 @@
 
684
@@ -20195,8 +20243,9 @@
966
685
 else
967
686
   pkg_failed=yes
968
687
 fi
974
693
 fi
975
694
 
976
695
 
977
 
@@ -20209,9 +20255,9 @@
 
696
@@ -20209,9 +20258,9 @@
978
697
         _pkg_short_errors_supported=no
979
698
 fi
980
699
         if test $_pkg_short_errors_supported = yes; then
986
705
         fi
987
706
        # Put the nasty error message in config.log where it belongs
988
707
        echo "$LIBTHAI_PKG_ERRORS" >&5
989
 
@@ -20240,10 +20286,11 @@
 
708
@@ -20240,10 +20289,11 @@
990
709
 { $as_echo "$as_me:$LINENO: checking for INTROSPECTION" >&5
991
710
 $as_echo_n "checking for INTROSPECTION... " >&6; }
992
711
 
1002
721
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.6.2\"") >&5
1003
722
   ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.6.2") 2>&5
1004
723
   ac_status=$?
1005
 
@@ -20253,13 +20300,15 @@
 
724
@@ -20253,13 +20303,15 @@
1006
725
 else
1007
726
   pkg_failed=yes
1008
727
 fi
1024
743
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.6.2\"") >&5
1025
744
   ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.6.2") 2>&5
1026
745
   ac_status=$?
1027
 
@@ -20269,8 +20318,9 @@
 
746
@@ -20269,8 +20321,9 @@
1028
747
 else
1029
748
   pkg_failed=yes
1030
749
 fi
1036
755
 fi
1037
756
 
1038
757
 
1039
 
@@ -20283,9 +20333,9 @@
 
758
@@ -20283,9 +20336,9 @@
1040
759
         _pkg_short_errors_supported=no
1041
760
 fi
1042
761
         if test $_pkg_short_errors_supported = yes; then
1048
767
         fi
1049
768
        # Put the nasty error message in config.log where it belongs
1050
769
        echo "$INTROSPECTION_PKG_ERRORS" >&5
1051
 
@@ -23709,16 +23759,7 @@
1052
 
 
1053
 
 
1054
 
   case $ac_file$ac_mode in
1055
 
-    "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files
1056
 
-# are listed without --file.  Let's play safe and only enable the eval
1057
 
-# if we detect the quoting.
1058
 
-case $CONFIG_FILES in
1059
 
-*\'*) eval set x "$CONFIG_FILES" ;;
1060
 
-*)   set x $CONFIG_FILES ;;
1061
 
-esac
1062
 
-shift
1063
 
-for mf
1064
 
-do
1065
 
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
1066
 
   # Strip MF so we end up with the name of the file.
1067
 
   mf=`echo "$mf" | sed -e 's/:.*$//'`
1068
 
   # Check whether this is an Automake generated Makefile or not.
1069
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/docs/Makefile.in pango1.0-1.24.0/docs/Makefile.in
1070
 
--- pango1.0-1.24.0.old/docs/Makefile.in        2009-03-16 23:35:01.000000000 +0100
1071
 
+++ pango1.0-1.24.0/docs/Makefile.in    2009-03-22 14:58:12.000000000 +0100
1072
 
@@ -1,4 +1,4 @@
1073
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1074
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1075
 
 # @configure_input@
1076
 
 
1077
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1078
 
@@ -367,8 +367,8 @@
1079
 
        @for dep in $?; do \
1080
 
          case '$(am__configure_deps)' in \
1081
 
            *$$dep*) \
1082
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1083
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1084
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1085
 
+               && exit 0; \
1086
 
              exit 1;; \
1087
 
          esac; \
1088
 
        done; \
1089
 
@@ -411,8 +411,8 @@
1090
 
          esac; \
1091
 
        done; \
1092
 
        for i in $$list; do \
1093
 
-         if test -f $$i; then file=$$i; \
1094
 
-         else file=$(srcdir)/$$i; fi; \
1095
 
+         if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
1096
 
+         else file=$$i; fi; \
1097
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
1098
 
          case "$$ext" in \
1099
 
            1*) ;; \
1100
 
@@ -453,7 +453,7 @@
1101
 
 
1102
 
 
1103
 
 check-TESTS: $(TESTS)
1104
 
-       @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1105
 
+       @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
1106
 
        srcdir=$(srcdir); export srcdir; \
1107
 
        list=' $(TESTS) '; \
1108
 
        if test -n "$$list"; then \
1109
 
@@ -464,7 +464,7 @@
1110
 
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
1111
 
              all=`expr $$all + 1`; \
1112
 
              case " $(XFAIL_TESTS) " in \
1113
 
-             *[\ \     ]$$tst[\ \      ]*) \
1114
 
+             *$$ws$$tst$$ws*) \
1115
 
                xpass=`expr $$xpass + 1`; \
1116
 
                failed=`expr $$failed + 1`; \
1117
 
                echo "XPASS: $$tst"; \
1118
 
@@ -476,7 +476,7 @@
1119
 
            elif test $$? -ne 77; then \
1120
 
              all=`expr $$all + 1`; \
1121
 
              case " $(XFAIL_TESTS) " in \
1122
 
-             *[\ \     ]$$tst[\ \      ]*) \
1123
 
+             *$$ws$$tst$$ws*) \
1124
 
                xfail=`expr $$xfail + 1`; \
1125
 
                echo "XFAIL: $$tst"; \
1126
 
              ;; \
1127
 
@@ -490,36 +490,23 @@
1128
 
              echo "SKIP: $$tst"; \
1129
 
            fi; \
1130
 
          done; \
1131
 
-         if test "$$all" -eq 1; then \
1132
 
-           tests="test"; \
1133
 
-           All=""; \
1134
 
-         else \
1135
 
-           tests="tests"; \
1136
 
-           All="All "; \
1137
 
-         fi; \
1138
 
          if test "$$failed" -eq 0; then \
1139
 
            if test "$$xfail" -eq 0; then \
1140
 
-             banner="$$All$$all $$tests passed"; \
1141
 
+             banner="All $$all tests passed"; \
1142
 
            else \
1143
 
-             if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1144
 
-             banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
1145
 
+             banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
1146
 
            fi; \
1147
 
          else \
1148
 
            if test "$$xpass" -eq 0; then \
1149
 
-             banner="$$failed of $$all $$tests failed"; \
1150
 
+             banner="$$failed of $$all tests failed"; \
1151
 
            else \
1152
 
-             if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
1153
 
-             banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
1154
 
+             banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
1155
 
            fi; \
1156
 
          fi; \
1157
 
          dashes="$$banner"; \
1158
 
          skipped=""; \
1159
 
          if test "$$skip" -ne 0; then \
1160
 
-           if test "$$skip" -eq 1; then \
1161
 
-             skipped="($$skip test was not run)"; \
1162
 
-           else \
1163
 
-             skipped="($$skip tests were not run)"; \
1164
 
-           fi; \
1165
 
+           skipped="($$skip tests were not run)"; \
1166
 
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1167
 
              dashes="$$skipped"; \
1168
 
          fi; \
1169
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/examples/Makefile.in pango1.0-1.24.0/examples/Makefile.in
1170
 
--- pango1.0-1.24.0.old/examples/Makefile.in    2009-03-16 23:35:01.000000000 +0100
1171
 
+++ pango1.0-1.24.0/examples/Makefile.in        2009-03-22 14:58:12.000000000 +0100
1172
 
@@ -1,4 +1,4 @@
1173
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1174
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1175
 
 # @configure_input@
1176
 
 
1177
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1178
 
@@ -285,8 +285,8 @@
1179
 
        @for dep in $?; do \
1180
 
          case '$(am__configure_deps)' in \
1181
 
            *$$dep*) \
1182
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1183
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1184
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1185
 
+               && exit 0; \
1186
 
              exit 1;; \
1187
 
          esac; \
1188
 
        done; \
1189
 
@@ -369,7 +369,7 @@
1190
 
        unique=`for i in $$list; do \
1191
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1192
 
          done | \
1193
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1194
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1195
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1196
 
        mkid -fID $$unique
1197
 
 tags: TAGS
1198
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/ltmain.sh pango1.0-1.24.0/ltmain.sh
1199
 
--- pango1.0-1.24.0.old/ltmain.sh       2009-02-07 00:50:08.000000000 +0100
1200
 
+++ pango1.0-1.24.0/ltmain.sh   2009-03-22 14:58:08.000000000 +0100
 
770
diff -Naur pango1.0-1.24.2.old/ltmain.sh pango1.0-1.24.2/ltmain.sh
 
771
--- pango1.0-1.24.2.old/ltmain.sh       2009-04-18 03:17:31.000000000 +0200
 
772
+++ pango1.0-1.24.2/ltmain.sh   2009-05-14 09:37:10.000000000 +0200
1201
773
@@ -65,7 +65,7 @@
1202
774
 #       compiler:              $LTCC
1203
775
 #       compiler flags:                $LTCFLAGS
1204
776
 #       linker:                $LD (gnu? $with_gnu_ld)
1205
777
-#       $progname:             (GNU libtool) 2.2.6
1206
 
+#       $progname:             (GNU libtool) 2.2.6 Debian-2.2.6a-1
 
778
+#       $progname:             (GNU libtool) 2.2.6 Debian-2.2.6a-4
1207
779
 #       automake:              $automake_version
1208
780
 #       autoconf:              $autoconf_version
1209
781
 #
1212
784
 PROGRAM=ltmain.sh
1213
785
 PACKAGE=libtool
1214
786
-VERSION=2.2.6
1215
 
+VERSION="2.2.6 Debian-2.2.6a-1"
 
787
+VERSION="2.2.6 Debian-2.2.6a-4"
1216
788
 TIMESTAMP=""
1217
789
 package_revision=1.3012
1218
790
 
1228
800
        esac
1229
801
       fi
1230
802
       if test "$linkmode,$pass" = "lib,dlpreopen"; then
1231
 
@@ -6206,6 +6209,9 @@
 
803
@@ -5344,19 +5347,19 @@
 
804
            # It is a libtool convenience library, so add in its objects.
 
805
            convenience="$convenience $ladir/$objdir/$old_library"
 
806
            old_convenience="$old_convenience $ladir/$objdir/$old_library"
 
807
+           tmp_libs=
 
808
+           for deplib in $dependency_libs; do
 
809
+             deplibs="$deplib $deplibs"
 
810
+             if $opt_duplicate_deps ; then
 
811
+               case "$tmp_libs " in
 
812
+               *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
813
+               esac
 
814
+             fi
 
815
+             tmp_libs="$tmp_libs $deplib"
 
816
+           done
 
817
          elif test "$linkmode" != prog && test "$linkmode" != lib; then
 
818
            func_fatal_error "\`$lib' is not a convenience library"
 
819
          fi
 
820
-         tmp_libs=
 
821
-         for deplib in $dependency_libs; do
 
822
-           deplibs="$deplib $deplibs"
 
823
-           if $opt_duplicate_deps ; then
 
824
-             case "$tmp_libs " in
 
825
-             *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
826
-             esac
 
827
-           fi
 
828
-           tmp_libs="$tmp_libs $deplib"
 
829
-         done
 
830
          continue
 
831
        fi # $pass = conv
 
832
 
 
833
@@ -5893,6 +5896,7 @@
 
834
          if test "$link_all_deplibs" != no; then
 
835
            # Add the search paths of all dependency libraries
 
836
            for deplib in $dependency_libs; do
 
837
+             path=
 
838
              case $deplib in
 
839
              -L*) path="$deplib" ;;
 
840
              *.la)
 
841
@@ -6206,6 +6210,9 @@
1232
842
            revision="$number_minor"
1233
843
            lt_irix_increment=no
1234
844
            ;;
1238
848
          esac
1239
849
          ;;
1240
850
        no)
1241
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/Makefile.in pango1.0-1.24.0/Makefile.in
1242
 
--- pango1.0-1.24.0.old/Makefile.in     2009-03-16 23:35:05.000000000 +0100
1243
 
+++ pango1.0-1.24.0/Makefile.in 2009-03-22 14:58:14.000000000 +0100
1244
 
@@ -1,4 +1,4 @@
1245
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1246
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1247
 
 # @configure_input@
1248
 
 
1249
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1250
 
@@ -416,7 +416,7 @@
1251
 
        -rm -rf .libs _libs
1252
 
 
1253
 
 distclean-libtool:
1254
 
-       -rm -f libtool config.lt
1255
 
+       -rm -f libtool
1256
 
 install-pkgconfigDATA: $(pkgconfig_DATA)
1257
 
        @$(NORMAL_INSTALL)
1258
 
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
1259
 
@@ -510,7 +510,7 @@
1260
 
        unique=`for i in $$list; do \
1261
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1262
 
          done | \
1263
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1264
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1265
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1266
 
        mkid -fID $$unique
1267
 
 tags: TAGS
1268
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/modules/arabic/Makefile.in pango1.0-1.24.0/modules/arabic/Makefile.in
1269
 
--- pango1.0-1.24.0.old/modules/arabic/Makefile.in      2009-03-16 23:35:02.000000000 +0100
1270
 
+++ pango1.0-1.24.0/modules/arabic/Makefile.in  2009-03-22 14:58:12.000000000 +0100
1271
 
@@ -1,4 +1,4 @@
1272
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1273
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1274
 
 # @configure_input@
1275
 
 
1276
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1277
 
@@ -351,8 +351,8 @@
1278
 
        @for dep in $?; do \
1279
 
          case '$(am__configure_deps)' in \
1280
 
            *$$dep*) \
1281
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1282
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1283
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1284
 
+               && exit 0; \
1285
 
              exit 1;; \
1286
 
          esac; \
1287
 
        done; \
1288
 
@@ -487,7 +487,7 @@
1289
 
        unique=`for i in $$list; do \
1290
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1291
 
          done | \
1292
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1293
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1294
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1295
 
        mkid -fID $$unique
1296
 
 tags: TAGS
1297
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/modules/basic/Makefile.in pango1.0-1.24.0/modules/basic/Makefile.in
1298
 
--- pango1.0-1.24.0.old/modules/basic/Makefile.in       2009-03-16 23:35:02.000000000 +0100
1299
 
+++ pango1.0-1.24.0/modules/basic/Makefile.in   2009-03-22 14:58:13.000000000 +0100
1300
 
@@ -1,4 +1,4 @@
1301
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1302
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1303
 
 # @configure_input@
1304
 
 
1305
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1306
 
@@ -407,8 +407,8 @@
1307
 
        @for dep in $?; do \
1308
 
          case '$(am__configure_deps)' in \
1309
 
            *$$dep*) \
1310
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1311
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1312
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1313
 
+               && exit 0; \
1314
 
              exit 1;; \
1315
 
          esac; \
1316
 
        done; \
1317
 
@@ -560,7 +560,7 @@
1318
 
        unique=`for i in $$list; do \
1319
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1320
 
          done | \
1321
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1322
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1323
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1324
 
        mkid -fID $$unique
1325
 
 tags: TAGS
1326
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/modules/hangul/Makefile.in pango1.0-1.24.0/modules/hangul/Makefile.in
1327
 
--- pango1.0-1.24.0.old/modules/hangul/Makefile.in      2009-03-16 23:35:02.000000000 +0100
1328
 
+++ pango1.0-1.24.0/modules/hangul/Makefile.in  2009-03-22 14:58:13.000000000 +0100
1329
 
@@ -1,4 +1,4 @@
1330
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1331
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1332
 
 # @configure_input@
1333
 
 
1334
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1335
 
@@ -317,8 +317,8 @@
1336
 
        @for dep in $?; do \
1337
 
          case '$(am__configure_deps)' in \
1338
 
            *$$dep*) \
1339
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1340
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1341
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1342
 
+               && exit 0; \
1343
 
              exit 1;; \
1344
 
          esac; \
1345
 
        done; \
1346
 
@@ -431,7 +431,7 @@
1347
 
        unique=`for i in $$list; do \
1348
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1349
 
          done | \
1350
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1351
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1352
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1353
 
        mkid -fID $$unique
1354
 
 tags: TAGS
1355
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/modules/hebrew/Makefile.in pango1.0-1.24.0/modules/hebrew/Makefile.in
1356
 
--- pango1.0-1.24.0.old/modules/hebrew/Makefile.in      2009-03-16 23:35:02.000000000 +0100
1357
 
+++ pango1.0-1.24.0/modules/hebrew/Makefile.in  2009-03-22 14:58:13.000000000 +0100
1358
 
@@ -1,4 +1,4 @@
1359
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1360
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1361
 
 # @configure_input@
1362
 
 
1363
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1364
 
@@ -317,8 +317,8 @@
1365
 
        @for dep in $?; do \
1366
 
          case '$(am__configure_deps)' in \
1367
 
            *$$dep*) \
1368
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1369
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1370
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1371
 
+               && exit 0; \
1372
 
              exit 1;; \
1373
 
          esac; \
1374
 
        done; \
1375
 
@@ -440,7 +440,7 @@
1376
 
        unique=`for i in $$list; do \
1377
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1378
 
          done | \
1379
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1380
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1381
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1382
 
        mkid -fID $$unique
1383
 
 tags: TAGS
1384
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/modules/indic/Makefile.in pango1.0-1.24.0/modules/indic/Makefile.in
1385
 
--- pango1.0-1.24.0.old/modules/indic/Makefile.in       2009-03-16 23:35:03.000000000 +0100
1386
 
+++ pango1.0-1.24.0/modules/indic/Makefile.in   2009-03-22 14:58:13.000000000 +0100
1387
 
@@ -1,4 +1,4 @@
1388
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1389
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1390
 
 # @configure_input@
1391
 
 
1392
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1393
 
@@ -356,8 +356,8 @@
1394
 
        @for dep in $?; do \
1395
 
          case '$(am__configure_deps)' in \
1396
 
            *$$dep*) \
1397
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1398
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1399
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1400
 
+               && exit 0; \
1401
 
              exit 1;; \
1402
 
          esac; \
1403
 
        done; \
1404
 
@@ -510,7 +510,7 @@
1405
 
        unique=`for i in $$list; do \
1406
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1407
 
          done | \
1408
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1409
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1410
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1411
 
        mkid -fID $$unique
1412
 
 tags: TAGS
1413
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/modules/khmer/Makefile.in pango1.0-1.24.0/modules/khmer/Makefile.in
1414
 
--- pango1.0-1.24.0.old/modules/khmer/Makefile.in       2009-03-16 23:35:03.000000000 +0100
1415
 
+++ pango1.0-1.24.0/modules/khmer/Makefile.in   2009-03-22 14:58:13.000000000 +0100
1416
 
@@ -1,4 +1,4 @@
1417
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1418
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1419
 
 # @configure_input@
1420
 
 
1421
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1422
 
@@ -315,8 +315,8 @@
1423
 
        @for dep in $?; do \
1424
 
          case '$(am__configure_deps)' in \
1425
 
            *$$dep*) \
1426
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1427
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1428
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1429
 
+               && exit 0; \
1430
 
              exit 1;; \
1431
 
          esac; \
1432
 
        done; \
1433
 
@@ -429,7 +429,7 @@
1434
 
        unique=`for i in $$list; do \
1435
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1436
 
          done | \
1437
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1438
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1439
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1440
 
        mkid -fID $$unique
1441
 
 tags: TAGS
1442
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/modules/Makefile.in pango1.0-1.24.0/modules/Makefile.in
1443
 
--- pango1.0-1.24.0.old/modules/Makefile.in     2009-03-16 23:35:02.000000000 +0100
1444
 
+++ pango1.0-1.24.0/modules/Makefile.in 2009-03-22 14:58:12.000000000 +0100
1445
 
@@ -1,4 +1,4 @@
1446
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1447
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1448
 
 # @configure_input@
1449
 
 
1450
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1451
 
@@ -258,8 +258,8 @@
1452
 
        @for dep in $?; do \
1453
 
          case '$(am__configure_deps)' in \
1454
 
            *$$dep*) \
1455
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1456
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1457
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1458
 
+               && exit 0; \
1459
 
              exit 1;; \
1460
 
          esac; \
1461
 
        done; \
1462
 
@@ -365,7 +365,7 @@
1463
 
        unique=`for i in $$list; do \
1464
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1465
 
          done | \
1466
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1467
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1468
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1469
 
        mkid -fID $$unique
1470
 
 tags: TAGS
1471
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/modules/syriac/Makefile.in pango1.0-1.24.0/modules/syriac/Makefile.in
1472
 
--- pango1.0-1.24.0.old/modules/syriac/Makefile.in      2009-03-16 23:35:03.000000000 +0100
1473
 
+++ pango1.0-1.24.0/modules/syriac/Makefile.in  2009-03-22 14:58:13.000000000 +0100
1474
 
@@ -1,4 +1,4 @@
1475
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1476
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1477
 
 # @configure_input@
1478
 
 
1479
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1480
 
@@ -319,8 +319,8 @@
1481
 
        @for dep in $?; do \
1482
 
          case '$(am__configure_deps)' in \
1483
 
            *$$dep*) \
1484
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1485
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1486
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1487
 
+               && exit 0; \
1488
 
              exit 1;; \
1489
 
          esac; \
1490
 
        done; \
1491
 
@@ -442,7 +442,7 @@
1492
 
        unique=`for i in $$list; do \
1493
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1494
 
          done | \
1495
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1496
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1497
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1498
 
        mkid -fID $$unique
1499
 
 tags: TAGS
1500
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/modules/thai/Makefile.in pango1.0-1.24.0/modules/thai/Makefile.in
1501
 
--- pango1.0-1.24.0.old/modules/thai/Makefile.in        2009-03-16 23:35:03.000000000 +0100
1502
 
+++ pango1.0-1.24.0/modules/thai/Makefile.in    2009-03-22 14:58:13.000000000 +0100
1503
 
@@ -1,4 +1,4 @@
1504
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1505
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1506
 
 # @configure_input@
1507
 
 
1508
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1509
 
@@ -351,8 +351,8 @@
1510
 
        @for dep in $?; do \
1511
 
          case '$(am__configure_deps)' in \
1512
 
            *$$dep*) \
1513
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1514
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1515
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1516
 
+               && exit 0; \
1517
 
              exit 1;; \
1518
 
          esac; \
1519
 
        done; \
1520
 
@@ -496,7 +496,7 @@
1521
 
        unique=`for i in $$list; do \
1522
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1523
 
          done | \
1524
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1525
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1526
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1527
 
        mkid -fID $$unique
1528
 
 tags: TAGS
1529
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/modules/tibetan/Makefile.in pango1.0-1.24.0/modules/tibetan/Makefile.in
1530
 
--- pango1.0-1.24.0.old/modules/tibetan/Makefile.in     2009-03-16 23:35:04.000000000 +0100
1531
 
+++ pango1.0-1.24.0/modules/tibetan/Makefile.in 2009-03-22 14:58:13.000000000 +0100
1532
 
@@ -1,4 +1,4 @@
1533
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1534
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1535
 
 # @configure_input@
1536
 
 
1537
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1538
 
@@ -314,8 +314,8 @@
1539
 
        @for dep in $?; do \
1540
 
          case '$(am__configure_deps)' in \
1541
 
            *$$dep*) \
1542
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1543
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1544
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1545
 
+               && exit 0; \
1546
 
              exit 1;; \
1547
 
          esac; \
1548
 
        done; \
1549
 
@@ -428,7 +428,7 @@
1550
 
        unique=`for i in $$list; do \
1551
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1552
 
          done | \
1553
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1554
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1555
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1556
 
        mkid -fID $$unique
1557
 
 tags: TAGS
1558
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/pango/Makefile.in pango1.0-1.24.0/pango/Makefile.in
1559
 
--- pango1.0-1.24.0.old/pango/Makefile.in       2009-03-16 23:35:04.000000000 +0100
1560
 
+++ pango1.0-1.24.0/pango/Makefile.in   2009-03-22 14:58:13.000000000 +0100
1561
 
@@ -1,4 +1,4 @@
1562
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1563
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1564
 
 # @configure_input@
1565
 
 
1566
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1567
 
@@ -701,8 +701,8 @@
1568
 
        @for dep in $?; do \
1569
 
          case '$(am__configure_deps)' in \
1570
 
            *$$dep*) \
1571
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1572
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1573
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1574
 
+               && exit 0; \
1575
 
              exit 1;; \
1576
 
          esac; \
1577
 
        done; \
1578
 
@@ -1117,7 +1117,7 @@
1579
 
        unique=`for i in $$list; do \
1580
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1581
 
          done | \
1582
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1583
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1584
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1585
 
        mkid -fID $$unique
1586
 
 tags: TAGS
1587
 
@@ -1173,7 +1173,7 @@
1588
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1589
 
 
1590
 
 check-TESTS: $(TESTS)
1591
 
-       @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1592
 
+       @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
1593
 
        srcdir=$(srcdir); export srcdir; \
1594
 
        list=' $(TESTS) '; \
1595
 
        if test -n "$$list"; then \
1596
 
@@ -1184,7 +1184,7 @@
1597
 
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
1598
 
              all=`expr $$all + 1`; \
1599
 
              case " $(XFAIL_TESTS) " in \
1600
 
-             *[\ \     ]$$tst[\ \      ]*) \
1601
 
+             *$$ws$$tst$$ws*) \
1602
 
                xpass=`expr $$xpass + 1`; \
1603
 
                failed=`expr $$failed + 1`; \
1604
 
                echo "XPASS: $$tst"; \
1605
 
@@ -1196,7 +1196,7 @@
1606
 
            elif test $$? -ne 77; then \
1607
 
              all=`expr $$all + 1`; \
1608
 
              case " $(XFAIL_TESTS) " in \
1609
 
-             *[\ \     ]$$tst[\ \      ]*) \
1610
 
+             *$$ws$$tst$$ws*) \
1611
 
                xfail=`expr $$xfail + 1`; \
1612
 
                echo "XFAIL: $$tst"; \
1613
 
              ;; \
1614
 
@@ -1210,36 +1210,23 @@
1615
 
              echo "SKIP: $$tst"; \
1616
 
            fi; \
1617
 
          done; \
1618
 
-         if test "$$all" -eq 1; then \
1619
 
-           tests="test"; \
1620
 
-           All=""; \
1621
 
-         else \
1622
 
-           tests="tests"; \
1623
 
-           All="All "; \
1624
 
-         fi; \
1625
 
          if test "$$failed" -eq 0; then \
1626
 
            if test "$$xfail" -eq 0; then \
1627
 
-             banner="$$All$$all $$tests passed"; \
1628
 
+             banner="All $$all tests passed"; \
1629
 
            else \
1630
 
-             if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1631
 
-             banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
1632
 
+             banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
1633
 
            fi; \
1634
 
          else \
1635
 
            if test "$$xpass" -eq 0; then \
1636
 
-             banner="$$failed of $$all $$tests failed"; \
1637
 
+             banner="$$failed of $$all tests failed"; \
1638
 
            else \
1639
 
-             if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
1640
 
-             banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
1641
 
+             banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
1642
 
            fi; \
1643
 
          fi; \
1644
 
          dashes="$$banner"; \
1645
 
          skipped=""; \
1646
 
          if test "$$skip" -ne 0; then \
1647
 
-           if test "$$skip" -eq 1; then \
1648
 
-             skipped="($$skip test was not run)"; \
1649
 
-           else \
1650
 
-             skipped="($$skip tests were not run)"; \
1651
 
-           fi; \
1652
 
+           skipped="($$skip tests were not run)"; \
1653
 
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1654
 
              dashes="$$skipped"; \
1655
 
          fi; \
1656
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/pango/mini-fribidi/Makefile.in pango1.0-1.24.0/pango/mini-fribidi/Makefile.in
1657
 
--- pango1.0-1.24.0.old/pango/mini-fribidi/Makefile.in  2009-03-16 23:35:04.000000000 +0100
1658
 
+++ pango1.0-1.24.0/pango/mini-fribidi/Makefile.in      2009-03-22 14:58:14.000000000 +0100
1659
 
@@ -1,4 +1,4 @@
1660
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1661
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1662
 
 # @configure_input@
1663
 
 
1664
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1665
 
@@ -274,8 +274,8 @@
1666
 
        @for dep in $?; do \
1667
 
          case '$(am__configure_deps)' in \
1668
 
            *$$dep*) \
1669
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1670
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1671
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1672
 
+               && exit 0; \
1673
 
              exit 1;; \
1674
 
          esac; \
1675
 
        done; \
1676
 
@@ -353,7 +353,7 @@
1677
 
        unique=`for i in $$list; do \
1678
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1679
 
          done | \
1680
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1681
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1682
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1683
 
        mkid -fID $$unique
1684
 
 tags: TAGS
1685
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/pango/opentype/Makefile.in pango1.0-1.24.0/pango/opentype/Makefile.in
1686
 
--- pango1.0-1.24.0.old/pango/opentype/Makefile.in      2009-03-16 23:35:05.000000000 +0100
1687
 
+++ pango1.0-1.24.0/pango/opentype/Makefile.in  2009-03-22 14:58:14.000000000 +0100
1688
 
@@ -1,4 +1,4 @@
1689
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1690
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1691
 
 # @configure_input@
1692
 
 
1693
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1694
 
@@ -317,8 +317,8 @@
1695
 
        @for dep in $?; do \
1696
 
          case '$(am__configure_deps)' in \
1697
 
            *$$dep*) \
1698
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1699
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1700
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1701
 
+               && exit 0; \
1702
 
              exit 1;; \
1703
 
          esac; \
1704
 
        done; \
1705
 
@@ -406,7 +406,7 @@
1706
 
        unique=`for i in $$list; do \
1707
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1708
 
          done | \
1709
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1710
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1711
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1712
 
        mkid -fID $$unique
1713
 
 tags: TAGS
1714
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/pango-view/Makefile.in pango1.0-1.24.0/pango-view/Makefile.in
1715
 
--- pango1.0-1.24.0.old/pango-view/Makefile.in  2009-03-16 23:35:04.000000000 +0100
1716
 
+++ pango1.0-1.24.0/pango-view/Makefile.in      2009-03-22 14:58:13.000000000 +0100
1717
 
@@ -1,4 +1,4 @@
1718
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1719
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1720
 
 # @configure_input@
1721
 
 
1722
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1723
 
@@ -361,8 +361,8 @@
1724
 
        @for dep in $?; do \
1725
 
          case '$(am__configure_deps)' in \
1726
 
            *$$dep*) \
1727
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1728
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1729
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1730
 
+               && exit 0; \
1731
 
              exit 1;; \
1732
 
          esac; \
1733
 
        done; \
1734
 
@@ -487,8 +487,8 @@
1735
 
          esac; \
1736
 
        done; \
1737
 
        for i in $$list; do \
1738
 
-         if test -f $$i; then file=$$i; \
1739
 
-         else file=$(srcdir)/$$i; fi; \
1740
 
+         if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
1741
 
+         else file=$$i; fi; \
1742
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
1743
 
          case "$$ext" in \
1744
 
            1*) ;; \
1745
 
@@ -527,7 +527,7 @@
1746
 
        unique=`for i in $$list; do \
1747
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1748
 
          done | \
1749
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1750
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1751
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1752
 
        mkid -fID $$unique
1753
 
 tags: TAGS
1754
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/tests/Makefile.in pango1.0-1.24.0/tests/Makefile.in
1755
 
--- pango1.0-1.24.0.old/tests/Makefile.in       2009-03-16 23:35:05.000000000 +0100
1756
 
+++ pango1.0-1.24.0/tests/Makefile.in   2009-03-22 14:58:14.000000000 +0100
1757
 
@@ -1,4 +1,4 @@
1758
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1759
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1760
 
 # @configure_input@
1761
 
 
1762
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1763
 
@@ -326,8 +326,8 @@
1764
 
        @for dep in $?; do \
1765
 
          case '$(am__configure_deps)' in \
1766
 
            *$$dep*) \
1767
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1768
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1769
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1770
 
+               && exit 0; \
1771
 
              exit 1;; \
1772
 
          esac; \
1773
 
        done; \
1774
 
@@ -464,7 +464,7 @@
1775
 
        unique=`for i in $$list; do \
1776
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1777
 
          done | \
1778
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1779
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1780
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1781
 
        mkid -fID $$unique
1782
 
 tags: TAGS
1783
 
@@ -507,7 +507,7 @@
1784
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1785
 
 
1786
 
 check-TESTS: $(TESTS)
1787
 
-       @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1788
 
+       @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
1789
 
        srcdir=$(srcdir); export srcdir; \
1790
 
        list=' $(TESTS) '; \
1791
 
        if test -n "$$list"; then \
1792
 
@@ -518,7 +518,7 @@
1793
 
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
1794
 
              all=`expr $$all + 1`; \
1795
 
              case " $(XFAIL_TESTS) " in \
1796
 
-             *[\ \     ]$$tst[\ \      ]*) \
1797
 
+             *$$ws$$tst$$ws*) \
1798
 
                xpass=`expr $$xpass + 1`; \
1799
 
                failed=`expr $$failed + 1`; \
1800
 
                echo "XPASS: $$tst"; \
1801
 
@@ -530,7 +530,7 @@
1802
 
            elif test $$? -ne 77; then \
1803
 
              all=`expr $$all + 1`; \
1804
 
              case " $(XFAIL_TESTS) " in \
1805
 
-             *[\ \     ]$$tst[\ \      ]*) \
1806
 
+             *$$ws$$tst$$ws*) \
1807
 
                xfail=`expr $$xfail + 1`; \
1808
 
                echo "XFAIL: $$tst"; \
1809
 
              ;; \
1810
 
@@ -544,36 +544,23 @@
1811
 
              echo "SKIP: $$tst"; \
1812
 
            fi; \
1813
 
          done; \
1814
 
-         if test "$$all" -eq 1; then \
1815
 
-           tests="test"; \
1816
 
-           All=""; \
1817
 
-         else \
1818
 
-           tests="tests"; \
1819
 
-           All="All "; \
1820
 
-         fi; \
1821
 
          if test "$$failed" -eq 0; then \
1822
 
            if test "$$xfail" -eq 0; then \
1823
 
-             banner="$$All$$all $$tests passed"; \
1824
 
+             banner="All $$all tests passed"; \
1825
 
            else \
1826
 
-             if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1827
 
-             banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
1828
 
+             banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
1829
 
            fi; \
1830
 
          else \
1831
 
            if test "$$xpass" -eq 0; then \
1832
 
-             banner="$$failed of $$all $$tests failed"; \
1833
 
+             banner="$$failed of $$all tests failed"; \
1834
 
            else \
1835
 
-             if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
1836
 
-             banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
1837
 
+             banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
1838
 
            fi; \
1839
 
          fi; \
1840
 
          dashes="$$banner"; \
1841
 
          skipped=""; \
1842
 
          if test "$$skip" -ne 0; then \
1843
 
-           if test "$$skip" -eq 1; then \
1844
 
-             skipped="($$skip test was not run)"; \
1845
 
-           else \
1846
 
-             skipped="($$skip tests were not run)"; \
1847
 
-           fi; \
1848
 
+           skipped="($$skip tests were not run)"; \
1849
 
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1850
 
              dashes="$$skipped"; \
1851
 
          fi; \
1852
 
diff -Naur -x'*INSTALL' pango1.0-1.24.0.old/tools/Makefile.in pango1.0-1.24.0/tools/Makefile.in
1853
 
--- pango1.0-1.24.0.old/tools/Makefile.in       2009-03-16 23:35:05.000000000 +0100
1854
 
+++ pango1.0-1.24.0/tools/Makefile.in   2009-03-22 14:58:14.000000000 +0100
1855
 
@@ -1,4 +1,4 @@
1856
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1857
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1858
 
 # @configure_input@
1859
 
 
1860
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1861
 
@@ -259,8 +259,8 @@
1862
 
        @for dep in $?; do \
1863
 
          case '$(am__configure_deps)' in \
1864
 
            *$$dep*) \
1865
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1866
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1867
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1868
 
+               && exit 0; \
1869
 
              exit 1;; \
1870
 
          esac; \
1871
 
        done; \
1872
 
@@ -328,7 +328,7 @@
1873
 
        unique=`for i in $$list; do \
1874
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1875
 
          done | \
1876
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1877
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1878
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1879
 
        mkid -fID $$unique
1880
 
 tags: TAGS