~ubuntu-branches/ubuntu/natty/gtkboard/natty

« back to all changes in this revision

Viewing changes to debian/patches/debian-changes-0.11pre0+cvs.2003.11.02-2

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2011-02-28 11:25:02 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20110228112502-e9aah248wxelm7ao
Tags: 0.11pre0+cvs.2003.11.02-2
autotools tweaks, most notably -lSDL to supplement -lSDL_mixer

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Upstream changes introduced in version 0.11pre0+cvs.2003.11.02-2
 
2
 This patch has been created by dpkg-source during the package build.
 
3
 Here's the last changelog entry, hopefully it gives details on why
 
4
 those changes were made:
 
5
 .
 
6
 gtkboard (0.11pre0+cvs.2003.11.02-2) unstable; urgency=low
 
7
 .
 
8
   * autotools tweaks, most notably -lSDL to supplement -lSDL_mixer
 
9
 .
 
10
 The person named in the Author field signed this changelog entry.
 
11
Author: Barak A. Pearlmutter <bap@debian.org>
 
12
 
 
13
---
 
14
The information above should follow the Patch Tagging Guidelines, please
 
15
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
 
16
are templates for supplementary fields that you might want to add:
 
17
 
 
18
Origin: <vendor|upstream|other>, <url of original patch>
 
19
Bug: <url in upstream bugtracker>
 
20
Bug-Debian: http://bugs.debian.org/<bugnumber>
 
21
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
 
22
Forwarded: <no|not-needed|url proving that it has been forwarded>
 
23
Reviewed-By: <name and email of someone who approved the patch>
 
24
Last-Update: <YYYY-MM-DD>
 
25
 
 
26
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/config.sub
 
27
+++ gtkboard-0.11pre0+cvs.2003.11.02/config.sub
 
28
@@ -1,9 +1,10 @@
 
29
 #! /bin/sh
 
30
 # Configuration validation subroutine script.
 
31
-#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
32
+#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 
33
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 
34
 #   Free Software Foundation, Inc.
 
35
 
 
36
-timestamp='2001-09-07'
 
37
+timestamp='2010-01-22'
 
38
 
 
39
 # This file is (in principle) common to ALL GNU software.
 
40
 # The presence of a machine in this file suggests that SOME GNU software
 
41
@@ -21,21 +22,26 @@ timestamp='2001-09-07'
 
42
 #
 
43
 # You should have received a copy of the GNU General Public License
 
44
 # along with this program; if not, write to the Free Software
 
45
-# Foundation, Inc., 59 Temple Place - Suite 330,
 
46
-# Boston, MA 02111-1307, USA.
 
47
-
 
48
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
 
49
+# 02110-1301, USA.
 
50
+#
 
51
 # As a special exception to the GNU General Public License, if you
 
52
 # distribute this file as part of a program that contains a
 
53
 # configuration script generated by Autoconf, you may include it under
 
54
 # the same distribution terms that you use for the rest of that program.
 
55
 
 
56
-# Please send patches to <config-patches@gnu.org>.
 
57
+
 
58
+# Please send patches to <config-patches@gnu.org>.  Submit a context
 
59
+# diff and a properly formatted GNU ChangeLog entry.
 
60
 #
 
61
 # Configuration subroutine to validate and canonicalize a configuration type.
 
62
 # Supply the specified configuration type as an argument.
 
63
 # If it is invalid, we print an error message on stderr and exit with code 1.
 
64
 # Otherwise, we print the canonical config type on stdout and succeed.
 
65
 
 
66
+# You can get the latest version of this script from:
 
67
+# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
 
68
+
 
69
 # This file is supposed to be the same for all GNU packages
 
70
 # and recognize all the CPU types, system types and aliases
 
71
 # that are meaningful with *any* GNU software.
 
72
@@ -69,8 +75,9 @@ Report bugs and patches to <config-patch
 
73
 version="\
 
74
 GNU config.sub ($timestamp)
 
75
 
 
76
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
77
-Free Software Foundation, Inc.
 
78
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
 
79
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
 
80
+Software Foundation, Inc.
 
81
 
 
82
 This is free software; see the source for copying conditions.  There is NO
 
83
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
 
84
@@ -82,11 +89,11 @@ Try \`$me --help' for more information."
 
85
 while test $# -gt 0 ; do
 
86
   case $1 in
 
87
     --time-stamp | --time* | -t )
 
88
-       echo "$timestamp" ; exit 0 ;;
 
89
+       echo "$timestamp" ; exit ;;
 
90
     --version | -v )
 
91
-       echo "$version" ; exit 0 ;;
 
92
+       echo "$version" ; exit ;;
 
93
     --help | --h* | -h )
 
94
-       echo "$usage"; exit 0 ;;
 
95
+       echo "$usage"; exit ;;
 
96
     -- )     # Stop option processing
 
97
        shift; break ;;
 
98
     - )        # Use stdin as input.
 
99
@@ -98,7 +105,7 @@ while test $# -gt 0 ; do
 
100
     *local*)
 
101
        # First pass through any local machine types.
 
102
        echo $1
 
103
-       exit 0;;
 
104
+       exit ;;
 
105
 
 
106
     * )
 
107
        break ;;
 
108
@@ -117,7 +124,10 @@ esac
 
109
 # Here we must recognize all the valid KERNEL-OS combinations.
 
110
 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
 
111
 case $maybe_os in
 
112
-  nto-qnx* | linux-gnu* | storm-chaos* | os2-emx* | windows32-*)
 
113
+  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
 
114
+  uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
 
115
+  kopensolaris*-gnu* | \
 
116
+  storm-chaos* | os2-emx* | rtmk-nova*)
 
117
     os=-$maybe_os
 
118
     basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
 
119
     ;;
 
120
@@ -143,10 +153,13 @@ case $os in
 
121
        -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
 
122
        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
 
123
        -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
 
124
-       -apple | -axis)
 
125
+       -apple | -axis | -knuth | -cray | -microblaze)
 
126
                os=
 
127
                basic_machine=$1
 
128
                ;;
 
129
+        -bluegene*)
 
130
+               os=-cnk
 
131
+               ;;
 
132
        -sim | -cisco | -oki | -wec | -winbond)
 
133
                os=
 
134
                basic_machine=$1
 
135
@@ -168,6 +181,10 @@ case $os in
 
136
        -hiux*)
 
137
                os=-hiuxwe2
 
138
                ;;
 
139
+       -sco6)
 
140
+               os=-sco5v6
 
141
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
 
142
+               ;;
 
143
        -sco5)
 
144
                os=-sco3.2v5
 
145
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
 
146
@@ -184,6 +201,10 @@ case $os in
 
147
                # Don't forget version if it is 3.2v4 or newer.
 
148
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
 
149
                ;;
 
150
+       -sco5v6*)
 
151
+               # Don't forget version if it is 3.2v4 or newer.
 
152
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
 
153
+               ;;
 
154
        -sco*)
 
155
                os=-sco3.2v2
 
156
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
 
157
@@ -226,42 +247,72 @@ case $basic_machine in
 
158
        1750a | 580 \
 
159
        | a29k \
 
160
        | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
 
161
-       | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
 
162
+       | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
 
163
+       | am33_2.0 \
 
164
+       | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
 
165
+       | bfin \
 
166
        | c4x | clipper \
 
167
-       | d10v | d30v | dsp16xx \
 
168
-       | fr30 \
 
169
+       | d10v | d30v | dlx | dsp16xx \
 
170
+       | fido | fr30 | frv \
 
171
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
 
172
        | i370 | i860 | i960 | ia64 \
 
173
-       | m32r | m68000 | m68k | m88k | mcore \
 
174
-       | mips16 | mips64 | mips64el | mips64orion | mips64orionel \
 
175
-       | mips64vr4100 | mips64vr4100el | mips64vr4300 \
 
176
-       | mips64vr4300el | mips64vr5000 | mips64vr5000el \
 
177
-       | mipsbe | mipseb | mipsel | mipsle | mipstx39 | mipstx39el \
 
178
-       | mipsisa32 \
 
179
+       | ip2k | iq2000 \
 
180
+       | lm32 \
 
181
+       | m32c | m32r | m32rle | m68000 | m68k | m88k \
 
182
+       | maxq | mb | microblaze | mcore | mep | metag \
 
183
+       | mips | mipsbe | mipseb | mipsel | mipsle \
 
184
+       | mips16 \
 
185
+       | mips64 | mips64el \
 
186
+       | mips64octeon | mips64octeonel \
 
187
+       | mips64orion | mips64orionel \
 
188
+       | mips64r5900 | mips64r5900el \
 
189
+       | mips64vr | mips64vrel \
 
190
+       | mips64vr4100 | mips64vr4100el \
 
191
+       | mips64vr4300 | mips64vr4300el \
 
192
+       | mips64vr5000 | mips64vr5000el \
 
193
+       | mips64vr5900 | mips64vr5900el \
 
194
+       | mipsisa32 | mipsisa32el \
 
195
+       | mipsisa32r2 | mipsisa32r2el \
 
196
+       | mipsisa64 | mipsisa64el \
 
197
+       | mipsisa64r2 | mipsisa64r2el \
 
198
+       | mipsisa64sb1 | mipsisa64sb1el \
 
199
+       | mipsisa64sr71k | mipsisa64sr71kel \
 
200
+       | mipstx39 | mipstx39el \
 
201
        | mn10200 | mn10300 \
 
202
+       | moxie \
 
203
+       | mt \
 
204
+       | msp430 \
 
205
+       | nios | nios2 \
 
206
        | ns16k | ns32k \
 
207
-       | openrisc \
 
208
+       | or32 \
 
209
        | pdp10 | pdp11 | pj | pjl \
 
210
        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
 
211
        | pyramid \
 
212
-       | s390 | s390x \
 
213
-       | sh | sh[34] | sh[34]eb | shbe | shle \
 
214
-       | sparc | sparc64 | sparclet | sparclite | sparcv9 | sparcv9b \
 
215
-       | stormy16 | strongarm \
 
216
-       | tahoe | thumb | tic80 | tron \
 
217
-       | v850 \
 
218
+       | rx \
 
219
+       | score \
 
220
+       | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
 
221
+       | sh64 | sh64le \
 
222
+       | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
 
223
+       | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
 
224
+       | spu | strongarm \
 
225
+       | tahoe | thumb | tic4x | tic80 | tron \
 
226
+       | ubicom32 \
 
227
+       | v850 | v850e \
 
228
        | we32k \
 
229
-       | x86 | xscale \
 
230
-       | z8k)
 
231
+       | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
 
232
+       | z8k | z80)
 
233
                basic_machine=$basic_machine-unknown
 
234
                ;;
 
235
-       m6811 | m68hc11 | m6812 | m68hc12)
 
236
+       m6811 | m68hc11 | m6812 | m68hc12 | picochip)
 
237
                # Motorola 68HC11/12.
 
238
                basic_machine=$basic_machine-unknown
 
239
                os=-none
 
240
                ;;
 
241
        m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
 
242
                ;;
 
243
+       ms1)
 
244
+               basic_machine=mt-unknown
 
245
+               ;;
 
246
 
 
247
        # We use `pc' rather than `unknown'
 
248
        # because (1) that's what they normally are, and
 
249
@@ -278,40 +329,72 @@ case $basic_machine in
 
250
        580-* \
 
251
        | a29k-* \
 
252
        | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
 
253
-       | alphapca5[67]-* | arc-* \
 
254
-       | arm-*  | armbe-* | armle-* | armv*-* \
 
255
-       | bs2000-* \
 
256
-       | c[123]* | c30-* | [cjt]90-* | c54x-* \
 
257
-       | clipper-* | cray2-* | cydra-* \
 
258
-       | d10v-* | d30v-* \
 
259
+       | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
 
260
+       | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
 
261
+       | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
 
262
+       | avr-* | avr32-* \
 
263
+       | bfin-* | bs2000-* \
 
264
+       | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
 
265
+       | clipper-* | craynv-* | cydra-* \
 
266
+       | d10v-* | d30v-* | dlx-* \
 
267
        | elxsi-* \
 
268
-       | f30[01]-* | f700-* | fr30-* | fx80-* \
 
269
+       | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
 
270
        | h8300-* | h8500-* \
 
271
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
 
272
        | i*86-* | i860-* | i960-* | ia64-* \
 
273
-       | m32r-* \
 
274
-       | m68000-* | m680[01234]0-* | m68360-* | m683?2-* | m68k-* \
 
275
-       | m88110-* | m88k-* | mcore-* \
 
276
-       | mips-* | mips16-* | mips64-* | mips64el-* | mips64orion-* \
 
277
-       | mips64orionel-* | mips64vr4100-* | mips64vr4100el-* \
 
278
-       | mips64vr4300-* | mips64vr4300el-* | mipsbe-* | mipseb-* \
 
279
-       | mipsle-* | mipsel-* | mipstx39-* | mipstx39el-* \
 
280
+       | ip2k-* | iq2000-* \
 
281
+       | lm32-* \
 
282
+       | m32c-* | m32r-* | m32rle-* \
 
283
+       | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
 
284
+       | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
 
285
+       | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
 
286
+       | mips16-* \
 
287
+       | mips64-* | mips64el-* \
 
288
+       | mips64octeon-* | mips64octeonel-* \
 
289
+       | mips64orion-* | mips64orionel-* \
 
290
+       | mips64r5900-* | mips64r5900el-* \
 
291
+       | mips64vr-* | mips64vrel-* \
 
292
+       | mips64vr4100-* | mips64vr4100el-* \
 
293
+       | mips64vr4300-* | mips64vr4300el-* \
 
294
+       | mips64vr5000-* | mips64vr5000el-* \
 
295
+       | mips64vr5900-* | mips64vr5900el-* \
 
296
+       | mipsisa32-* | mipsisa32el-* \
 
297
+       | mipsisa32r2-* | mipsisa32r2el-* \
 
298
+       | mipsisa64-* | mipsisa64el-* \
 
299
+       | mipsisa64r2-* | mipsisa64r2el-* \
 
300
+       | mipsisa64sb1-* | mipsisa64sb1el-* \
 
301
+       | mipsisa64sr71k-* | mipsisa64sr71kel-* \
 
302
+       | mipstx39-* | mipstx39el-* \
 
303
+       | mmix-* \
 
304
+       | mt-* \
 
305
+       | msp430-* \
 
306
+       | nios-* | nios2-* \
 
307
        | none-* | np1-* | ns16k-* | ns32k-* \
 
308
        | orion-* \
 
309
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
 
310
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
 
311
        | pyramid-* \
 
312
-       | romp-* | rs6000-* \
 
313
-       | s390-* | s390x-* \
 
314
-       | sh-* | sh[34]-* | sh[34]eb-* | shbe-* | shle-* \
 
315
-       | sparc-* | sparc64-* | sparc86x-* | sparclite-* \
 
316
-       | sparcv9-* | sparcv9b-* | stormy16-* | strongarm-* | sv1-* \
 
317
-       | t3e-* | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \
 
318
-       | v850-* | vax-* \
 
319
+       | romp-* | rs6000-* | rx-* \
 
320
+       | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
 
321
+       | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
 
322
+       | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
 
323
+       | sparclite-* \
 
324
+       | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
 
325
+       | tahoe-* | thumb-* \
 
326
+       | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
 
327
+       | tile-* | tilegx-* \
 
328
+       | tron-* \
 
329
+       | ubicom32-* \
 
330
+       | v850-* | v850e-* | vax-* \
 
331
        | we32k-* \
 
332
-       | x86-* | x86_64-* | xmp-* | xps100-* | xscale-* \
 
333
+       | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
 
334
+       | xstormy16-* | xtensa*-* \
 
335
        | ymp-* \
 
336
-       | z8k-*)
 
337
+       | z8k-* | z80-*)
 
338
+               ;;
 
339
+       # Recognize the basic CPU types without company name, with glob match.
 
340
+       xtensa*)
 
341
+               basic_machine=$basic_machine-unknown
 
342
                ;;
 
343
        # Recognize the various machine names and aliases which stand
 
344
        # for a CPU type and a company and sometimes even an OS.
 
345
@@ -329,6 +412,9 @@ case $basic_machine in
 
346
                basic_machine=a29k-amd
 
347
                os=-udi
 
348
                ;;
 
349
+       abacus)
 
350
+               basic_machine=abacus-unknown
 
351
+               ;;
 
352
        adobe68k)
 
353
                basic_machine=m68010-adobe
 
354
                os=-scout
 
355
@@ -343,6 +429,12 @@ case $basic_machine in
 
356
                basic_machine=a29k-none
 
357
                os=-bsd
 
358
                ;;
 
359
+       amd64)
 
360
+               basic_machine=x86_64-pc
 
361
+               ;;
 
362
+       amd64-*)
 
363
+               basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
 
364
+               ;;
 
365
        amdahl)
 
366
                basic_machine=580-amdahl
 
367
                os=-sysv
 
368
@@ -366,6 +458,10 @@ case $basic_machine in
 
369
                basic_machine=m68k-apollo
 
370
                os=-bsd
 
371
                ;;
 
372
+       aros)
 
373
+               basic_machine=i386-pc
 
374
+               os=-aros
 
375
+               ;;
 
376
        aux)
 
377
                basic_machine=m68k-apple
 
378
                os=-aux
 
379
@@ -374,6 +470,26 @@ case $basic_machine in
 
380
                basic_machine=ns32k-sequent
 
381
                os=-dynix
 
382
                ;;
 
383
+       blackfin)
 
384
+               basic_machine=bfin-unknown
 
385
+               os=-linux
 
386
+               ;;
 
387
+       blackfin-*)
 
388
+               basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
 
389
+               os=-linux
 
390
+               ;;
 
391
+       bluegene*)
 
392
+               basic_machine=powerpc-ibm
 
393
+               os=-cnk
 
394
+               ;;
 
395
+       c90)
 
396
+               basic_machine=c90-cray
 
397
+               os=-unicos
 
398
+               ;;
 
399
+        cegcc)
 
400
+               basic_machine=arm-unknown
 
401
+               os=-cegcc
 
402
+               ;;
 
403
        convex-c1)
 
404
                basic_machine=c1-convex
 
405
                os=-bsd
 
406
@@ -394,30 +510,45 @@ case $basic_machine in
 
407
                basic_machine=c38-convex
 
408
                os=-bsd
 
409
                ;;
 
410
-       cray | ymp)
 
411
-               basic_machine=ymp-cray
 
412
+       cray | j90)
 
413
+               basic_machine=j90-cray
 
414
                os=-unicos
 
415
                ;;
 
416
-       cray2)
 
417
-               basic_machine=cray2-cray
 
418
-               os=-unicos
 
419
+       craynv)
 
420
+               basic_machine=craynv-cray
 
421
+               os=-unicosmp
 
422
                ;;
 
423
-       [cjt]90)
 
424
-               basic_machine=${basic_machine}-cray
 
425
-               os=-unicos
 
426
+       cr16)
 
427
+               basic_machine=cr16-unknown
 
428
+               os=-elf
 
429
                ;;
 
430
        crds | unos)
 
431
                basic_machine=m68k-crds
 
432
                ;;
 
433
+       crisv32 | crisv32-* | etraxfs*)
 
434
+               basic_machine=crisv32-axis
 
435
+               ;;
 
436
        cris | cris-* | etrax*)
 
437
                basic_machine=cris-axis
 
438
                ;;
 
439
+       crx)
 
440
+               basic_machine=crx-unknown
 
441
+               os=-elf
 
442
+               ;;
 
443
        da30 | da30-*)
 
444
                basic_machine=m68k-da30
 
445
                ;;
 
446
        decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
 
447
                basic_machine=mips-dec
 
448
                ;;
 
449
+       decsystem10* | dec10*)
 
450
+               basic_machine=pdp10-dec
 
451
+               os=-tops10
 
452
+               ;;
 
453
+       decsystem20* | dec20*)
 
454
+               basic_machine=pdp10-dec
 
455
+               os=-tops20
 
456
+               ;;
 
457
        delta | 3300 | motorola-3300 | motorola-delta \
 
458
              | 3300-motorola | delta-motorola)
 
459
                basic_machine=m68k-motorola
 
460
@@ -426,6 +557,14 @@ case $basic_machine in
 
461
                basic_machine=m88k-motorola
 
462
                os=-sysv3
 
463
                ;;
 
464
+       dicos)
 
465
+               basic_machine=i686-pc
 
466
+               os=-dicos
 
467
+               ;;
 
468
+       djgpp)
 
469
+               basic_machine=i586-pc
 
470
+               os=-msdosdjgpp
 
471
+               ;;
 
472
        dpx20 | dpx20-*)
 
473
                basic_machine=rs6000-bull
 
474
                os=-bosx
 
475
@@ -576,6 +715,14 @@ case $basic_machine in
 
476
                basic_machine=m68k-isi
 
477
                os=-sysv
 
478
                ;;
 
479
+       m68knommu)
 
480
+               basic_machine=m68k-unknown
 
481
+               os=-linux
 
482
+               ;;
 
483
+       m68knommu-*)
 
484
+               basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
 
485
+               os=-linux
 
486
+               ;;
 
487
        m88k-omron*)
 
488
                basic_machine=m88k-omron
 
489
                ;;
 
490
@@ -587,10 +734,17 @@ case $basic_machine in
 
491
                basic_machine=ns32k-utek
 
492
                os=-sysv
 
493
                ;;
 
494
+        microblaze)
 
495
+               basic_machine=microblaze-xilinx
 
496
+               ;;
 
497
        mingw32)
 
498
                basic_machine=i386-pc
 
499
                os=-mingw32
 
500
                ;;
 
501
+       mingw32ce)
 
502
+               basic_machine=arm-unknown
 
503
+               os=-mingw32ce
 
504
+               ;;
 
505
        miniframe)
 
506
                basic_machine=m68000-convergent
 
507
                ;;
 
508
@@ -598,32 +752,27 @@ case $basic_machine in
 
509
                basic_machine=m68k-atari
 
510
                os=-mint
 
511
                ;;
 
512
-       mipsel*-linux*)
 
513
-               basic_machine=mipsel-unknown
 
514
-               os=-linux-gnu
 
515
-               ;;
 
516
-       mips*-linux*)
 
517
-               basic_machine=mips-unknown
 
518
-               os=-linux-gnu
 
519
-               ;;
 
520
        mips3*-*)
 
521
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
 
522
                ;;
 
523
        mips3*)
 
524
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
 
525
                ;;
 
526
-       mmix*)
 
527
-               basic_machine=mmix-knuth
 
528
-               os=-mmixware
 
529
-               ;;
 
530
        monitor)
 
531
                basic_machine=m68k-rom68k
 
532
                os=-coff
 
533
                ;;
 
534
+       morphos)
 
535
+               basic_machine=powerpc-unknown
 
536
+               os=-morphos
 
537
+               ;;
 
538
        msdos)
 
539
                basic_machine=i386-pc
 
540
                os=-msdos
 
541
                ;;
 
542
+       ms1-*)
 
543
+               basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
 
544
+               ;;
 
545
        mvs)
 
546
                basic_machine=i370-ibm
 
547
                os=-mvs
 
548
@@ -699,6 +848,13 @@ case $basic_machine in
 
549
                basic_machine=hppa1.1-oki
 
550
                os=-proelf
 
551
                ;;
 
552
+       openrisc | openrisc-*)
 
553
+               basic_machine=or32-unknown
 
554
+               ;;
 
555
+       os400)
 
556
+               basic_machine=powerpc-ibm
 
557
+               os=-os400
 
558
+               ;;
 
559
        OSE68000 | ose68000)
 
560
                basic_machine=m68000-ericsson
 
561
                os=-ose
 
562
@@ -715,55 +871,75 @@ case $basic_machine in
 
563
                basic_machine=i860-intel
 
564
                os=-osf
 
565
                ;;
 
566
+       parisc)
 
567
+               basic_machine=hppa-unknown
 
568
+               os=-linux
 
569
+               ;;
 
570
+       parisc-*)
 
571
+               basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
 
572
+               os=-linux
 
573
+               ;;
 
574
        pbd)
 
575
                basic_machine=sparc-tti
 
576
                ;;
 
577
        pbb)
 
578
                basic_machine=m68k-tti
 
579
                ;;
 
580
-        pc532 | pc532-*)
 
581
+       pc532 | pc532-*)
 
582
                basic_machine=ns32k-pc532
 
583
                ;;
 
584
-       pentium | p5 | k5 | k6 | nexgen)
 
585
+       pc98)
 
586
+               basic_machine=i386-pc
 
587
+               ;;
 
588
+       pc98-*)
 
589
+               basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
 
590
+               ;;
 
591
+       pentium | p5 | k5 | k6 | nexgen | viac3)
 
592
                basic_machine=i586-pc
 
593
                ;;
 
594
-       pentiumpro | p6 | 6x86 | athlon)
 
595
+       pentiumpro | p6 | 6x86 | athlon | athlon_*)
 
596
                basic_machine=i686-pc
 
597
                ;;
 
598
-       pentiumii | pentium2)
 
599
+       pentiumii | pentium2 | pentiumiii | pentium3)
 
600
                basic_machine=i686-pc
 
601
                ;;
 
602
-       pentium-* | p5-* | k5-* | k6-* | nexgen-*)
 
603
+       pentium4)
 
604
+               basic_machine=i786-pc
 
605
+               ;;
 
606
+       pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
 
607
                basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
 
608
                ;;
 
609
        pentiumpro-* | p6-* | 6x86-* | athlon-*)
 
610
                basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
 
611
                ;;
 
612
-       pentiumii-* | pentium2-*)
 
613
+       pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
 
614
                basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
 
615
                ;;
 
616
+       pentium4-*)
 
617
+               basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
 
618
+               ;;
 
619
        pn)
 
620
                basic_machine=pn-gould
 
621
                ;;
 
622
        power)  basic_machine=power-ibm
 
623
                ;;
 
624
        ppc)    basic_machine=powerpc-unknown
 
625
-               ;;
 
626
+               ;;
 
627
        ppc-*)  basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
 
628
                ;;
 
629
        ppcle | powerpclittle | ppc-le | powerpc-little)
 
630
                basic_machine=powerpcle-unknown
 
631
-               ;;
 
632
+               ;;
 
633
        ppcle-* | powerpclittle-*)
 
634
                basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
 
635
                ;;
 
636
        ppc64)  basic_machine=powerpc64-unknown
 
637
-               ;;
 
638
+               ;;
 
639
        ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
 
640
                ;;
 
641
        ppc64le | powerpc64little | ppc64-le | powerpc64-little)
 
642
                basic_machine=powerpc64le-unknown
 
643
-               ;;
 
644
+               ;;
 
645
        ppc64le-* | powerpc64little-*)
 
646
                basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
 
647
                ;;
 
648
@@ -774,6 +950,10 @@ case $basic_machine in
 
649
                basic_machine=i586-unknown
 
650
                os=-pw32
 
651
                ;;
 
652
+       rdos)
 
653
+               basic_machine=i386-pc
 
654
+               os=-rdos
 
655
+               ;;
 
656
        rom68k)
 
657
                basic_machine=m68k-rom68k
 
658
                os=-coff
 
659
@@ -784,10 +964,30 @@ case $basic_machine in
 
660
        rtpc | rtpc-*)
 
661
                basic_machine=romp-ibm
 
662
                ;;
 
663
+       s390 | s390-*)
 
664
+               basic_machine=s390-ibm
 
665
+               ;;
 
666
+       s390x | s390x-*)
 
667
+               basic_machine=s390x-ibm
 
668
+               ;;
 
669
        sa29200)
 
670
                basic_machine=a29k-amd
 
671
                os=-udi
 
672
                ;;
 
673
+       sb1)
 
674
+               basic_machine=mipsisa64sb1-unknown
 
675
+               ;;
 
676
+       sb1el)
 
677
+               basic_machine=mipsisa64sb1el-unknown
 
678
+               ;;
 
679
+       sde)
 
680
+               basic_machine=mipsisa32-sde
 
681
+               os=-elf
 
682
+               ;;
 
683
+       sei)
 
684
+               basic_machine=mips-sei
 
685
+               os=-seiux
 
686
+               ;;
 
687
        sequent)
 
688
                basic_machine=i386-sequent
 
689
                ;;
 
690
@@ -795,7 +995,13 @@ case $basic_machine in
 
691
                basic_machine=sh-hitachi
 
692
                os=-hms
 
693
                ;;
 
694
-       sparclite-wrs)
 
695
+       sh5el)
 
696
+               basic_machine=sh5le-unknown
 
697
+               ;;
 
698
+       sh64)
 
699
+               basic_machine=sh64-unknown
 
700
+               ;;
 
701
+       sparclite-wrs | simso-wrs)
 
702
                basic_machine=sparclite-wrs
 
703
                os=-vxworks
 
704
                ;;
 
705
@@ -862,22 +1068,51 @@ case $basic_machine in
 
706
                os=-dynix
 
707
                ;;
 
708
        t3e)
 
709
-               basic_machine=t3e-cray
 
710
+               basic_machine=alphaev5-cray
 
711
+               os=-unicos
 
712
+               ;;
 
713
+       t90)
 
714
+               basic_machine=t90-cray
 
715
                os=-unicos
 
716
                ;;
 
717
        tic54x | c54x*)
 
718
                basic_machine=tic54x-unknown
 
719
                os=-coff
 
720
                ;;
 
721
+       tic55x | c55x*)
 
722
+               basic_machine=tic55x-unknown
 
723
+               os=-coff
 
724
+               ;;
 
725
+       tic6x | c6x*)
 
726
+               basic_machine=tic6x-unknown
 
727
+               os=-coff
 
728
+               ;;
 
729
+        # This must be matched before tile*.
 
730
+        tilegx*)
 
731
+               basic_machine=tilegx-unknown
 
732
+               os=-linux-gnu
 
733
+               ;;
 
734
+       tile*)
 
735
+               basic_machine=tile-unknown
 
736
+               os=-linux-gnu
 
737
+               ;;
 
738
        tx39)
 
739
                basic_machine=mipstx39-unknown
 
740
                ;;
 
741
        tx39el)
 
742
                basic_machine=mipstx39el-unknown
 
743
                ;;
 
744
+       toad1)
 
745
+               basic_machine=pdp10-xkl
 
746
+               os=-tops20
 
747
+               ;;
 
748
        tower | tower-32)
 
749
                basic_machine=m68k-ncr
 
750
                ;;
 
751
+       tpf)
 
752
+               basic_machine=s390x-ibm
 
753
+               os=-tpf
 
754
+               ;;
 
755
        udi29k)
 
756
                basic_machine=a29k-amd
 
757
                os=-udi
 
758
@@ -899,8 +1134,8 @@ case $basic_machine in
 
759
                os=-vms
 
760
                ;;
 
761
        vpp*|vx|vx-*)
 
762
-               basic_machine=f301-fujitsu
 
763
-               ;;
 
764
+               basic_machine=f301-fujitsu
 
765
+               ;;
 
766
        vxworks960)
 
767
                basic_machine=i960-wrs
 
768
                os=-vxworks
 
769
@@ -921,21 +1156,25 @@ case $basic_machine in
 
770
                basic_machine=hppa1.1-winbond
 
771
                os=-proelf
 
772
                ;;
 
773
-       windows32)
 
774
-               basic_machine=i386-pc
 
775
-               os=-windows32-msvcrt
 
776
-               ;;
 
777
-       xmp)
 
778
-               basic_machine=xmp-cray
 
779
-               os=-unicos
 
780
+       xbox)
 
781
+               basic_machine=i686-pc
 
782
+               os=-mingw32
 
783
                ;;
 
784
-        xps | xps100)
 
785
+       xps | xps100)
 
786
                basic_machine=xps100-honeywell
 
787
                ;;
 
788
+       ymp)
 
789
+               basic_machine=ymp-cray
 
790
+               os=-unicos
 
791
+               ;;
 
792
        z8k-*-coff)
 
793
                basic_machine=z8k-unknown
 
794
                os=-sim
 
795
                ;;
 
796
+       z80-*-coff)
 
797
+               basic_machine=z80-unknown
 
798
+               os=-sim
 
799
+               ;;
 
800
        none)
 
801
                basic_machine=none-none
 
802
                os=-none
 
803
@@ -952,16 +1191,12 @@ case $basic_machine in
 
804
        op60c)
 
805
                basic_machine=hppa1.1-oki
 
806
                ;;
 
807
-       mips)
 
808
-               if [ x$os = x-linux-gnu ]; then
 
809
-                       basic_machine=mips-unknown
 
810
-               else
 
811
-                       basic_machine=mips-mips
 
812
-               fi
 
813
-               ;;
 
814
        romp)
 
815
                basic_machine=romp-ibm
 
816
                ;;
 
817
+       mmix)
 
818
+               basic_machine=mmix-knuth
 
819
+               ;;
 
820
        rs6000)
 
821
                basic_machine=rs6000-ibm
 
822
                ;;
 
823
@@ -978,13 +1213,13 @@ case $basic_machine in
 
824
        we32k)
 
825
                basic_machine=we32k-att
 
826
                ;;
 
827
-       sh3 | sh4 | sh3eb | sh4eb)
 
828
+       sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
 
829
                basic_machine=sh-unknown
 
830
                ;;
 
831
-       sparc | sparcv9 | sparcv9b)
 
832
+       sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
 
833
                basic_machine=sparc-sun
 
834
                ;;
 
835
-        cydra)
 
836
+       cydra)
 
837
                basic_machine=cydra-cydrome
 
838
                ;;
 
839
        orion)
 
840
@@ -999,10 +1234,6 @@ case $basic_machine in
 
841
        pmac | pmac-mpw)
 
842
                basic_machine=powerpc-apple
 
843
                ;;
 
844
-       c4x*)
 
845
-               basic_machine=c4x-none
 
846
-               os=-coff
 
847
-               ;;
 
848
        *-unknown)
 
849
                # Make sure to match an already-canonicalized machine name.
 
850
                ;;
 
851
@@ -1032,6 +1263,9 @@ case $os in
 
852
         # First match some system type aliases
 
853
         # that might get confused with valid system types.
 
854
        # -solaris* is a basic system type, with this one exception.
 
855
+        -auroraux)
 
856
+               os=-auroraux
 
857
+               ;;
 
858
        -solaris1 | -solaris1.*)
 
859
                os=`echo $os | sed -e 's|solaris1|sunos4|'`
 
860
                ;;
 
861
@@ -1052,23 +1286,30 @@ case $os in
 
862
        # Each alternative MUST END IN A *, to match a version number.
 
863
        # -sysv* is not here because it comes later, after sysvr4.
 
864
        -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
 
865
-             | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
 
866
-             | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
 
867
+             | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
 
868
+             | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
 
869
+             | -sym* | -kopensolaris* \
 
870
              | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
 
871
-             | -aos* \
 
872
+             | -aos* | -aros* \
 
873
              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
 
874
              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
 
875
-             | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
 
876
-             | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
 
877
+             | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
 
878
+             | -openbsd* | -solidbsd* \
 
879
+             | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
 
880
+             | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
 
881
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
 
882
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
 
883
-             | -chorusos* | -chorusrdb* \
 
884
+             | -chorusos* | -chorusrdb* | -cegcc* \
 
885
              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
 
886
-             | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
 
887
-             | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
 
888
+             | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
 
889
+             | -uxpv* | -beos* | -mpeix* | -udk* \
 
890
+             | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
 
891
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
 
892
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
 
893
-             | -os2* | -vos*)
 
894
+             | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
 
895
+             | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
 
896
+             | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
 
897
+             | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
 
898
        # Remember, each alternative MUST END IN *, to match a version number.
 
899
                ;;
 
900
        -qnx*)
 
901
@@ -1080,16 +1321,21 @@ case $os in
 
902
                        ;;
 
903
                esac
 
904
                ;;
 
905
+       -nto-qnx*)
 
906
+               ;;
 
907
        -nto*)
 
908
-               os=-nto-qnx
 
909
+               os=`echo $os | sed -e 's|nto|nto-qnx|'`
 
910
                ;;
 
911
        -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
 
912
-             | -windows* | -osx | -abug | -netware* | -os9* | -beos* \
 
913
+             | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
 
914
              | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
 
915
                ;;
 
916
        -mac*)
 
917
                os=`echo $os | sed -e 's|mac|macos|'`
 
918
                ;;
 
919
+       -linux-dietlibc)
 
920
+               os=-linux-dietlibc
 
921
+               ;;
 
922
        -linux*)
 
923
                os=`echo $os | sed -e 's|linux|linux-gnu|'`
 
924
                ;;
 
925
@@ -1102,6 +1348,9 @@ case $os in
 
926
        -opened*)
 
927
                os=-openedition
 
928
                ;;
 
929
+        -os400*)
 
930
+               os=-os400
 
931
+               ;;
 
932
        -wince*)
 
933
                os=-wince
 
934
                ;;
 
935
@@ -1120,14 +1369,23 @@ case $os in
 
936
        -acis*)
 
937
                os=-aos
 
938
                ;;
 
939
+       -atheos*)
 
940
+               os=-atheos
 
941
+               ;;
 
942
+       -syllable*)
 
943
+               os=-syllable
 
944
+               ;;
 
945
        -386bsd)
 
946
                os=-bsd
 
947
                ;;
 
948
        -ctix* | -uts*)
 
949
                os=-sysv
 
950
                ;;
 
951
+       -nova*)
 
952
+               os=-rtmk-nova
 
953
+               ;;
 
954
        -ns2 )
 
955
-               os=-nextstep2
 
956
+               os=-nextstep2
 
957
                ;;
 
958
        -nsk*)
 
959
                os=-nsk
 
960
@@ -1139,6 +1397,9 @@ case $os in
 
961
        -sinix*)
 
962
                os=-sysv4
 
963
                ;;
 
964
+        -tpf*)
 
965
+               os=-tpf
 
966
+               ;;
 
967
        -triton*)
 
968
                os=-sysv3
 
969
                ;;
 
970
@@ -1166,9 +1427,23 @@ case $os in
 
971
        -xenix)
 
972
                os=-xenix
 
973
                ;;
 
974
-        -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
 
975
-               os=-mint
 
976
+       -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
 
977
+               os=-mint
 
978
+               ;;
 
979
+       -aros*)
 
980
+               os=-aros
 
981
+               ;;
 
982
+       -kaos*)
 
983
+               os=-kaos
 
984
+               ;;
 
985
+       -zvmoe)
 
986
+               os=-zvmoe
 
987
                ;;
 
988
+       -dicos*)
 
989
+               os=-dicos
 
990
+               ;;
 
991
+        -nacl*)
 
992
+               ;;
 
993
        -none)
 
994
                ;;
 
995
        *)
 
996
@@ -1191,6 +1466,12 @@ else
 
997
 # system, and we'll never get to this point.
 
998
 
 
999
 case $basic_machine in
 
1000
+        score-*)
 
1001
+               os=-elf
 
1002
+               ;;
 
1003
+        spu-*)
 
1004
+               os=-elf
 
1005
+               ;;
 
1006
        *-acorn)
 
1007
                os=-riscix1.2
 
1008
                ;;
 
1009
@@ -1200,10 +1481,14 @@ case $basic_machine in
 
1010
        arm*-semi)
 
1011
                os=-aout
 
1012
                ;;
 
1013
+        c4x-* | tic4x-*)
 
1014
+               os=-coff
 
1015
+               ;;
 
1016
+       # This must come before the *-dec entry.
 
1017
        pdp10-*)
 
1018
                os=-tops20
 
1019
                ;;
 
1020
-        pdp11-*)
 
1021
+       pdp11-*)
 
1022
                os=-none
 
1023
                ;;
 
1024
        *-dec | vax-*)
 
1025
@@ -1224,12 +1509,18 @@ case $basic_machine in
 
1026
        m68*-cisco)
 
1027
                os=-aout
 
1028
                ;;
 
1029
+        mep-*)
 
1030
+               os=-elf
 
1031
+               ;;
 
1032
        mips*-cisco)
 
1033
                os=-elf
 
1034
                ;;
 
1035
        mips*-*)
 
1036
                os=-elf
 
1037
                ;;
 
1038
+       or32-*)
 
1039
+               os=-coff
 
1040
+               ;;
 
1041
        *-tti)  # must be before sparc entry or we get the wrong os.
 
1042
                os=-sysv3
 
1043
                ;;
 
1044
@@ -1239,9 +1530,15 @@ case $basic_machine in
 
1045
        *-be)
 
1046
                os=-beos
 
1047
                ;;
 
1048
+       *-haiku)
 
1049
+               os=-haiku
 
1050
+               ;;
 
1051
        *-ibm)
 
1052
                os=-aix
 
1053
                ;;
 
1054
+       *-knuth)
 
1055
+               os=-mmixware
 
1056
+               ;;
 
1057
        *-wec)
 
1058
                os=-proelf
 
1059
                ;;
 
1060
@@ -1293,19 +1590,19 @@ case $basic_machine in
 
1061
        *-next)
 
1062
                os=-nextstep3
 
1063
                ;;
 
1064
-        *-gould)
 
1065
+       *-gould)
 
1066
                os=-sysv
 
1067
                ;;
 
1068
-        *-highlevel)
 
1069
+       *-highlevel)
 
1070
                os=-bsd
 
1071
                ;;
 
1072
        *-encore)
 
1073
                os=-bsd
 
1074
                ;;
 
1075
-        *-sgi)
 
1076
+       *-sgi)
 
1077
                os=-irix
 
1078
                ;;
 
1079
-        *-siemens)
 
1080
+       *-siemens)
 
1081
                os=-sysv4
 
1082
                ;;
 
1083
        *-masscomp)
 
1084
@@ -1344,7 +1641,7 @@ case $basic_machine in
 
1085
                        -sunos*)
 
1086
                                vendor=sun
 
1087
                                ;;
 
1088
-                       -aix*)
 
1089
+                       -cnk*|-aix*)
 
1090
                                vendor=ibm
 
1091
                                ;;
 
1092
                        -beos*)
 
1093
@@ -1374,10 +1671,16 @@ case $basic_machine in
 
1094
                        -mvs* | -opened*)
 
1095
                                vendor=ibm
 
1096
                                ;;
 
1097
+                       -os400*)
 
1098
+                               vendor=ibm
 
1099
+                               ;;
 
1100
                        -ptx*)
 
1101
                                vendor=sequent
 
1102
                                ;;
 
1103
-                       -vxsim* | -vxworks*)
 
1104
+                       -tpf*)
 
1105
+                               vendor=ibm
 
1106
+                               ;;
 
1107
+                       -vxsim* | -vxworks* | -windiss*)
 
1108
                                vendor=wrs
 
1109
                                ;;
 
1110
                        -aux*)
 
1111
@@ -1401,7 +1704,7 @@ case $basic_machine in
 
1112
 esac
 
1113
 
 
1114
 echo $basic_machine$os
 
1115
-exit 0
 
1116
+exit
 
1117
 
 
1118
 # Local variables:
 
1119
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 
1120
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/config.guess
 
1121
+++ gtkboard-0.11pre0+cvs.2003.11.02/config.guess
 
1122
@@ -1,9 +1,10 @@
 
1123
 #! /bin/sh
 
1124
 # Attempt to guess a canonical system name.
 
1125
-#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
1126
+#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 
1127
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 
1128
 #   Free Software Foundation, Inc.
 
1129
 
 
1130
-timestamp='2001-09-04'
 
1131
+timestamp='2009-12-30'
 
1132
 
 
1133
 # This file is free software; you can redistribute it and/or modify it
 
1134
 # under the terms of the GNU General Public License as published by
 
1135
@@ -17,22 +18,25 @@ timestamp='2001-09-04'
 
1136
 #
 
1137
 # You should have received a copy of the GNU General Public License
 
1138
 # along with this program; if not, write to the Free Software
 
1139
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
1140
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
 
1141
+# 02110-1301, USA.
 
1142
 #
 
1143
 # As a special exception to the GNU General Public License, if you
 
1144
 # distribute this file as part of a program that contains a
 
1145
 # configuration script generated by Autoconf, you may include it under
 
1146
 # the same distribution terms that you use for the rest of that program.
 
1147
 
 
1148
-# Written by Per Bothner <bothner@cygnus.com>.
 
1149
-# Please send patches to <config-patches@gnu.org>.
 
1150
+
 
1151
+# Originally written by Per Bothner.  Please send patches (context
 
1152
+# diff format) to <config-patches@gnu.org> and include a ChangeLog
 
1153
+# entry.
 
1154
 #
 
1155
 # This script attempts to guess a canonical system name similar to
 
1156
 # config.sub.  If it succeeds, it prints the system name on stdout, and
 
1157
 # exits with 0.  Otherwise, it exits with 1.
 
1158
 #
 
1159
-# The plan is that this can be called by configure scripts if you
 
1160
-# don't specify an explicit build system type.
 
1161
+# You can get the latest version of this script from:
 
1162
+# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
 
1163
 
 
1164
 me=`echo "$0" | sed -e 's,.*/,,'`
 
1165
 
 
1166
@@ -52,8 +56,9 @@ version="\
 
1167
 GNU config.guess ($timestamp)
 
1168
 
 
1169
 Originally written by Per Bothner.
 
1170
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
1171
-Free Software Foundation, Inc.
 
1172
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
 
1173
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
 
1174
+Software Foundation, Inc.
 
1175
 
 
1176
 This is free software; see the source for copying conditions.  There is NO
 
1177
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
 
1178
@@ -65,11 +70,11 @@ Try \`$me --help' for more information."
 
1179
 while test $# -gt 0 ; do
 
1180
   case $1 in
 
1181
     --time-stamp | --time* | -t )
 
1182
-       echo "$timestamp" ; exit 0 ;;
 
1183
+       echo "$timestamp" ; exit ;;
 
1184
     --version | -v )
 
1185
-       echo "$version" ; exit 0 ;;
 
1186
+       echo "$version" ; exit ;;
 
1187
     --help | --h* | -h )
 
1188
-       echo "$usage"; exit 0 ;;
 
1189
+       echo "$usage"; exit ;;
 
1190
     -- )     # Stop option processing
 
1191
        shift; break ;;
 
1192
     - )        # Use stdin as input.
 
1193
@@ -87,30 +92,42 @@ if test $# != 0; then
 
1194
   exit 1
 
1195
 fi
 
1196
 
 
1197
+trap 'exit 1' 1 2 15
 
1198
 
 
1199
-dummy=dummy-$$
 
1200
-trap 'rm -f $dummy.c $dummy.o $dummy.rel $dummy; exit 1' 1 2 15
 
1201
+# CC_FOR_BUILD -- compiler used by this script. Note that the use of a
 
1202
+# compiler to aid in system detection is discouraged as it requires
 
1203
+# temporary files to be created and, as you can see below, it is a
 
1204
+# headache to deal with in a portable fashion.
 
1205
 
 
1206
-# CC_FOR_BUILD -- compiler used by this script.
 
1207
 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
 
1208
 # use `HOST_CC' if defined, but it is deprecated.
 
1209
 
 
1210
-set_cc_for_build='case $CC_FOR_BUILD,$HOST_CC,$CC in
 
1211
- ,,)    echo "int dummy(){}" > $dummy.c ;
 
1212
-       for c in cc gcc c89 ; do
 
1213
-         ($c $dummy.c -c -o $dummy.o) >/dev/null 2>&1 ;
 
1214
-         if test $? = 0 ; then
 
1215
+# Portable tmp directory creation inspired by the Autoconf team.
 
1216
+
 
1217
+set_cc_for_build='
 
1218
+trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
 
1219
+trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
 
1220
+: ${TMPDIR=/tmp} ;
 
1221
+ { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
 
1222
+ { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
 
1223
+ { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
 
1224
+ { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
 
1225
+dummy=$tmp/dummy ;
 
1226
+tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
 
1227
+case $CC_FOR_BUILD,$HOST_CC,$CC in
 
1228
+ ,,)    echo "int x;" > $dummy.c ;
 
1229
+       for c in cc gcc c89 c99 ; do
 
1230
+         if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
 
1231
             CC_FOR_BUILD="$c"; break ;
 
1232
          fi ;
 
1233
        done ;
 
1234
-       rm -f $dummy.c $dummy.o $dummy.rel ;
 
1235
        if test x"$CC_FOR_BUILD" = x ; then
 
1236
          CC_FOR_BUILD=no_compiler_found ;
 
1237
        fi
 
1238
        ;;
 
1239
  ,,*)   CC_FOR_BUILD=$CC ;;
 
1240
  ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
 
1241
-esac'
 
1242
+esac ; set_cc_for_build= ;'
 
1243
 
 
1244
 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
 
1245
 # (ghazi@noc.rutgers.edu 1994-08-24)
 
1246
@@ -127,32 +144,34 @@ UNAME_VERSION=`(uname -v) 2>/dev/null` |
 
1247
 
 
1248
 case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
 
1249
     *:NetBSD:*:*)
 
1250
-       # Netbsd (nbsd) targets should (where applicable) match one or
 
1251
+       # NetBSD (nbsd) targets should (where applicable) match one or
 
1252
        # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
 
1253
        # *-*-netbsdecoff* and *-*-netbsd*.  For targets that recently
 
1254
        # switched to ELF, *-*-netbsd* would select the old
 
1255
        # object file format.  This provides both forward
 
1256
        # compatibility and a consistent mechanism for selecting the
 
1257
        # object file format.
 
1258
-       # Determine the machine/vendor (is the vendor relevant).
 
1259
-       case "${UNAME_MACHINE}" in
 
1260
-           amiga) machine=m68k-unknown ;;
 
1261
-           arm32) machine=arm-unknown ;;
 
1262
-           atari*) machine=m68k-atari ;;
 
1263
-           sun3*) machine=m68k-sun ;;
 
1264
-           mac68k) machine=m68k-apple ;;
 
1265
-           macppc) machine=powerpc-apple ;;
 
1266
-           hp3[0-9][05]) machine=m68k-hp ;;
 
1267
-           ibmrt|romp-ibm) machine=romp-ibm ;;
 
1268
-           *) machine=${UNAME_MACHINE}-unknown ;;
 
1269
+       #
 
1270
+       # Note: NetBSD doesn't particularly care about the vendor
 
1271
+       # portion of the name.  We always set it to "unknown".
 
1272
+       sysctl="sysctl -n hw.machine_arch"
 
1273
+       UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
 
1274
+           /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
 
1275
+       case "${UNAME_MACHINE_ARCH}" in
 
1276
+           armeb) machine=armeb-unknown ;;
 
1277
+           arm*) machine=arm-unknown ;;
 
1278
+           sh3el) machine=shl-unknown ;;
 
1279
+           sh3eb) machine=sh-unknown ;;
 
1280
+           sh5el) machine=sh5le-unknown ;;
 
1281
+           *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
 
1282
        esac
 
1283
        # The Operating System including object format, if it has switched
 
1284
        # to ELF recently, or will in the future.
 
1285
-       case "${UNAME_MACHINE}" in
 
1286
-           i386|sparc|amiga|arm*|hp300|mvme68k|vax|atari|luna68k|mac68k|news68k|next68k|pc532|sun3*|x68k)
 
1287
+       case "${UNAME_MACHINE_ARCH}" in
 
1288
+           arm*|i386|m68k|ns32k|sh3*|sparc|vax)
 
1289
                eval $set_cc_for_build
 
1290
                if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
 
1291
-                       | grep __ELF__ >/dev/null
 
1292
+                       | grep -q __ELF__
 
1293
                then
 
1294
                    # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
 
1295
                    # Return netbsd for either.  FIX?
 
1296
@@ -166,120 +185,128 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
 
1297
                ;;
 
1298
        esac
 
1299
        # The OS release
 
1300
-       release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
 
1301
+       # Debian GNU/NetBSD machines have a different userland, and
 
1302
+       # thus, need a distinct triplet. However, they do not need
 
1303
+       # kernel version information, so it can be replaced with a
 
1304
+       # suitable tag, in the style of linux-gnu.
 
1305
+       case "${UNAME_VERSION}" in
 
1306
+           Debian*)
 
1307
+               release='-gnu'
 
1308
+               ;;
 
1309
+           *)
 
1310
+               release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
 
1311
+               ;;
 
1312
+       esac
 
1313
        # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
 
1314
        # contains redundant information, the shorter form:
 
1315
        # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
 
1316
        echo "${machine}-${os}${release}"
 
1317
-       exit 0 ;;
 
1318
+       exit ;;
 
1319
+    *:OpenBSD:*:*)
 
1320
+       UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
 
1321
+       echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
 
1322
+       exit ;;
 
1323
+    *:ekkoBSD:*:*)
 
1324
+       echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
 
1325
+       exit ;;
 
1326
+    *:SolidBSD:*:*)
 
1327
+       echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
 
1328
+       exit ;;
 
1329
+    macppc:MirBSD:*:*)
 
1330
+       echo powerpc-unknown-mirbsd${UNAME_RELEASE}
 
1331
+       exit ;;
 
1332
+    *:MirBSD:*:*)
 
1333
+       echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
 
1334
+       exit ;;
 
1335
     alpha:OSF1:*:*)
 
1336
-       if test $UNAME_RELEASE = "V4.0"; then
 
1337
+       case $UNAME_RELEASE in
 
1338
+       *4.0)
 
1339
                UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
 
1340
-       fi
 
1341
+               ;;
 
1342
+       *5.*)
 
1343
+               UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
 
1344
+               ;;
 
1345
+       esac
 
1346
+       # According to Compaq, /usr/sbin/psrinfo has been available on
 
1347
+       # OSF/1 and Tru64 systems produced since 1995.  I hope that
 
1348
+       # covers most systems running today.  This code pipes the CPU
 
1349
+       # types through head -n 1, so we only detect the type of CPU 0.
 
1350
+       ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
 
1351
+       case "$ALPHA_CPU_TYPE" in
 
1352
+           "EV4 (21064)")
 
1353
+               UNAME_MACHINE="alpha" ;;
 
1354
+           "EV4.5 (21064)")
 
1355
+               UNAME_MACHINE="alpha" ;;
 
1356
+           "LCA4 (21066/21068)")
 
1357
+               UNAME_MACHINE="alpha" ;;
 
1358
+           "EV5 (21164)")
 
1359
+               UNAME_MACHINE="alphaev5" ;;
 
1360
+           "EV5.6 (21164A)")
 
1361
+               UNAME_MACHINE="alphaev56" ;;
 
1362
+           "EV5.6 (21164PC)")
 
1363
+               UNAME_MACHINE="alphapca56" ;;
 
1364
+           "EV5.7 (21164PC)")
 
1365
+               UNAME_MACHINE="alphapca57" ;;
 
1366
+           "EV6 (21264)")
 
1367
+               UNAME_MACHINE="alphaev6" ;;
 
1368
+           "EV6.7 (21264A)")
 
1369
+               UNAME_MACHINE="alphaev67" ;;
 
1370
+           "EV6.8CB (21264C)")
 
1371
+               UNAME_MACHINE="alphaev68" ;;
 
1372
+           "EV6.8AL (21264B)")
 
1373
+               UNAME_MACHINE="alphaev68" ;;
 
1374
+           "EV6.8CX (21264D)")
 
1375
+               UNAME_MACHINE="alphaev68" ;;
 
1376
+           "EV6.9A (21264/EV69A)")
 
1377
+               UNAME_MACHINE="alphaev69" ;;
 
1378
+           "EV7 (21364)")
 
1379
+               UNAME_MACHINE="alphaev7" ;;
 
1380
+           "EV7.9 (21364A)")
 
1381
+               UNAME_MACHINE="alphaev79" ;;
 
1382
+       esac
 
1383
+       # A Pn.n version is a patched version.
 
1384
        # A Vn.n version is a released version.
 
1385
        # A Tn.n version is a released field test version.
 
1386
        # A Xn.n version is an unreleased experimental baselevel.
 
1387
        # 1.2 uses "1.2" for uname -r.
 
1388
-       cat <<EOF >$dummy.s
 
1389
-       .data
 
1390
-\$Lformat:
 
1391
-       .byte 37,100,45,37,120,10,0     # "%d-%x\n"
 
1392
-
 
1393
-       .text
 
1394
-       .globl main
 
1395
-       .align 4
 
1396
-       .ent main
 
1397
-main:
 
1398
-       .frame \$30,16,\$26,0
 
1399
-       ldgp \$29,0(\$27)
 
1400
-       .prologue 1
 
1401
-       .long 0x47e03d80 # implver \$0
 
1402
-       lda \$2,-1
 
1403
-       .long 0x47e20c21 # amask \$2,\$1
 
1404
-       lda \$16,\$Lformat
 
1405
-       mov \$0,\$17
 
1406
-       not \$1,\$18
 
1407
-       jsr \$26,printf
 
1408
-       ldgp \$29,0(\$26)
 
1409
-       mov 0,\$16
 
1410
-       jsr \$26,exit
 
1411
-       .end main
 
1412
-EOF
 
1413
-       eval $set_cc_for_build
 
1414
-       $CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null
 
1415
-       if test "$?" = 0 ; then
 
1416
-               case `./$dummy` in
 
1417
-                       0-0)
 
1418
-                               UNAME_MACHINE="alpha"
 
1419
-                               ;;
 
1420
-                       1-0)
 
1421
-                               UNAME_MACHINE="alphaev5"
 
1422
-                               ;;
 
1423
-                       1-1)
 
1424
-                               UNAME_MACHINE="alphaev56"
 
1425
-                               ;;
 
1426
-                       1-101)
 
1427
-                               UNAME_MACHINE="alphapca56"
 
1428
-                               ;;
 
1429
-                       2-303)
 
1430
-                               UNAME_MACHINE="alphaev6"
 
1431
-                               ;;
 
1432
-                       2-307)
 
1433
-                               UNAME_MACHINE="alphaev67"
 
1434
-                               ;;
 
1435
-                       2-1307)
 
1436
-                               UNAME_MACHINE="alphaev68"
 
1437
-                               ;;
 
1438
-               esac
 
1439
-       fi
 
1440
-       rm -f $dummy.s $dummy
 
1441
-       echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
 
1442
-       exit 0 ;;
 
1443
+       echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
 
1444
+       exit ;;
 
1445
     Alpha\ *:Windows_NT*:*)
 
1446
        # How do we know it's Interix rather than the generic POSIX subsystem?
 
1447
        # Should we change UNAME_MACHINE based on the output of uname instead
 
1448
        # of the specific Alpha model?
 
1449
        echo alpha-pc-interix
 
1450
-       exit 0 ;;
 
1451
+       exit ;;
 
1452
     21064:Windows_NT:50:3)
 
1453
        echo alpha-dec-winnt3.5
 
1454
-       exit 0 ;;
 
1455
+       exit ;;
 
1456
     Amiga*:UNIX_System_V:4.0:*)
 
1457
        echo m68k-unknown-sysv4
 
1458
-       exit 0;;
 
1459
-    amiga:OpenBSD:*:*)
 
1460
-       echo m68k-unknown-openbsd${UNAME_RELEASE}
 
1461
-       exit 0 ;;
 
1462
+       exit ;;
 
1463
     *:[Aa]miga[Oo][Ss]:*:*)
 
1464
        echo ${UNAME_MACHINE}-unknown-amigaos
 
1465
-       exit 0 ;;
 
1466
-    arc64:OpenBSD:*:*)
 
1467
-       echo mips64el-unknown-openbsd${UNAME_RELEASE}
 
1468
-       exit 0 ;;
 
1469
-    arc:OpenBSD:*:*)
 
1470
-       echo mipsel-unknown-openbsd${UNAME_RELEASE}
 
1471
-       exit 0 ;;
 
1472
-    hkmips:OpenBSD:*:*)
 
1473
-       echo mips-unknown-openbsd${UNAME_RELEASE}
 
1474
-       exit 0 ;;
 
1475
-    pmax:OpenBSD:*:*)
 
1476
-       echo mipsel-unknown-openbsd${UNAME_RELEASE}
 
1477
-       exit 0 ;;
 
1478
-    sgi:OpenBSD:*:*)
 
1479
-       echo mips-unknown-openbsd${UNAME_RELEASE}
 
1480
-       exit 0 ;;
 
1481
-    wgrisc:OpenBSD:*:*)
 
1482
-       echo mipsel-unknown-openbsd${UNAME_RELEASE}
 
1483
-       exit 0 ;;
 
1484
+       exit ;;
 
1485
+    *:[Mm]orph[Oo][Ss]:*:*)
 
1486
+       echo ${UNAME_MACHINE}-unknown-morphos
 
1487
+       exit ;;
 
1488
     *:OS/390:*:*)
 
1489
        echo i370-ibm-openedition
 
1490
-       exit 0 ;;
 
1491
+       exit ;;
 
1492
+    *:z/VM:*:*)
 
1493
+       echo s390-ibm-zvmoe
 
1494
+       exit ;;
 
1495
+    *:OS400:*:*)
 
1496
+        echo powerpc-ibm-os400
 
1497
+       exit ;;
 
1498
     arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
 
1499
        echo arm-acorn-riscix${UNAME_RELEASE}
 
1500
-       exit 0;;
 
1501
+       exit ;;
 
1502
+    arm:riscos:*:*|arm:RISCOS:*:*)
 
1503
+       echo arm-unknown-riscos
 
1504
+       exit ;;
 
1505
     SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
 
1506
        echo hppa1.1-hitachi-hiuxmpp
 
1507
-       exit 0;;
 
1508
+       exit ;;
 
1509
     Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
 
1510
        # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
 
1511
        if test "`(/bin/universe) 2>/dev/null`" = att ; then
 
1512
@@ -287,25 +314,51 @@ EOF
 
1513
        else
 
1514
                echo pyramid-pyramid-bsd
 
1515
        fi
 
1516
-       exit 0 ;;
 
1517
+       exit ;;
 
1518
     NILE*:*:*:dcosx)
 
1519
        echo pyramid-pyramid-svr4
 
1520
-       exit 0 ;;
 
1521
+       exit ;;
 
1522
+    DRS?6000:unix:4.0:6*)
 
1523
+       echo sparc-icl-nx6
 
1524
+       exit ;;
 
1525
+    DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
 
1526
+       case `/usr/bin/uname -p` in
 
1527
+           sparc) echo sparc-icl-nx7; exit ;;
 
1528
+       esac ;;
 
1529
+    s390x:SunOS:*:*)
 
1530
+       echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 
1531
+       exit ;;
 
1532
     sun4H:SunOS:5.*:*)
 
1533
        echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 
1534
-       exit 0 ;;
 
1535
+       exit ;;
 
1536
     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
 
1537
        echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 
1538
-       exit 0 ;;
 
1539
-    i86pc:SunOS:5.*:*)
 
1540
-       echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 
1541
-       exit 0 ;;
 
1542
+       exit ;;
 
1543
+    i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
 
1544
+       echo i386-pc-auroraux${UNAME_RELEASE}
 
1545
+       exit ;;
 
1546
+    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
 
1547
+       eval $set_cc_for_build
 
1548
+       SUN_ARCH="i386"
 
1549
+       # If there is a compiler, see if it is configured for 64-bit objects.
 
1550
+       # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
 
1551
+       # This test works for both compilers.
 
1552
+       if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
 
1553
+           if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
 
1554
+               (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
 
1555
+               grep IS_64BIT_ARCH >/dev/null
 
1556
+           then
 
1557
+               SUN_ARCH="x86_64"
 
1558
+           fi
 
1559
+       fi
 
1560
+       echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 
1561
+       exit ;;
 
1562
     sun4*:SunOS:6*:*)
 
1563
        # According to config.sub, this is the proper way to canonicalize
 
1564
        # SunOS6.  Hard to guess exactly what SunOS6 will be like, but
 
1565
        # it's likely to be more like Solaris than SunOS4.
 
1566
        echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 
1567
-       exit 0 ;;
 
1568
+       exit ;;
 
1569
     sun4*:SunOS:*:*)
 
1570
        case "`/usr/bin/arch -k`" in
 
1571
            Series*|S4*)
 
1572
@@ -314,12 +367,12 @@ EOF
 
1573
        esac
 
1574
        # Japanese Language versions have a version number like `4.1.3-JL'.
 
1575
        echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
 
1576
-       exit 0 ;;
 
1577
+       exit ;;
 
1578
     sun3*:SunOS:*:*)
 
1579
        echo m68k-sun-sunos${UNAME_RELEASE}
 
1580
-       exit 0 ;;
 
1581
+       exit ;;
 
1582
     sun*:*:4.2BSD:*)
 
1583
-       UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
 
1584
+       UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
 
1585
        test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
 
1586
        case "`/bin/arch`" in
 
1587
            sun3)
 
1588
@@ -329,16 +382,10 @@ EOF
 
1589
                echo sparc-sun-sunos${UNAME_RELEASE}
 
1590
                ;;
 
1591
        esac
 
1592
-       exit 0 ;;
 
1593
+       exit ;;
 
1594
     aushp:SunOS:*:*)
 
1595
        echo sparc-auspex-sunos${UNAME_RELEASE}
 
1596
-       exit 0 ;;
 
1597
-    sparc*:NetBSD:*)
 
1598
-       echo `uname -p`-unknown-netbsd${UNAME_RELEASE}
 
1599
-       exit 0 ;;
 
1600
-    atari*:OpenBSD:*:*)
 
1601
-       echo m68k-unknown-openbsd${UNAME_RELEASE}
 
1602
-       exit 0 ;;
 
1603
+       exit ;;
 
1604
     # The situation for MiNT is a little confusing.  The machine name
 
1605
     # can be virtually everything (everything which is not
 
1606
     # "atarist" or "atariste" at least should have a processor
 
1607
@@ -349,49 +396,40 @@ EOF
 
1608
     # be no problem.
 
1609
     atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
 
1610
         echo m68k-atari-mint${UNAME_RELEASE}
 
1611
-       exit 0 ;;
 
1612
+       exit ;;
 
1613
     atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
 
1614
        echo m68k-atari-mint${UNAME_RELEASE}
 
1615
-        exit 0 ;;
 
1616
+        exit ;;
 
1617
     *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
 
1618
         echo m68k-atari-mint${UNAME_RELEASE}
 
1619
-       exit 0 ;;
 
1620
+       exit ;;
 
1621
     milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
 
1622
         echo m68k-milan-mint${UNAME_RELEASE}
 
1623
-        exit 0 ;;
 
1624
+        exit ;;
 
1625
     hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
 
1626
         echo m68k-hades-mint${UNAME_RELEASE}
 
1627
-        exit 0 ;;
 
1628
+        exit ;;
 
1629
     *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
 
1630
         echo m68k-unknown-mint${UNAME_RELEASE}
 
1631
-        exit 0 ;;
 
1632
-    sun3*:OpenBSD:*:*)
 
1633
-       echo m68k-unknown-openbsd${UNAME_RELEASE}
 
1634
-       exit 0 ;;
 
1635
-    mac68k:OpenBSD:*:*)
 
1636
-       echo m68k-unknown-openbsd${UNAME_RELEASE}
 
1637
-       exit 0 ;;
 
1638
-    mvme68k:OpenBSD:*:*)
 
1639
-       echo m68k-unknown-openbsd${UNAME_RELEASE}
 
1640
-       exit 0 ;;
 
1641
-    mvme88k:OpenBSD:*:*)
 
1642
-       echo m88k-unknown-openbsd${UNAME_RELEASE}
 
1643
-       exit 0 ;;
 
1644
+        exit ;;
 
1645
+    m68k:machten:*:*)
 
1646
+       echo m68k-apple-machten${UNAME_RELEASE}
 
1647
+       exit ;;
 
1648
     powerpc:machten:*:*)
 
1649
        echo powerpc-apple-machten${UNAME_RELEASE}
 
1650
-       exit 0 ;;
 
1651
+       exit ;;
 
1652
     RISC*:Mach:*:*)
 
1653
        echo mips-dec-mach_bsd4.3
 
1654
-       exit 0 ;;
 
1655
+       exit ;;
 
1656
     RISC*:ULTRIX:*:*)
 
1657
        echo mips-dec-ultrix${UNAME_RELEASE}
 
1658
-       exit 0 ;;
 
1659
+       exit ;;
 
1660
     VAX*:ULTRIX*:*:*)
 
1661
        echo vax-dec-ultrix${UNAME_RELEASE}
 
1662
-       exit 0 ;;
 
1663
+       exit ;;
 
1664
     2020:CLIX:*:* | 2430:CLIX:*:*)
 
1665
        echo clipper-intergraph-clix${UNAME_RELEASE}
 
1666
-       exit 0 ;;
 
1667
+       exit ;;
 
1668
     mips:*:*:UMIPS | mips:*:*:RISCos)
 
1669
        eval $set_cc_for_build
 
1670
        sed 's/^        //' << EOF >$dummy.c
 
1671
@@ -415,27 +453,33 @@ EOF
 
1672
          exit (-1);
 
1673
        }
 
1674
 EOF
 
1675
-       $CC_FOR_BUILD $dummy.c -o $dummy \
 
1676
-         && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
 
1677
-         && rm -f $dummy.c $dummy && exit 0
 
1678
-       rm -f $dummy.c $dummy
 
1679
+       $CC_FOR_BUILD -o $dummy $dummy.c &&
 
1680
+         dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
 
1681
+         SYSTEM_NAME=`$dummy $dummyarg` &&
 
1682
+           { echo "$SYSTEM_NAME"; exit; }
 
1683
        echo mips-mips-riscos${UNAME_RELEASE}
 
1684
-       exit 0 ;;
 
1685
+       exit ;;
 
1686
     Motorola:PowerMAX_OS:*:*)
 
1687
        echo powerpc-motorola-powermax
 
1688
-       exit 0 ;;
 
1689
+       exit ;;
 
1690
+    Motorola:*:4.3:PL8-*)
 
1691
+       echo powerpc-harris-powermax
 
1692
+       exit ;;
 
1693
+    Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
 
1694
+       echo powerpc-harris-powermax
 
1695
+       exit ;;
 
1696
     Night_Hawk:Power_UNIX:*:*)
 
1697
        echo powerpc-harris-powerunix
 
1698
-       exit 0 ;;
 
1699
+       exit ;;
 
1700
     m88k:CX/UX:7*:*)
 
1701
        echo m88k-harris-cxux7
 
1702
-       exit 0 ;;
 
1703
+       exit ;;
 
1704
     m88k:*:4*:R4*)
 
1705
        echo m88k-motorola-sysv4
 
1706
-       exit 0 ;;
 
1707
+       exit ;;
 
1708
     m88k:*:3*:R3*)
 
1709
        echo m88k-motorola-sysv3
 
1710
-       exit 0 ;;
 
1711
+       exit ;;
 
1712
     AViiON:dgux:*:*)
 
1713
         # DG/UX returns AViiON for all architectures
 
1714
         UNAME_PROCESSOR=`/usr/bin/uname -p`
 
1715
@@ -451,29 +495,29 @@ EOF
 
1716
        else
 
1717
            echo i586-dg-dgux${UNAME_RELEASE}
 
1718
        fi
 
1719
-       exit 0 ;;
 
1720
+       exit ;;
 
1721
     M88*:DolphinOS:*:*)        # DolphinOS (SVR3)
 
1722
        echo m88k-dolphin-sysv3
 
1723
-       exit 0 ;;
 
1724
+       exit ;;
 
1725
     M88*:*:R3*:*)
 
1726
        # Delta 88k system running SVR3
 
1727
        echo m88k-motorola-sysv3
 
1728
-       exit 0 ;;
 
1729
+       exit ;;
 
1730
     XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
 
1731
        echo m88k-tektronix-sysv3
 
1732
-       exit 0 ;;
 
1733
+       exit ;;
 
1734
     Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
 
1735
        echo m68k-tektronix-bsd
 
1736
-       exit 0 ;;
 
1737
+       exit ;;
 
1738
     *:IRIX*:*:*)
 
1739
        echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
 
1740
-       exit 0 ;;
 
1741
+       exit ;;
 
1742
     ????????:AIX?:[12].1:2)   # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
 
1743
-       echo romp-ibm-aix      # uname -m gives an 8 hex-code CPU id
 
1744
-       exit 0 ;;              # Note that: echo "'`uname -s`'" gives 'AIX '
 
1745
+       echo romp-ibm-aix     # uname -m gives an 8 hex-code CPU id
 
1746
+       exit ;;               # Note that: echo "'`uname -s`'" gives 'AIX '
 
1747
     i*86:AIX:*:*)
 
1748
        echo i386-ibm-aix
 
1749
-       exit 0 ;;
 
1750
+       exit ;;
 
1751
     ia64:AIX:*:*)
 
1752
        if [ -x /usr/bin/oslevel ] ; then
 
1753
                IBM_REV=`/usr/bin/oslevel`
 
1754
@@ -481,7 +525,7 @@ EOF
 
1755
                IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
 
1756
        fi
 
1757
        echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
 
1758
-       exit 0 ;;
 
1759
+       exit ;;
 
1760
     *:AIX:2:3)
 
1761
        if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
 
1762
                eval $set_cc_for_build
 
1763
@@ -496,17 +540,20 @@ EOF
 
1764
                        exit(0);
 
1765
                        }
 
1766
 EOF
 
1767
-               $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm -f $dummy.c $dummy && exit 0
 
1768
-               rm -f $dummy.c $dummy
 
1769
-               echo rs6000-ibm-aix3.2.5
 
1770
+               if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
 
1771
+               then
 
1772
+                       echo "$SYSTEM_NAME"
 
1773
+               else
 
1774
+                       echo rs6000-ibm-aix3.2.5
 
1775
+               fi
 
1776
        elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
 
1777
                echo rs6000-ibm-aix3.2.4
 
1778
        else
 
1779
                echo rs6000-ibm-aix3.2
 
1780
        fi
 
1781
-       exit 0 ;;
 
1782
-    *:AIX:*:[45])
 
1783
-       IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'`
 
1784
+       exit ;;
 
1785
+    *:AIX:*:[456])
 
1786
+       IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
 
1787
        if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
 
1788
                IBM_ARCH=rs6000
 
1789
        else
 
1790
@@ -518,38 +565,36 @@ EOF
 
1791
                IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
 
1792
        fi
 
1793
        echo ${IBM_ARCH}-ibm-aix${IBM_REV}
 
1794
-       exit 0 ;;
 
1795
+       exit ;;
 
1796
     *:AIX:*:*)
 
1797
        echo rs6000-ibm-aix
 
1798
-       exit 0 ;;
 
1799
+       exit ;;
 
1800
     ibmrt:4.4BSD:*|romp-ibm:BSD:*)
 
1801
        echo romp-ibm-bsd4.4
 
1802
-       exit 0 ;;
 
1803
+       exit ;;
 
1804
     ibmrt:*BSD:*|romp-ibm:BSD:*)            # covers RT/PC BSD and
 
1805
        echo romp-ibm-bsd${UNAME_RELEASE}   # 4.3 with uname added to
 
1806
-       exit 0 ;;                           # report: romp-ibm BSD 4.3
 
1807
+       exit ;;                             # report: romp-ibm BSD 4.3
 
1808
     *:BOSX:*:*)
 
1809
        echo rs6000-bull-bosx
 
1810
-       exit 0 ;;
 
1811
+       exit ;;
 
1812
     DPX/2?00:B.O.S.:*:*)
 
1813
        echo m68k-bull-sysv3
 
1814
-       exit 0 ;;
 
1815
+       exit ;;
 
1816
     9000/[34]??:4.3bsd:1.*:*)
 
1817
        echo m68k-hp-bsd
 
1818
-       exit 0 ;;
 
1819
+       exit ;;
 
1820
     hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
 
1821
        echo m68k-hp-bsd4.4
 
1822
-       exit 0 ;;
 
1823
+       exit ;;
 
1824
     9000/[34678]??:HP-UX:*:*)
 
1825
        HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
 
1826
        case "${UNAME_MACHINE}" in
 
1827
            9000/31? )            HP_ARCH=m68000 ;;
 
1828
            9000/[34]?? )         HP_ARCH=m68k ;;
 
1829
            9000/[678][0-9][0-9])
 
1830
-              case "${HPUX_REV}" in
 
1831
-                11.[0-9][0-9])
 
1832
-                  if [ -x /usr/bin/getconf ]; then
 
1833
-                    sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
 
1834
+               if [ -x /usr/bin/getconf ]; then
 
1835
+                   sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
 
1836
                     sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
 
1837
                     case "${sc_cpu_version}" in
 
1838
                       523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
 
1839
@@ -558,13 +603,13 @@ EOF
 
1840
                         case "${sc_kernel_bits}" in
 
1841
                           32) HP_ARCH="hppa2.0n" ;;
 
1842
                           64) HP_ARCH="hppa2.0w" ;;
 
1843
+                         '') HP_ARCH="hppa2.0" ;;   # HP-UX 10.20
 
1844
                         esac ;;
 
1845
                     esac
 
1846
-                  fi ;;
 
1847
-              esac
 
1848
-              if [ "${HP_ARCH}" = "" ]; then
 
1849
-             eval $set_cc_for_build
 
1850
-              sed 's/^              //' << EOF >$dummy.c
 
1851
+               fi
 
1852
+               if [ "${HP_ARCH}" = "" ]; then
 
1853
+                   eval $set_cc_for_build
 
1854
+                   sed 's/^              //' << EOF >$dummy.c
 
1855
 
 
1856
               #define _HPUX_SOURCE
 
1857
               #include <stdlib.h>
 
1858
@@ -597,17 +642,37 @@ EOF
 
1859
                   exit (0);
 
1860
               }
 
1861
 EOF
 
1862
-           (CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy`
 
1863
-           if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
 
1864
-           rm -f $dummy.c $dummy
 
1865
-       fi ;;
 
1866
+                   (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
 
1867
+                   test -z "$HP_ARCH" && HP_ARCH=hppa
 
1868
+               fi ;;
 
1869
        esac
 
1870
+       if [ ${HP_ARCH} = "hppa2.0w" ]
 
1871
+       then
 
1872
+           eval $set_cc_for_build
 
1873
+
 
1874
+           # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
 
1875
+           # 32-bit code.  hppa64-hp-hpux* has the same kernel and a compiler
 
1876
+           # generating 64-bit code.  GNU and HP use different nomenclature:
 
1877
+           #
 
1878
+           # $ CC_FOR_BUILD=cc ./config.guess
 
1879
+           # => hppa2.0w-hp-hpux11.23
 
1880
+           # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
 
1881
+           # => hppa64-hp-hpux11.23
 
1882
+
 
1883
+           if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
 
1884
+               grep -q __LP64__
 
1885
+           then
 
1886
+               HP_ARCH="hppa2.0w"
 
1887
+           else
 
1888
+               HP_ARCH="hppa64"
 
1889
+           fi
 
1890
+       fi
 
1891
        echo ${HP_ARCH}-hp-hpux${HPUX_REV}
 
1892
-       exit 0 ;;
 
1893
+       exit ;;
 
1894
     ia64:HP-UX:*:*)
 
1895
        HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
 
1896
        echo ia64-hp-hpux${HPUX_REV}
 
1897
-       exit 0 ;;
 
1898
+       exit ;;
 
1899
     3050*:HI-UX:*:*)
 
1900
        eval $set_cc_for_build
 
1901
        sed 's/^        //' << EOF >$dummy.c
 
1902
@@ -635,158 +700,164 @@ EOF
 
1903
          exit (0);
 
1904
        }
 
1905
 EOF
 
1906
-       $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm -f $dummy.c $dummy && exit 0
 
1907
-       rm -f $dummy.c $dummy
 
1908
+       $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
 
1909
+               { echo "$SYSTEM_NAME"; exit; }
 
1910
        echo unknown-hitachi-hiuxwe2
 
1911
-       exit 0 ;;
 
1912
+       exit ;;
 
1913
     9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
 
1914
        echo hppa1.1-hp-bsd
 
1915
-       exit 0 ;;
 
1916
+       exit ;;
 
1917
     9000/8??:4.3bsd:*:*)
 
1918
        echo hppa1.0-hp-bsd
 
1919
-       exit 0 ;;
 
1920
+       exit ;;
 
1921
     *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
 
1922
        echo hppa1.0-hp-mpeix
 
1923
-       exit 0 ;;
 
1924
+       exit ;;
 
1925
     hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
 
1926
        echo hppa1.1-hp-osf
 
1927
-       exit 0 ;;
 
1928
+       exit ;;
 
1929
     hp8??:OSF1:*:*)
 
1930
        echo hppa1.0-hp-osf
 
1931
-       exit 0 ;;
 
1932
+       exit ;;
 
1933
     i*86:OSF1:*:*)
 
1934
        if [ -x /usr/sbin/sysversion ] ; then
 
1935
            echo ${UNAME_MACHINE}-unknown-osf1mk
 
1936
        else
 
1937
            echo ${UNAME_MACHINE}-unknown-osf1
 
1938
        fi
 
1939
-       exit 0 ;;
 
1940
+       exit ;;
 
1941
     parisc*:Lites*:*:*)
 
1942
        echo hppa1.1-hp-lites
 
1943
-       exit 0 ;;
 
1944
-    hppa*:OpenBSD:*:*)
 
1945
-       echo hppa-unknown-openbsd
 
1946
-       exit 0 ;;
 
1947
+       exit ;;
 
1948
     C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
 
1949
        echo c1-convex-bsd
 
1950
-        exit 0 ;;
 
1951
+        exit ;;
 
1952
     C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
 
1953
        if getsysinfo -f scalar_acc
 
1954
        then echo c32-convex-bsd
 
1955
        else echo c2-convex-bsd
 
1956
        fi
 
1957
-        exit 0 ;;
 
1958
+        exit ;;
 
1959
     C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
 
1960
        echo c34-convex-bsd
 
1961
-        exit 0 ;;
 
1962
+        exit ;;
 
1963
     C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
 
1964
        echo c38-convex-bsd
 
1965
-        exit 0 ;;
 
1966
+        exit ;;
 
1967
     C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
 
1968
        echo c4-convex-bsd
 
1969
-        exit 0 ;;
 
1970
-    CRAY*X-MP:*:*:*)
 
1971
-       echo xmp-cray-unicos
 
1972
-        exit 0 ;;
 
1973
+        exit ;;
 
1974
     CRAY*Y-MP:*:*:*)
 
1975
        echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
 
1976
-       exit 0 ;;
 
1977
+       exit ;;
 
1978
     CRAY*[A-Z]90:*:*:*)
 
1979
        echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
 
1980
        | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
 
1981
              -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
 
1982
              -e 's/\.[^.]*$/.X/'
 
1983
-       exit 0 ;;
 
1984
+       exit ;;
 
1985
     CRAY*TS:*:*:*)
 
1986
        echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
 
1987
-       exit 0 ;;
 
1988
-    CRAY*T3D:*:*:*)
 
1989
-       echo alpha-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
 
1990
-       exit 0 ;;
 
1991
+       exit ;;
 
1992
     CRAY*T3E:*:*:*)
 
1993
        echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
 
1994
-       exit 0 ;;
 
1995
+       exit ;;
 
1996
     CRAY*SV1:*:*:*)
 
1997
        echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
 
1998
-       exit 0 ;;
 
1999
-    CRAY-2:*:*:*)
 
2000
-       echo cray2-cray-unicos
 
2001
-        exit 0 ;;
 
2002
+       exit ;;
 
2003
+    *:UNICOS/mp:*:*)
 
2004
+       echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
 
2005
+       exit ;;
 
2006
     F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
 
2007
        FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
 
2008
         FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
 
2009
         FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
 
2010
         echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
 
2011
-        exit 0 ;;
 
2012
-    hp300:OpenBSD:*:*)
 
2013
-       echo m68k-unknown-openbsd${UNAME_RELEASE}
 
2014
-       exit 0 ;;
 
2015
+        exit ;;
 
2016
+    5000:UNIX_System_V:4.*:*)
 
2017
+        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
 
2018
+        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
 
2019
+        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
 
2020
+       exit ;;
 
2021
     i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
 
2022
        echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
 
2023
-       exit 0 ;;
 
2024
+       exit ;;
 
2025
     sparc*:BSD/OS:*:*)
 
2026
        echo sparc-unknown-bsdi${UNAME_RELEASE}
 
2027
-       exit 0 ;;
 
2028
+       exit ;;
 
2029
     *:BSD/OS:*:*)
 
2030
        echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
 
2031
-       exit 0 ;;
 
2032
+       exit ;;
 
2033
     *:FreeBSD:*:*)
 
2034
-       echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
 
2035
-       exit 0 ;;
 
2036
-    *:OpenBSD:*:*)
 
2037
-       echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
 
2038
-       exit 0 ;;
 
2039
+       case ${UNAME_MACHINE} in
 
2040
+           pc98)
 
2041
+               echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
 
2042
+           amd64)
 
2043
+               echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
 
2044
+           *)
 
2045
+               echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
 
2046
+       esac
 
2047
+       exit ;;
 
2048
     i*:CYGWIN*:*)
 
2049
        echo ${UNAME_MACHINE}-pc-cygwin
 
2050
-       exit 0 ;;
 
2051
-    i*:MINGW*:*)
 
2052
+       exit ;;
 
2053
+    *:MINGW*:*)
 
2054
        echo ${UNAME_MACHINE}-pc-mingw32
 
2055
-       exit 0 ;;
 
2056
+       exit ;;
 
2057
+    i*:windows32*:*)
 
2058
+       # uname -m includes "-pc" on this system.
 
2059
+       echo ${UNAME_MACHINE}-mingw32
 
2060
+       exit ;;
 
2061
     i*:PW*:*)
 
2062
        echo ${UNAME_MACHINE}-pc-pw32
 
2063
-       exit 0 ;;
 
2064
+       exit ;;
 
2065
+    *:Interix*:*)
 
2066
+       case ${UNAME_MACHINE} in
 
2067
+           x86)
 
2068
+               echo i586-pc-interix${UNAME_RELEASE}
 
2069
+               exit ;;
 
2070
+           authenticamd | genuineintel | EM64T)
 
2071
+               echo x86_64-unknown-interix${UNAME_RELEASE}
 
2072
+               exit ;;
 
2073
+           IA64)
 
2074
+               echo ia64-unknown-interix${UNAME_RELEASE}
 
2075
+               exit ;;
 
2076
+       esac ;;
 
2077
+    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
 
2078
+       echo i${UNAME_MACHINE}-pc-mks
 
2079
+       exit ;;
 
2080
+    8664:Windows_NT:*)
 
2081
+       echo x86_64-pc-mks
 
2082
+       exit ;;
 
2083
     i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
 
2084
        # How do we know it's Interix rather than the generic POSIX subsystem?
 
2085
        # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
 
2086
        # UNAME_MACHINE based on the output of uname instead of i386?
 
2087
-       echo i386-pc-interix
 
2088
-       exit 0 ;;
 
2089
+       echo i586-pc-interix
 
2090
+       exit ;;
 
2091
     i*:UWIN*:*)
 
2092
        echo ${UNAME_MACHINE}-pc-uwin
 
2093
-       exit 0 ;;
 
2094
+       exit ;;
 
2095
+    amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
 
2096
+       echo x86_64-unknown-cygwin
 
2097
+       exit ;;
 
2098
     p*:CYGWIN*:*)
 
2099
        echo powerpcle-unknown-cygwin
 
2100
-       exit 0 ;;
 
2101
+       exit ;;
 
2102
     prep*:SunOS:5.*:*)
 
2103
        echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 
2104
-       exit 0 ;;
 
2105
+       exit ;;
 
2106
     *:GNU:*:*)
 
2107
+       # the GNU system
 
2108
        echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
 
2109
-       exit 0 ;;
 
2110
+       exit ;;
 
2111
+    *:GNU/*:*:*)
 
2112
+       # other systems with GNU libc and userland
 
2113
+       echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
 
2114
+       exit ;;
 
2115
     i*86:Minix:*:*)
 
2116
        echo ${UNAME_MACHINE}-pc-minix
 
2117
-       exit 0 ;;
 
2118
-    arm*:Linux:*:*)
 
2119
-       echo ${UNAME_MACHINE}-unknown-linux-gnu
 
2120
-       exit 0 ;;
 
2121
-    ia64:Linux:*:*)
 
2122
-       echo ${UNAME_MACHINE}-unknown-linux
 
2123
-       exit 0 ;;
 
2124
-    m68*:Linux:*:*)
 
2125
-       echo ${UNAME_MACHINE}-unknown-linux-gnu
 
2126
-       exit 0 ;;
 
2127
-    mips:Linux:*:*)
 
2128
-       case `sed -n '/^byte/s/^.*: \(.*\) endian/\1/p' < /proc/cpuinfo` in
 
2129
-         big)    echo mips-unknown-linux-gnu && exit 0 ;;
 
2130
-         little) echo mipsel-unknown-linux-gnu && exit 0 ;;
 
2131
-       esac
 
2132
-       ;;
 
2133
-    ppc:Linux:*:*)
 
2134
-       echo powerpc-unknown-linux-gnu
 
2135
-       exit 0 ;;
 
2136
-    ppc64:Linux:*:*)
 
2137
-       echo powerpc64-unknown-linux-gnu
 
2138
-       exit 0 ;;
 
2139
+       exit ;;
 
2140
     alpha:Linux:*:*)
 
2141
        case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
 
2142
          EV5)   UNAME_MACHINE=alphaev5 ;;
 
2143
@@ -797,10 +868,80 @@ EOF
 
2144
          EV67)  UNAME_MACHINE=alphaev67 ;;
 
2145
          EV68*) UNAME_MACHINE=alphaev68 ;;
 
2146
         esac
 
2147
-       objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
 
2148
+       objdump --private-headers /bin/sh | grep -q ld.so.1
 
2149
        if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
 
2150
        echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
 
2151
-       exit 0 ;;
 
2152
+       exit ;;
 
2153
+    arm*:Linux:*:*)
 
2154
+       eval $set_cc_for_build
 
2155
+       if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
 
2156
+           | grep -q __ARM_EABI__
 
2157
+       then
 
2158
+           echo ${UNAME_MACHINE}-unknown-linux-gnu
 
2159
+       else
 
2160
+           echo ${UNAME_MACHINE}-unknown-linux-gnueabi
 
2161
+       fi
 
2162
+       exit ;;
 
2163
+    avr32*:Linux:*:*)
 
2164
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
 
2165
+       exit ;;
 
2166
+    cris:Linux:*:*)
 
2167
+       echo cris-axis-linux-gnu
 
2168
+       exit ;;
 
2169
+    crisv32:Linux:*:*)
 
2170
+       echo crisv32-axis-linux-gnu
 
2171
+       exit ;;
 
2172
+    frv:Linux:*:*)
 
2173
+       echo frv-unknown-linux-gnu
 
2174
+       exit ;;
 
2175
+    i*86:Linux:*:*)
 
2176
+       LIBC=gnu
 
2177
+       eval $set_cc_for_build
 
2178
+       sed 's/^        //' << EOF >$dummy.c
 
2179
+       #ifdef __dietlibc__
 
2180
+       LIBC=dietlibc
 
2181
+       #endif
 
2182
+EOF
 
2183
+       eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
 
2184
+       echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
 
2185
+       exit ;;
 
2186
+    ia64:Linux:*:*)
 
2187
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
 
2188
+       exit ;;
 
2189
+    m32r*:Linux:*:*)
 
2190
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
 
2191
+       exit ;;
 
2192
+    m68*:Linux:*:*)
 
2193
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
 
2194
+       exit ;;
 
2195
+    mips:Linux:*:* | mips64:Linux:*:*)
 
2196
+       eval $set_cc_for_build
 
2197
+       sed 's/^        //' << EOF >$dummy.c
 
2198
+       #undef CPU
 
2199
+       #undef ${UNAME_MACHINE}
 
2200
+       #undef ${UNAME_MACHINE}el
 
2201
+       #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
 
2202
+       CPU=${UNAME_MACHINE}el
 
2203
+       #else
 
2204
+       #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
 
2205
+       CPU=${UNAME_MACHINE}
 
2206
+       #else
 
2207
+       CPU=
 
2208
+       #endif
 
2209
+       #endif
 
2210
+EOF
 
2211
+       eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
 
2212
+       test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
 
2213
+       ;;
 
2214
+    or32:Linux:*:*)
 
2215
+       echo or32-unknown-linux-gnu
 
2216
+       exit ;;
 
2217
+    padre:Linux:*:*)
 
2218
+       echo sparc-unknown-linux-gnu
 
2219
+       exit ;;
 
2220
+    parisc64:Linux:*:* | hppa64:Linux:*:*)
 
2221
+       echo hppa64-unknown-linux-gnu
 
2222
+       exit ;;
 
2223
     parisc:Linux:*:* | hppa:Linux:*:*)
 
2224
        # Look for CPU level
 
2225
        case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
 
2226
@@ -808,84 +949,40 @@ EOF
 
2227
          PA8*) echo hppa2.0-unknown-linux-gnu ;;
 
2228
          *)    echo hppa-unknown-linux-gnu ;;
 
2229
        esac
 
2230
-       exit 0 ;;
 
2231
-    parisc64:Linux:*:* | hppa64:Linux:*:*)
 
2232
-       echo hppa64-unknown-linux-gnu
 
2233
-       exit 0 ;;
 
2234
+       exit ;;
 
2235
+    ppc64:Linux:*:*)
 
2236
+       echo powerpc64-unknown-linux-gnu
 
2237
+       exit ;;
 
2238
+    ppc:Linux:*:*)
 
2239
+       echo powerpc-unknown-linux-gnu
 
2240
+       exit ;;
 
2241
     s390:Linux:*:* | s390x:Linux:*:*)
 
2242
        echo ${UNAME_MACHINE}-ibm-linux
 
2243
-       exit 0 ;;
 
2244
+       exit ;;
 
2245
+    sh64*:Linux:*:*)
 
2246
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
 
2247
+       exit ;;
 
2248
     sh*:Linux:*:*)
 
2249
        echo ${UNAME_MACHINE}-unknown-linux-gnu
 
2250
-       exit 0 ;;
 
2251
+       exit ;;
 
2252
     sparc:Linux:*:* | sparc64:Linux:*:*)
 
2253
        echo ${UNAME_MACHINE}-unknown-linux-gnu
 
2254
-       exit 0 ;;
 
2255
+       exit ;;
 
2256
+    vax:Linux:*:*)
 
2257
+       echo ${UNAME_MACHINE}-dec-linux-gnu
 
2258
+       exit ;;
 
2259
     x86_64:Linux:*:*)
 
2260
        echo x86_64-unknown-linux-gnu
 
2261
-       exit 0 ;;
 
2262
-    i*86:Linux:*:*)
 
2263
-       # The BFD linker knows what the default object file format is, so
 
2264
-       # first see if it will tell us. cd to the root directory to prevent
 
2265
-       # problems with other programs or directories called `ld' in the path.
 
2266
-       ld_supported_targets=`cd /; ld --help 2>&1 \
 
2267
-                        | sed -ne '/supported targets:/!d
 
2268
-                                   s/[         ][      ]*/ /g
 
2269
-                                   s/.*supported targets: *//
 
2270
-                                   s/ .*//
 
2271
-                                   p'`
 
2272
-        case "$ld_supported_targets" in
 
2273
-         elf32-i386)
 
2274
-               TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
 
2275
-               ;;
 
2276
-         a.out-i386-linux)
 
2277
-               echo "${UNAME_MACHINE}-pc-linux-gnuaout"
 
2278
-               exit 0 ;;               
 
2279
-         coff-i386)
 
2280
-               echo "${UNAME_MACHINE}-pc-linux-gnucoff"
 
2281
-               exit 0 ;;
 
2282
-         "")
 
2283
-               # Either a pre-BFD a.out linker (linux-gnuoldld) or
 
2284
-               # one that does not give us useful --help.
 
2285
-               echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
 
2286
-               exit 0 ;;
 
2287
-       esac
 
2288
-       # Determine whether the default compiler is a.out or elf
 
2289
-       eval $set_cc_for_build
 
2290
-       cat >$dummy.c <<EOF
 
2291
-#include <features.h>
 
2292
-#ifdef __cplusplus
 
2293
-#include <stdio.h>  /* for printf() prototype */
 
2294
-       int main (int argc, char *argv[]) {
 
2295
-#else
 
2296
-       int main (argc, argv) int argc; char *argv[]; {
 
2297
-#endif
 
2298
-#ifdef __ELF__
 
2299
-# ifdef __GLIBC__
 
2300
-#  if __GLIBC__ >= 2
 
2301
-    printf ("%s-pc-linux-gnu\n", argv[1]);
 
2302
-#  else
 
2303
-    printf ("%s-pc-linux-gnulibc1\n", argv[1]);
 
2304
-#  endif
 
2305
-# else
 
2306
-   printf ("%s-pc-linux-gnulibc1\n", argv[1]);
 
2307
-# endif
 
2308
-#else
 
2309
-  printf ("%s-pc-linux-gnuaout\n", argv[1]);
 
2310
-#endif
 
2311
-  return 0;
 
2312
-}
 
2313
-EOF
 
2314
-       $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy "${UNAME_MACHINE}" && rm -f $dummy.c $dummy && exit 0
 
2315
-       rm -f $dummy.c $dummy
 
2316
-       test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0
 
2317
-       ;;
 
2318
+       exit ;;
 
2319
+    xtensa*:Linux:*:*)
 
2320
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
 
2321
+       exit ;;
 
2322
     i*86:DYNIX/ptx:4*:*)
 
2323
        # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
 
2324
        # earlier versions are messed up and put the nodename in both
 
2325
        # sysname and nodename.
 
2326
        echo i386-sequent-sysv4
 
2327
-       exit 0 ;;
 
2328
+       exit ;;
 
2329
     i*86:UNIX_SV:4.2MP:2.*)
 
2330
         # Unixware is an offshoot of SVR4, but it has its own version
 
2331
         # number series starting with 2...
 
2332
@@ -893,7 +990,27 @@ EOF
 
2333
        # I just have to hope.  -- rms.
 
2334
         # Use sysv4.2uw... so that sysv4* matches it.
 
2335
        echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
 
2336
-       exit 0 ;;
 
2337
+       exit ;;
 
2338
+    i*86:OS/2:*:*)
 
2339
+       # If we were able to find `uname', then EMX Unix compatibility
 
2340
+       # is probably installed.
 
2341
+       echo ${UNAME_MACHINE}-pc-os2-emx
 
2342
+       exit ;;
 
2343
+    i*86:XTS-300:*:STOP)
 
2344
+       echo ${UNAME_MACHINE}-unknown-stop
 
2345
+       exit ;;
 
2346
+    i*86:atheos:*:*)
 
2347
+       echo ${UNAME_MACHINE}-unknown-atheos
 
2348
+       exit ;;
 
2349
+    i*86:syllable:*:*)
 
2350
+       echo ${UNAME_MACHINE}-pc-syllable
 
2351
+       exit ;;
 
2352
+    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*)
 
2353
+       echo i386-unknown-lynxos${UNAME_RELEASE}
 
2354
+       exit ;;
 
2355
+    i*86:*DOS:*:*)
 
2356
+       echo ${UNAME_MACHINE}-pc-msdosdjgpp
 
2357
+       exit ;;
 
2358
     i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
 
2359
        UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
 
2360
        if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
 
2361
@@ -901,99 +1018,113 @@ EOF
 
2362
        else
 
2363
                echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
 
2364
        fi
 
2365
-       exit 0 ;;
 
2366
-    i*86:*:5:[78]*)
 
2367
+       exit ;;
 
2368
+    i*86:*:5:[678]*)
 
2369
+       # UnixWare 7.x, OpenUNIX and OpenServer 6.
 
2370
        case `/bin/uname -X | grep "^Machine"` in
 
2371
            *486*)           UNAME_MACHINE=i486 ;;
 
2372
            *Pentium)        UNAME_MACHINE=i586 ;;
 
2373
            *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
 
2374
        esac
 
2375
        echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
 
2376
-       exit 0 ;;
 
2377
+       exit ;;
 
2378
     i*86:*:3.2:*)
 
2379
        if test -f /usr/options/cb.name; then
 
2380
                UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
 
2381
                echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
 
2382
        elif /bin/uname -X 2>/dev/null >/dev/null ; then
 
2383
-               UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
 
2384
-               (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
 
2385
-               (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \
 
2386
+               UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
 
2387
+               (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
 
2388
+               (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
 
2389
                        && UNAME_MACHINE=i586
 
2390
-               (/bin/uname -X|egrep '^Machine.*Pent ?II' >/dev/null) \
 
2391
+               (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
 
2392
                        && UNAME_MACHINE=i686
 
2393
-               (/bin/uname -X|egrep '^Machine.*Pentium Pro' >/dev/null) \
 
2394
+               (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
 
2395
                        && UNAME_MACHINE=i686
 
2396
                echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
 
2397
        else
 
2398
                echo ${UNAME_MACHINE}-pc-sysv32
 
2399
        fi
 
2400
-       exit 0 ;;
 
2401
-    i*86:*DOS:*:*)
 
2402
-       echo ${UNAME_MACHINE}-pc-msdosdjgpp
 
2403
-       exit 0 ;;
 
2404
+       exit ;;
 
2405
     pc:*:*:*)
 
2406
        # Left here for compatibility:
 
2407
         # uname -m prints for DJGPP always 'pc', but it prints nothing about
 
2408
-        # the processor, so we play safe by assuming i386.
 
2409
-       echo i386-pc-msdosdjgpp
 
2410
-        exit 0 ;;
 
2411
+        # the processor, so we play safe by assuming i586.
 
2412
+       # Note: whatever this is, it MUST be the same as what config.sub
 
2413
+       # prints for the "djgpp" host, or else GDB configury will decide that
 
2414
+       # this is a cross-build.
 
2415
+       echo i586-pc-msdosdjgpp
 
2416
+        exit ;;
 
2417
     Intel:Mach:3*:*)
 
2418
        echo i386-pc-mach3
 
2419
-       exit 0 ;;
 
2420
+       exit ;;
 
2421
     paragon:*:*:*)
 
2422
        echo i860-intel-osf1
 
2423
-       exit 0 ;;
 
2424
+       exit ;;
 
2425
     i860:*:4.*:*) # i860-SVR4
 
2426
        if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
 
2427
          echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
 
2428
        else # Add other i860-SVR4 vendors below as they are discovered.
 
2429
          echo i860-unknown-sysv${UNAME_RELEASE}  # Unknown i860-SVR4
 
2430
        fi
 
2431
-       exit 0 ;;
 
2432
+       exit ;;
 
2433
     mini*:CTIX:SYS*5:*)
 
2434
        # "miniframe"
 
2435
        echo m68010-convergent-sysv
 
2436
-       exit 0 ;;
 
2437
-    M68*:*:R3V[567]*:*)
 
2438
-       test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
 
2439
-    3[34]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 4850:*:4.0:3.0)
 
2440
+       exit ;;
 
2441
+    mc68k:UNIX:SYSTEM5:3.51m)
 
2442
+       echo m68k-convergent-sysv
 
2443
+       exit ;;
 
2444
+    M680?0:D-NIX:5.3:*)
 
2445
+       echo m68k-diab-dnix
 
2446
+       exit ;;
 
2447
+    M68*:*:R3V[5678]*:*)
 
2448
+       test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;;
 
2449
+    3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
 
2450
        OS_REL=''
 
2451
        test -r /etc/.relid \
 
2452
        && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
 
2453
        /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
 
2454
-         && echo i486-ncr-sysv4.3${OS_REL} && exit 0
 
2455
+         && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
 
2456
        /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
 
2457
-         && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;;
 
2458
+         && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
 
2459
     3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
 
2460
         /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
 
2461
-          && echo i486-ncr-sysv4 && exit 0 ;;
 
2462
+          && { echo i486-ncr-sysv4; exit; } ;;
 
2463
+    NCR*:*:4.2:* | MPRAS*:*:4.2:*)
 
2464
+       OS_REL='.3'
 
2465
+       test -r /etc/.relid \
 
2466
+           && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
 
2467
+       /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
 
2468
+           && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
 
2469
+       /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
 
2470
+           && { echo i586-ncr-sysv4.3${OS_REL}; exit; }
 
2471
+       /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
 
2472
+           && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
 
2473
     m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
 
2474
        echo m68k-unknown-lynxos${UNAME_RELEASE}
 
2475
-       exit 0 ;;
 
2476
+       exit ;;
 
2477
     mc68030:UNIX_System_V:4.*:*)
 
2478
        echo m68k-atari-sysv4
 
2479
-       exit 0 ;;
 
2480
-    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
 
2481
-       echo i386-unknown-lynxos${UNAME_RELEASE}
 
2482
-       exit 0 ;;
 
2483
+       exit ;;
 
2484
     TSUNAMI:LynxOS:2.*:*)
 
2485
        echo sparc-unknown-lynxos${UNAME_RELEASE}
 
2486
-       exit 0 ;;
 
2487
+       exit ;;
 
2488
     rs6000:LynxOS:2.*:*)
 
2489
        echo rs6000-unknown-lynxos${UNAME_RELEASE}
 
2490
-       exit 0 ;;
 
2491
-    PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*)
 
2492
+       exit ;;
 
2493
+    PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*)
 
2494
        echo powerpc-unknown-lynxos${UNAME_RELEASE}
 
2495
-       exit 0 ;;
 
2496
+       exit ;;
 
2497
     SM[BE]S:UNIX_SV:*:*)
 
2498
        echo mips-dde-sysv${UNAME_RELEASE}
 
2499
-       exit 0 ;;
 
2500
+       exit ;;
 
2501
     RM*:ReliantUNIX-*:*:*)
 
2502
        echo mips-sni-sysv4
 
2503
-       exit 0 ;;
 
2504
+       exit ;;
 
2505
     RM*:SINIX-*:*:*)
 
2506
        echo mips-sni-sysv4
 
2507
-       exit 0 ;;
 
2508
+       exit ;;
 
2509
     *:SINIX-*:*:*)
 
2510
        if uname -p 2>/dev/null >/dev/null ; then
 
2511
                UNAME_MACHINE=`(uname -p) 2>/dev/null`
 
2512
@@ -1001,82 +1132,120 @@ EOF
 
2513
        else
 
2514
                echo ns32k-sni-sysv
 
2515
        fi
 
2516
-       exit 0 ;;
 
2517
+       exit ;;
 
2518
     PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
 
2519
                       # says <Richard.M.Bartel@ccMail.Census.GOV>
 
2520
         echo i586-unisys-sysv4
 
2521
-        exit 0 ;;
 
2522
+        exit ;;
 
2523
     *:UNIX_System_V:4*:FTX*)
 
2524
        # From Gerald Hewes <hewes@openmarket.com>.
 
2525
        # How about differentiating between stratus architectures? -djm
 
2526
        echo hppa1.1-stratus-sysv4
 
2527
-       exit 0 ;;
 
2528
+       exit ;;
 
2529
     *:*:*:FTX*)
 
2530
        # From seanf@swdc.stratus.com.
 
2531
        echo i860-stratus-sysv4
 
2532
-       exit 0 ;;
 
2533
+       exit ;;
 
2534
+    i*86:VOS:*:*)
 
2535
+       # From Paul.Green@stratus.com.
 
2536
+       echo ${UNAME_MACHINE}-stratus-vos
 
2537
+       exit ;;
 
2538
     *:VOS:*:*)
 
2539
        # From Paul.Green@stratus.com.
 
2540
        echo hppa1.1-stratus-vos
 
2541
-       exit 0 ;;
 
2542
+       exit ;;
 
2543
     mc68*:A/UX:*:*)
 
2544
        echo m68k-apple-aux${UNAME_RELEASE}
 
2545
-       exit 0 ;;
 
2546
+       exit ;;
 
2547
     news*:NEWS-OS:6*:*)
 
2548
        echo mips-sony-newsos6
 
2549
-       exit 0 ;;
 
2550
+       exit ;;
 
2551
     R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
 
2552
        if [ -d /usr/nec ]; then
 
2553
                echo mips-nec-sysv${UNAME_RELEASE}
 
2554
        else
 
2555
                echo mips-unknown-sysv${UNAME_RELEASE}
 
2556
        fi
 
2557
-        exit 0 ;;
 
2558
+        exit ;;
 
2559
     BeBox:BeOS:*:*)    # BeOS running on hardware made by Be, PPC only.
 
2560
        echo powerpc-be-beos
 
2561
-       exit 0 ;;
 
2562
+       exit ;;
 
2563
     BeMac:BeOS:*:*)    # BeOS running on Mac or Mac clone, PPC only.
 
2564
        echo powerpc-apple-beos
 
2565
-       exit 0 ;;
 
2566
+       exit ;;
 
2567
     BePC:BeOS:*:*)     # BeOS running on Intel PC compatible.
 
2568
        echo i586-pc-beos
 
2569
-       exit 0 ;;
 
2570
+       exit ;;
 
2571
+    BePC:Haiku:*:*)    # Haiku running on Intel PC compatible.
 
2572
+       echo i586-pc-haiku
 
2573
+       exit ;;
 
2574
     SX-4:SUPER-UX:*:*)
 
2575
        echo sx4-nec-superux${UNAME_RELEASE}
 
2576
-       exit 0 ;;
 
2577
+       exit ;;
 
2578
     SX-5:SUPER-UX:*:*)
 
2579
        echo sx5-nec-superux${UNAME_RELEASE}
 
2580
-       exit 0 ;;
 
2581
+       exit ;;
 
2582
+    SX-6:SUPER-UX:*:*)
 
2583
+       echo sx6-nec-superux${UNAME_RELEASE}
 
2584
+       exit ;;
 
2585
+    SX-7:SUPER-UX:*:*)
 
2586
+       echo sx7-nec-superux${UNAME_RELEASE}
 
2587
+       exit ;;
 
2588
+    SX-8:SUPER-UX:*:*)
 
2589
+       echo sx8-nec-superux${UNAME_RELEASE}
 
2590
+       exit ;;
 
2591
+    SX-8R:SUPER-UX:*:*)
 
2592
+       echo sx8r-nec-superux${UNAME_RELEASE}
 
2593
+       exit ;;
 
2594
     Power*:Rhapsody:*:*)
 
2595
        echo powerpc-apple-rhapsody${UNAME_RELEASE}
 
2596
-       exit 0 ;;
 
2597
+       exit ;;
 
2598
     *:Rhapsody:*:*)
 
2599
        echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
 
2600
-       exit 0 ;;
 
2601
+       exit ;;
 
2602
     *:Darwin:*:*)
 
2603
-       echo `uname -p`-apple-darwin${UNAME_RELEASE}
 
2604
-       exit 0 ;;
 
2605
+       UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
 
2606
+       case $UNAME_PROCESSOR in
 
2607
+           i386)
 
2608
+               eval $set_cc_for_build
 
2609
+               if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
 
2610
+                 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
 
2611
+                     (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
 
2612
+                     grep IS_64BIT_ARCH >/dev/null
 
2613
+                 then
 
2614
+                     UNAME_PROCESSOR="x86_64"
 
2615
+                 fi
 
2616
+               fi ;;
 
2617
+           unknown) UNAME_PROCESSOR=powerpc ;;
 
2618
+       esac
 
2619
+       echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
 
2620
+       exit ;;
 
2621
     *:procnto*:*:* | *:QNX:[0123456789]*:*)
 
2622
-       if test "${UNAME_MACHINE}" = "x86pc"; then
 
2623
+       UNAME_PROCESSOR=`uname -p`
 
2624
+       if test "$UNAME_PROCESSOR" = "x86"; then
 
2625
+               UNAME_PROCESSOR=i386
 
2626
                UNAME_MACHINE=pc
 
2627
        fi
 
2628
-       echo `uname -p`-${UNAME_MACHINE}-nto-qnx
 
2629
-       exit 0 ;;
 
2630
+       echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
 
2631
+       exit ;;
 
2632
     *:QNX:*:4*)
 
2633
        echo i386-pc-qnx
 
2634
-       exit 0 ;;
 
2635
-    NSR-[KW]:NONSTOP_KERNEL:*:*)
 
2636
+       exit ;;
 
2637
+    NSE-?:NONSTOP_KERNEL:*:*)
 
2638
+       echo nse-tandem-nsk${UNAME_RELEASE}
 
2639
+       exit ;;
 
2640
+    NSR-?:NONSTOP_KERNEL:*:*)
 
2641
        echo nsr-tandem-nsk${UNAME_RELEASE}
 
2642
-       exit 0 ;;
 
2643
+       exit ;;
 
2644
     *:NonStop-UX:*:*)
 
2645
        echo mips-compaq-nonstopux
 
2646
-       exit 0 ;;
 
2647
+       exit ;;
 
2648
     BS2000:POSIX*:*:*)
 
2649
        echo bs2000-siemens-sysv
 
2650
-       exit 0 ;;
 
2651
+       exit ;;
 
2652
     DS/*:UNIX_System_V:*:*)
 
2653
        echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
 
2654
-       exit 0 ;;
 
2655
+       exit ;;
 
2656
     *:Plan9:*:*)
 
2657
        # "uname -m" is not consistent, so use $cputype instead. 386
 
2658
        # is converted to i386 for consistency with other x86
 
2659
@@ -1087,36 +1256,50 @@ EOF
 
2660
            UNAME_MACHINE="$cputype"
 
2661
        fi
 
2662
        echo ${UNAME_MACHINE}-unknown-plan9
 
2663
-       exit 0 ;;
 
2664
-    i*86:OS/2:*:*)
 
2665
-       # If we were able to find `uname', then EMX Unix compatibility
 
2666
-       # is probably installed.
 
2667
-       echo ${UNAME_MACHINE}-pc-os2-emx
 
2668
-       exit 0 ;;
 
2669
+       exit ;;
 
2670
     *:TOPS-10:*:*)
 
2671
        echo pdp10-unknown-tops10
 
2672
-       exit 0 ;;
 
2673
+       exit ;;
 
2674
     *:TENEX:*:*)
 
2675
        echo pdp10-unknown-tenex
 
2676
-       exit 0 ;;
 
2677
+       exit ;;
 
2678
     KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
 
2679
        echo pdp10-dec-tops20
 
2680
-       exit 0 ;;
 
2681
+       exit ;;
 
2682
     XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
 
2683
        echo pdp10-xkl-tops20
 
2684
-       exit 0 ;;
 
2685
+       exit ;;
 
2686
     *:TOPS-20:*:*)
 
2687
        echo pdp10-unknown-tops20
 
2688
-       exit 0 ;;
 
2689
+       exit ;;
 
2690
     *:ITS:*:*)
 
2691
        echo pdp10-unknown-its
 
2692
-       exit 0 ;;
 
2693
-    i*86:XTS-300:*:STOP)
 
2694
-       echo ${UNAME_MACHINE}-unknown-stop
 
2695
-       exit 0 ;;
 
2696
-    i*86:atheos:*:*)
 
2697
-       echo ${UNAME_MACHINE}-unknown-atheos
 
2698
-       exit 0 ;;
 
2699
+       exit ;;
 
2700
+    SEI:*:*:SEIUX)
 
2701
+        echo mips-sei-seiux${UNAME_RELEASE}
 
2702
+       exit ;;
 
2703
+    *:DragonFly:*:*)
 
2704
+       echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
 
2705
+       exit ;;
 
2706
+    *:*VMS:*:*)
 
2707
+       UNAME_MACHINE=`(uname -p) 2>/dev/null`
 
2708
+       case "${UNAME_MACHINE}" in
 
2709
+           A*) echo alpha-dec-vms ; exit ;;
 
2710
+           I*) echo ia64-dec-vms ; exit ;;
 
2711
+           V*) echo vax-dec-vms ; exit ;;
 
2712
+       esac ;;
 
2713
+    *:XENIX:*:SysV)
 
2714
+       echo i386-pc-xenix
 
2715
+       exit ;;
 
2716
+    i*86:skyos:*:*)
 
2717
+       echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
 
2718
+       exit ;;
 
2719
+    i*86:rdos:*:*)
 
2720
+       echo ${UNAME_MACHINE}-pc-rdos
 
2721
+       exit ;;
 
2722
+    i*86:AROS:*:*)
 
2723
+       echo ${UNAME_MACHINE}-pc-aros
 
2724
+       exit ;;
 
2725
 esac
 
2726
 
 
2727
 #echo '(No uname command or uname output not recognized.)' 1>&2
 
2728
@@ -1148,7 +1331,7 @@ main ()
 
2729
 #endif
 
2730
 
 
2731
 #if defined (__arm) && defined (__acorn) && defined (__unix)
 
2732
-  printf ("arm-acorn-riscix"); exit (0);
 
2733
+  printf ("arm-acorn-riscix\n"); exit (0);
 
2734
 #endif
 
2735
 
 
2736
 #if defined (hp300) && !defined (hpux)
 
2737
@@ -1237,12 +1420,12 @@ main ()
 
2738
 }
 
2739
 EOF
 
2740
 
 
2741
-$CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy && rm -f $dummy.c $dummy && exit 0
 
2742
-rm -f $dummy.c $dummy
 
2743
+$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
 
2744
+       { echo "$SYSTEM_NAME"; exit; }
 
2745
 
 
2746
 # Apollos put the system type in the environment.
 
2747
 
 
2748
-test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; }
 
2749
+test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
 
2750
 
 
2751
 # Convex versions that predate uname can use getsysinfo(1)
 
2752
 
 
2753
@@ -1251,22 +1434,22 @@ then
 
2754
     case `getsysinfo -f cpu_type` in
 
2755
     c1*)
 
2756
        echo c1-convex-bsd
 
2757
-       exit 0 ;;
 
2758
+       exit ;;
 
2759
     c2*)
 
2760
        if getsysinfo -f scalar_acc
 
2761
        then echo c32-convex-bsd
 
2762
        else echo c2-convex-bsd
 
2763
        fi
 
2764
-       exit 0 ;;
 
2765
+       exit ;;
 
2766
     c34*)
 
2767
        echo c34-convex-bsd
 
2768
-       exit 0 ;;
 
2769
+       exit ;;
 
2770
     c38*)
 
2771
        echo c38-convex-bsd
 
2772
-       exit 0 ;;
 
2773
+       exit ;;
 
2774
     c4*)
 
2775
        echo c4-convex-bsd
 
2776
-       exit 0 ;;
 
2777
+       exit ;;
 
2778
     esac
 
2779
 fi
 
2780
 
 
2781
@@ -1277,7 +1460,9 @@ This script, last modified $timestamp, h
 
2782
 the operating system you are using. It is advised that you
 
2783
 download the most up to date version of the config scripts from
 
2784
 
 
2785
-    ftp://ftp.gnu.org/pub/gnu/config/
 
2786
+  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
 
2787
+and
 
2788
+  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
 
2789
 
 
2790
 If the version you run ($0) is already up to date, please
 
2791
 send the following data and any information you think might be
 
2792
--- /dev/null
 
2793
+++ gtkboard-0.11pre0+cvs.2003.11.02/configure.ac
 
2794
@@ -0,0 +1,117 @@
 
2795
+AC_PREREQ([2.67])
 
2796
+AC_INIT([gtkboard],[0.11pre0])
 
2797
+AC_CONFIG_SRCDIR([src/])
 
2798
+AC_CONFIG_HEADERS([config.h])
 
2799
+
 
2800
+AC_CANONICAL_HOST
 
2801
+AC_CANONICAL_TARGET
 
2802
+
 
2803
+AM_INIT_AUTOMAKE(gtkboard,0.11pre0)
 
2804
+
 
2805
+# Checks for programs.
 
2806
+AC_PROG_CC
 
2807
+
 
2808
+# Checks for libraries.
 
2809
+AC_ARG_ENABLE(gtk2,
 
2810
+               [  --disable-gtk2      Don't look for GTK2 libraries],
 
2811
+               enable_gtk2=$enableval,
 
2812
+               enable_gtk2="yes")
 
2813
+
 
2814
+found_gtk2=0;
 
2815
+
 
2816
+if test "$enable_gtk2" = "yes" ; then
 
2817
+       dnl check if user has gtk2
 
2818
+       PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.0.0, found_gtk2=1, found_gtk2=0)
 
2819
+fi
 
2820
+
 
2821
+
 
2822
+AC_ARG_ENABLE(sdl,
 
2823
+        [  --disable-sdl      Don't look for the SDL library],
 
2824
+        enable_sdl=$enableval,
 
2825
+        enable_sdl="yes")
 
2826
+
 
2827
+if test "$enable_sdl" = "yes" ; then
 
2828
+       dnl Check for SDL
 
2829
+#      SDL_VERSION=1.2.0
 
2830
+#      AM_PATH_SDL($SDL_VERSION,
 
2831
+#                      AC_DEFINE([HAVE_SDL], [], [Do we have the SDL library]), 
 
2832
+#                      AC_MSG_WARN([*** SDL version $SDL_VERSION not found. Sound will be disabled])
 
2833
+#      )
 
2834
+       AC_CHECK_LIB( SDL_mixer, Mix_OpenAudio, 
 
2835
+               have_SDL_mixer=yes, have_SDL_mixer=no)
 
2836
+
 
2837
+       if test "$have_SDL_mixer" = "yes" ; then 
 
2838
+#              CFLAGS="$CFLAGS -DHAVE_SDL" 
 
2839
+               AC_DEFINE([HAVE_SDL], [], [Do we have the SDL library])
 
2840
+           LIBS="$LIBS -lSDL_mixer -lSDL"
 
2841
+       else
 
2842
+           echo "*** SDL_mixer not found.  Configuring without audio support."
 
2843
+       fi
 
2844
+
 
2845
+       
 
2846
+#      CFLAGS="$CFLAGS $SDL_CFLAGS"
 
2847
+#      LIBS="$LIBS $SDL_LIBS -lSDL_mixer"
 
2848
+fi
 
2849
+
 
2850
+gnome=false
 
2851
+
 
2852
+GNOME_CFLAGS=""
 
2853
+GNOME_LIBS=""
 
2854
+
 
2855
+AC_ARG_ENABLE(gnome,[  --enable-gnome    Turn on gnome ],[
 
2856
+       if test "x$enableval" = "xyes"; then
 
2857
+               gnome=true
 
2858
+       fi
 
2859
+])
 
2860
+
 
2861
+if test "$gnome" = true ; then
 
2862
+       PKG_CHECK_MODULES(GNOME, [
 
2863
+                       libgnome-2.0 >= 2.0.0
 
2864
+                       libgnomeui-2.0 >= 2.0.0
 
2865
+       ])
 
2866
+       GNOME_CFLAGS="$GNOME_CFLAGS -DHAVE_GNOME=1"
 
2867
+fi
 
2868
+
 
2869
+AC_SUBST(GNOME_CFLAGS)
 
2870
+AC_SUBST(GNOME_LIBS)
 
2871
+       
 
2872
+AM_CONDITIONAL(WITH_GNOME, test "x$gnome" = "xtrue")
 
2873
+
 
2874
+dnl Checks for header files.
 
2875
+AC_HEADER_STDC
 
2876
+AC_CHECK_HEADERS([stdlib.h string.h unistd.h])
 
2877
+
 
2878
+dnl Checks for typedefs, structures, and compiler characteristics.
 
2879
+AC_C_CONST
 
2880
+AC_HEADER_STDBOOL
 
2881
+
 
2882
+dnl Checks for library functions.
 
2883
+AC_FUNC_FORK
 
2884
+AC_FUNC_MALLOC
 
2885
+AC_CHECK_FUNCS([getcwd memset mkdir sqrt strcasecmp strncasecmp strpbrk strstr strtol])
 
2886
+
 
2887
+AC_CONFIG_FILES([Makefile
 
2888
+                 doc/Makefile
 
2889
+                 pixmaps/Makefile
 
2890
+                 sounds/Makefile
 
2891
+                 src/Makefile])
 
2892
+AC_OUTPUT
 
2893
+
 
2894
+echo " "
 
2895
+
 
2896
+if test "$enable_gtk2" = "yes" ; then
 
2897
+       AC_MSG_RESULT([    GTK2 enabled.])
 
2898
+else
 
2899
+       AC_MSG_RESULT([    GTK2 disabled.])
 
2900
+fi
 
2901
+
 
2902
+if test "$enable_sdl" = "yes" ; then
 
2903
+       AC_MSG_RESULT([     SDL enabled.])
 
2904
+else
 
2905
+       AC_MSG_RESULT([     SDL disabled.])
 
2906
+fi
 
2907
+if test "$enable_gnome" = "yes" ; then
 
2908
+       AC_MSG_RESULT([   GNOME enabled.])
 
2909
+else
 
2910
+       AC_MSG_RESULT([   GNOME disabled.])
 
2911
+fi
 
2912
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/aclocal.m4
 
2913
+++ gtkboard-0.11pre0+cvs.2003.11.02/aclocal.m4
 
2914
@@ -1,7 +1,7 @@
 
2915
-# aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*-
 
2916
+# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
 
2917
 
 
2918
-# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
2919
-# Free Software Foundation, Inc.
 
2920
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 
2921
+# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 
2922
 # This file is free software; the Free Software Foundation
 
2923
 # gives unlimited permission to copy and/or distribute it,
 
2924
 # with or without modifications, as long as this notice is preserved.
 
2925
@@ -11,385 +11,215 @@
 
2926
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
2927
 # PARTICULAR PURPOSE.
 
2928
 
 
2929
-# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
 
2930
-
 
2931
-# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
 
2932
-
 
2933
+m4_ifndef([AC_AUTOCONF_VERSION],
 
2934
+  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
2935
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
 
2936
+[m4_warning([this file was generated for autoconf 2.67.
 
2937
+You have another version of autoconf.  It may work, but is not guaranteed to.
 
2938
+If you have problems, you may need to regenerate the build system entirely.
 
2939
+To do so, use the procedure documented by the package, typically `autoreconf'.])])
 
2940
+
 
2941
+# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
 
2942
+# serial 1 (pkg-config-0.24)
 
2943
+# 
 
2944
+# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
 
2945
+#
 
2946
 # This program is free software; you can redistribute it and/or modify
 
2947
 # it under the terms of the GNU General Public License as published by
 
2948
-# the Free Software Foundation; either version 2, or (at your option)
 
2949
-# any later version.
 
2950
-
 
2951
-# This program is distributed in the hope that it will be useful,
 
2952
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
2953
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
2954
-# GNU General Public License for more details.
 
2955
-
 
2956
+# the Free Software Foundation; either version 2 of the License, or
 
2957
+# (at your option) any later version.
 
2958
+#
 
2959
+# This program is distributed in the hope that it will be useful, but
 
2960
+# WITHOUT ANY WARRANTY; without even the implied warranty of
 
2961
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
2962
+# General Public License for more details.
 
2963
+#
 
2964
 # You should have received a copy of the GNU General Public License
 
2965
 # along with this program; if not, write to the Free Software
 
2966
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
2967
-# 02111-1307, USA.
 
2968
-
 
2969
-AC_PREREQ([2.52])
 
2970
-
 
2971
-# serial 6
 
2972
-
 
2973
-# When config.status generates a header, we must update the stamp-h file.
 
2974
-# This file resides in the same directory as the config header
 
2975
-# that is generated.  We must strip everything past the first ":",
 
2976
-# and everything past the last "/".
 
2977
-
 
2978
-# _AM_DIRNAME(PATH)
 
2979
-# -----------------
 
2980
-# Like AS_DIRNAME, only do it during macro expansion
 
2981
-AC_DEFUN([_AM_DIRNAME],
 
2982
-       [m4_if(regexp([$1], [^.*[^/]//*[^/][^/]*/*$]), -1,
 
2983
-             m4_if(regexp([$1], [^//\([^/]\|$\)]), -1,
 
2984
-                   m4_if(regexp([$1], [^/.*]), -1,
 
2985
-                         [.],
 
2986
-                         patsubst([$1], [^\(/\).*], [\1])),
 
2987
-                   patsubst([$1], [^\(//\)\([^/].*\|$\)], [\1])),
 
2988
-             patsubst([$1], [^\(.*[^/]\)//*[^/][^/]*/*$], [\1]))[]dnl
 
2989
-])# _AM_DIRNAME
 
2990
-
 
2991
-
 
2992
-# The stamp files are numbered to have different names.
 
2993
-# We could number them on a directory basis, but that's additional
 
2994
-# complications, let's have a unique counter.
 
2995
-m4_define([_AM_STAMP_Count], [0])
 
2996
-
 
2997
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
2998
+#
 
2999
+# As a special exception to the GNU General Public License, if you
 
3000
+# distribute this file as part of a program that contains a
 
3001
+# configuration script generated by Autoconf, you may include it under
 
3002
+# the same distribution terms that you use for the rest of that program.
 
3003
 
 
3004
-# _AM_STAMP(HEADER)
 
3005
-# -----------------
 
3006
-# The name of the stamp file for HEADER.
 
3007
-AC_DEFUN([_AM_STAMP],
 
3008
-[m4_define([_AM_STAMP_Count], m4_incr(_AM_STAMP_Count))dnl
 
3009
-AS_ESCAPE(_AM_DIRNAME(patsubst([$1],
 
3010
-                               [:.*])))/stamp-h[]_AM_STAMP_Count])
 
3011
-
 
3012
-
 
3013
-# _AM_CONFIG_HEADER(HEADER[:SOURCES], COMMANDS, INIT-COMMANDS)
 
3014
-# ------------------------------------------------------------
 
3015
-# We used to try to get a real timestamp in stamp-h.  But the fear is that
 
3016
-# that will cause unnecessary cvs conflicts.
 
3017
-AC_DEFUN([_AM_CONFIG_HEADER],
 
3018
-[# Add the stamp file to the list of files AC keeps track of,
 
3019
-# along with our hook.
 
3020
-AC_CONFIG_HEADERS([$1],
 
3021
-                  [# update the timestamp
 
3022
-echo 'timestamp for $1' >"_AM_STAMP([$1])"
 
3023
-$2],
 
3024
-                  [$3])
 
3025
-])# _AM_CONFIG_HEADER
 
3026
+# PKG_PROG_PKG_CONFIG([MIN-VERSION])
 
3027
+# ----------------------------------
 
3028
+AC_DEFUN([PKG_PROG_PKG_CONFIG],
 
3029
+[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 
3030
+m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
 
3031
+AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
 
3032
+AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
 
3033
+AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
 
3034
 
 
3035
+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
 
3036
+       AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
 
3037
+fi
 
3038
+if test -n "$PKG_CONFIG"; then
 
3039
+       _pkg_min_version=m4_default([$1], [0.9.0])
 
3040
+       AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
 
3041
+       if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
3042
+               AC_MSG_RESULT([yes])
 
3043
+       else
 
3044
+               AC_MSG_RESULT([no])
 
3045
+               PKG_CONFIG=""
 
3046
+       fi
 
3047
+fi[]dnl
 
3048
+])# PKG_PROG_PKG_CONFIG
 
3049
 
 
3050
-# AM_CONFIG_HEADER(HEADER[:SOURCES]..., COMMANDS, INIT-COMMANDS)
 
3051
+# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
 
3052
+#
 
3053
+# Check to see whether a particular set of modules exists.  Similar
 
3054
+# to PKG_CHECK_MODULES(), but does not set variables or print errors.
 
3055
+#
 
3056
+# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
 
3057
+# only at the first occurence in configure.ac, so if the first place
 
3058
+# it's called might be skipped (such as if it is within an "if", you
 
3059
+# have to call PKG_CHECK_EXISTS manually
 
3060
 # --------------------------------------------------------------
 
3061
-AC_DEFUN([AM_CONFIG_HEADER],
 
3062
-[AC_FOREACH([_AM_File], [$1], [_AM_CONFIG_HEADER(_AM_File, [$2], [$3])])
 
3063
-])# AM_CONFIG_HEADER
 
3064
-
 
3065
-# Do all the work for Automake.                            -*- Autoconf -*-
 
3066
-
 
3067
-# This macro actually does too much some checks are only needed if
 
3068
-# your package does certain things.  But this isn't really a big deal.
 
3069
-
 
3070
-# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
3071
-# Free Software Foundation, Inc.
 
3072
-
 
3073
-# This program is free software; you can redistribute it and/or modify
 
3074
-# it under the terms of the GNU General Public License as published by
 
3075
-# the Free Software Foundation; either version 2, or (at your option)
 
3076
-# any later version.
 
3077
+AC_DEFUN([PKG_CHECK_EXISTS],
 
3078
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
3079
+if test -n "$PKG_CONFIG" && \
 
3080
+    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
 
3081
+  m4_default([$2], [:])
 
3082
+m4_ifvaln([$3], [else
 
3083
+  $3])dnl
 
3084
+fi])
 
3085
+
 
3086
+# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
 
3087
+# ---------------------------------------------
 
3088
+m4_define([_PKG_CONFIG],
 
3089
+[if test -n "$$1"; then
 
3090
+    pkg_cv_[]$1="$$1"
 
3091
+ elif test -n "$PKG_CONFIG"; then
 
3092
+    PKG_CHECK_EXISTS([$3],
 
3093
+                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
 
3094
+                    [pkg_failed=yes])
 
3095
+ else
 
3096
+    pkg_failed=untried
 
3097
+fi[]dnl
 
3098
+])# _PKG_CONFIG
 
3099
 
 
3100
-# This program is distributed in the hope that it will be useful,
 
3101
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
3102
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
3103
-# GNU General Public License for more details.
 
3104
-
 
3105
-# You should have received a copy of the GNU General Public License
 
3106
-# along with this program; if not, write to the Free Software
 
3107
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
3108
-# 02111-1307, USA.
 
3109
-
 
3110
-# serial 8
 
3111
-
 
3112
-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
 
3113
-# written in clear, in which case automake, when reading aclocal.m4,
 
3114
-# will think it sees a *use*, and therefore will trigger all it's
 
3115
-# C support machinery.  Also note that it means that autoscan, seeing
 
3116
-# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
 
3117
-
 
3118
-
 
3119
-AC_PREREQ([2.52])
 
3120
-
 
3121
-# Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
 
3122
-# the ones we care about.
 
3123
-m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
3124
-
 
3125
-# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
 
3126
-# AM_INIT_AUTOMAKE([OPTIONS])
 
3127
-# -----------------------------------------------
 
3128
-# The call with PACKAGE and VERSION arguments is the old style
 
3129
-# call (pre autoconf-2.50), which is being phased out.  PACKAGE
 
3130
-# and VERSION should now be passed to AC_INIT and removed from
 
3131
-# the call to AM_INIT_AUTOMAKE.
 
3132
-# We support both call styles for the transition.  After
 
3133
-# the next Automake release, Autoconf can make the AC_INIT
 
3134
-# arguments mandatory, and then we can depend on a new Autoconf
 
3135
-# release and drop the old call support.
 
3136
-AC_DEFUN([AM_INIT_AUTOMAKE],
 
3137
-[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 
3138
- AC_REQUIRE([AC_PROG_INSTALL])dnl
 
3139
-# test to see if srcdir already configured
 
3140
-if test "`cd $srcdir && pwd`" != "`pwd`" &&
 
3141
-   test -f $srcdir/config.status; then
 
3142
-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
3143
-fi
 
3144
+# _PKG_SHORT_ERRORS_SUPPORTED
 
3145
+# -----------------------------
 
3146
+AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
 
3147
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])
 
3148
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
3149
+        _pkg_short_errors_supported=yes
 
3150
+else
 
3151
+        _pkg_short_errors_supported=no
 
3152
+fi[]dnl
 
3153
+])# _PKG_SHORT_ERRORS_SUPPORTED
 
3154
 
 
3155
-# Define the identity of the package.
 
3156
-dnl Distinguish between old-style and new-style calls.
 
3157
-m4_ifval([$2],
 
3158
-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
 
3159
- AC_SUBST([PACKAGE], [$1])dnl
 
3160
- AC_SUBST([VERSION], [$2])],
 
3161
-[_AM_SET_OPTIONS([$1])dnl
 
3162
- AC_SUBST([PACKAGE], [AC_PACKAGE_TARNAME])dnl
 
3163
- AC_SUBST([VERSION], [AC_PACKAGE_VERSION])])dnl
 
3164
 
 
3165
-_AM_IF_OPTION([no-define],,
 
3166
-[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
3167
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
 
3168
+# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
 
3169
+# [ACTION-IF-NOT-FOUND])
 
3170
+#
 
3171
+#
 
3172
+# Note that if there is a possibility the first call to
 
3173
+# PKG_CHECK_MODULES might not happen, you should be sure to include an
 
3174
+# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
 
3175
+#
 
3176
+#
 
3177
+# --------------------------------------------------------------
 
3178
+AC_DEFUN([PKG_CHECK_MODULES],
 
3179
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
3180
+AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
 
3181
+AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
 
3182
+
 
3183
+pkg_failed=no
 
3184
+AC_MSG_CHECKING([for $1])
 
3185
+
 
3186
+_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
 
3187
+_PKG_CONFIG([$1][_LIBS], [libs], [$2])
 
3188
+
 
3189
+m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
 
3190
+and $1[]_LIBS to avoid the need to call pkg-config.
 
3191
+See the pkg-config man page for more details.])
 
3192
+
 
3193
+if test $pkg_failed = yes; then
 
3194
+       AC_MSG_RESULT([no])
 
3195
+        _PKG_SHORT_ERRORS_SUPPORTED
 
3196
+        if test $_pkg_short_errors_supported = yes; then
 
3197
+               $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
 
3198
+        else 
 
3199
+               $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
 
3200
+        fi
 
3201
+       # Put the nasty error message in config.log where it belongs
 
3202
+       echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
 
3203
 
 
3204
-# Some tools Automake needs.
 
3205
-AC_REQUIRE([AM_SANITY_CHECK])dnl
 
3206
-AC_REQUIRE([AC_ARG_PROGRAM])dnl
 
3207
-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
 
3208
-AM_MISSING_PROG(AUTOCONF, autoconf)
 
3209
-AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
 
3210
-AM_MISSING_PROG(AUTOHEADER, autoheader)
 
3211
-AM_MISSING_PROG(MAKEINFO, makeinfo)
 
3212
-AM_MISSING_PROG(AMTAR, tar)
 
3213
-AM_PROG_INSTALL_SH
 
3214
-AM_PROG_INSTALL_STRIP
 
3215
-# We need awk for the "check" target.  The system "awk" is bad on
 
3216
-# some platforms.
 
3217
-AC_REQUIRE([AC_PROG_AWK])dnl
 
3218
-AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 
3219
+       m4_default([$4], [AC_MSG_ERROR(
 
3220
+[Package requirements ($2) were not met:
 
3221
 
 
3222
-_AM_IF_OPTION([no-dependencies],,
 
3223
-[AC_PROVIDE_IFELSE([AC_PROG_][CC],
 
3224
-                  [_AM_DEPENDENCIES(CC)],
 
3225
-                  [define([AC_PROG_][CC],
 
3226
-                          defn([AC_PROG_][CC])[_AM_DEPENDENCIES(CC)])])dnl
 
3227
-AC_PROVIDE_IFELSE([AC_PROG_][CXX],
 
3228
-                  [_AM_DEPENDENCIES(CXX)],
 
3229
-                  [define([AC_PROG_][CXX],
 
3230
-                          defn([AC_PROG_][CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
3231
-])
 
3232
-])
 
3233
+$$1_PKG_ERRORS
 
3234
 
 
3235
-# Copyright 2002  Free Software Foundation, Inc.
 
3236
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
3237
+installed software in a non-standard prefix.
 
3238
+
 
3239
+_PKG_TEXT])[]dnl
 
3240
+        ])
 
3241
+elif test $pkg_failed = untried; then
 
3242
+       AC_MSG_RESULT([no])
 
3243
+       m4_default([$4], [AC_MSG_FAILURE(
 
3244
+[The pkg-config script could not be found or is too old.  Make sure it
 
3245
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
3246
+path to pkg-config.
 
3247
 
 
3248
-# This program is free software; you can redistribute it and/or modify
 
3249
-# it under the terms of the GNU General Public License as published by
 
3250
-# the Free Software Foundation; either version 2, or (at your option)
 
3251
-# any later version.
 
3252
+_PKG_TEXT
 
3253
 
 
3254
-# This program is distributed in the hope that it will be useful,
 
3255
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
3256
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
3257
-# GNU General Public License for more details.
 
3258
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
 
3259
+        ])
 
3260
+else
 
3261
+       $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
 
3262
+       $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
 
3263
+        AC_MSG_RESULT([yes])
 
3264
+       $3
 
3265
+fi[]dnl
 
3266
+])# PKG_CHECK_MODULES
 
3267
 
 
3268
-# You should have received a copy of the GNU General Public License
 
3269
-# along with this program; if not, write to the Free Software
 
3270
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
3271
+# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
3272
+#
 
3273
+# This file is free software; the Free Software Foundation
 
3274
+# gives unlimited permission to copy and/or distribute it,
 
3275
+# with or without modifications, as long as this notice is preserved.
 
3276
 
 
3277
 # AM_AUTOMAKE_VERSION(VERSION)
 
3278
 # ----------------------------
 
3279
 # Automake X.Y traces this macro to ensure aclocal.m4 has been
 
3280
 # generated from the m4 files accompanying Automake X.Y.
 
3281
-AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.6"])
 
3282
+# (This private macro should not be called outside this file.)
 
3283
+AC_DEFUN([AM_AUTOMAKE_VERSION],
 
3284
+[am__api_version='1.11'
 
3285
+dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 
3286
+dnl require some minimum version.  Point them to the right macro.
 
3287
+m4_if([$1], [1.11.1], [],
 
3288
+      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 
3289
+])
 
3290
+
 
3291
+# _AM_AUTOCONF_VERSION(VERSION)
 
3292
+# -----------------------------
 
3293
+# aclocal traces this macro to find the Autoconf version.
 
3294
+# This is a private macro too.  Using m4_define simplifies
 
3295
+# the logic in aclocal, which can simply ignore this definition.
 
3296
+m4_define([_AM_AUTOCONF_VERSION], [])
 
3297
 
 
3298
 # AM_SET_CURRENT_AUTOMAKE_VERSION
 
3299
 # -------------------------------
 
3300
-# Call AM_AUTOMAKE_VERSION so it can be traced.
 
3301
-# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 
3302
+# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 
3303
+# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 
3304
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
 
3305
-        [AM_AUTOMAKE_VERSION([1.6.3])])
 
3306
-
 
3307
-# Helper functions for option handling.                    -*- Autoconf -*-
 
3308
-
 
3309
-# Copyright 2001, 2002  Free Software Foundation, Inc.
 
3310
-
 
3311
-# This program is free software; you can redistribute it and/or modify
 
3312
-# it under the terms of the GNU General Public License as published by
 
3313
-# the Free Software Foundation; either version 2, or (at your option)
 
3314
-# any later version.
 
3315
-
 
3316
-# This program is distributed in the hope that it will be useful,
 
3317
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
3318
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
3319
-# GNU General Public License for more details.
 
3320
-
 
3321
-# You should have received a copy of the GNU General Public License
 
3322
-# along with this program; if not, write to the Free Software
 
3323
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
3324
-# 02111-1307, USA.
 
3325
-
 
3326
-# serial 2
 
3327
-
 
3328
-# _AM_MANGLE_OPTION(NAME)
 
3329
-# -----------------------
 
3330
-AC_DEFUN([_AM_MANGLE_OPTION],
 
3331
-[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
3332
-
 
3333
-# _AM_SET_OPTION(NAME)
 
3334
-# ------------------------------
 
3335
-# Set option NAME.  Presently that only means defining a flag for this option.
 
3336
-AC_DEFUN([_AM_SET_OPTION],
 
3337
-[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
 
3338
-
 
3339
-# _AM_SET_OPTIONS(OPTIONS)
 
3340
-# ----------------------------------
 
3341
-# OPTIONS is a space-separated list of Automake options.
 
3342
-AC_DEFUN([_AM_SET_OPTIONS],
 
3343
-[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
3344
+[AM_AUTOMAKE_VERSION([1.11.1])dnl
 
3345
+m4_ifndef([AC_AUTOCONF_VERSION],
 
3346
+  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
3347
+_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
3348
 
 
3349
-# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
 
3350
-# -------------------------------------------
 
3351
-# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
 
3352
-AC_DEFUN([_AM_IF_OPTION],
 
3353
-[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
3354
+# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
3355
 
 
3356
+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
3357
 #
 
3358
-# Check to make sure that the build environment is sane.
 
3359
-#
 
3360
-
 
3361
-# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
 
3362
-
 
3363
-# This program is free software; you can redistribute it and/or modify
 
3364
-# it under the terms of the GNU General Public License as published by
 
3365
-# the Free Software Foundation; either version 2, or (at your option)
 
3366
-# any later version.
 
3367
-
 
3368
-# This program is distributed in the hope that it will be useful,
 
3369
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
3370
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
3371
-# GNU General Public License for more details.
 
3372
-
 
3373
-# You should have received a copy of the GNU General Public License
 
3374
-# along with this program; if not, write to the Free Software
 
3375
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
3376
-# 02111-1307, USA.
 
3377
-
 
3378
-# serial 3
 
3379
-
 
3380
-# AM_SANITY_CHECK
 
3381
-# ---------------
 
3382
-AC_DEFUN([AM_SANITY_CHECK],
 
3383
-[AC_MSG_CHECKING([whether build environment is sane])
 
3384
-# Just in case
 
3385
-sleep 1
 
3386
-echo timestamp > conftest.file
 
3387
-# Do `set' in a subshell so we don't clobber the current shell's
 
3388
-# arguments.  Must try -L first in case configure is actually a
 
3389
-# symlink; some systems play weird games with the mod time of symlinks
 
3390
-# (eg FreeBSD returns the mod time of the symlink's containing
 
3391
-# directory).
 
3392
-if (
 
3393
-   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
 
3394
-   if test "$[*]" = "X"; then
 
3395
-      # -L didn't work.
 
3396
-      set X `ls -t $srcdir/configure conftest.file`
 
3397
-   fi
 
3398
-   rm -f conftest.file
 
3399
-   if test "$[*]" != "X $srcdir/configure conftest.file" \
 
3400
-      && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
3401
-
 
3402
-      # If neither matched, then we have a broken ls.  This can happen
 
3403
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
3404
-      # broken ls alias from the environment.  This has actually
 
3405
-      # happened.  Such a system could not be considered "sane".
 
3406
-      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 
3407
-alias in your environment])
 
3408
-   fi
 
3409
-
 
3410
-   test "$[2]" = conftest.file
 
3411
-   )
 
3412
-then
 
3413
-   # Ok.
 
3414
-   :
 
3415
-else
 
3416
-   AC_MSG_ERROR([newly created file is older than distributed files!
 
3417
-Check your system clock])
 
3418
-fi
 
3419
-AC_MSG_RESULT(yes)])
 
3420
-
 
3421
-#  -*- Autoconf -*-
 
3422
-
 
3423
-
 
3424
-# Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
 
3425
-
 
3426
-# This program is free software; you can redistribute it and/or modify
 
3427
-# it under the terms of the GNU General Public License as published by
 
3428
-# the Free Software Foundation; either version 2, or (at your option)
 
3429
-# any later version.
 
3430
-
 
3431
-# This program is distributed in the hope that it will be useful,
 
3432
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
3433
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
3434
-# GNU General Public License for more details.
 
3435
-
 
3436
-# You should have received a copy of the GNU General Public License
 
3437
-# along with this program; if not, write to the Free Software
 
3438
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
3439
-# 02111-1307, USA.
 
3440
-
 
3441
-# serial 3
 
3442
-
 
3443
-# AM_MISSING_PROG(NAME, PROGRAM)
 
3444
-# ------------------------------
 
3445
-AC_DEFUN([AM_MISSING_PROG],
 
3446
-[AC_REQUIRE([AM_MISSING_HAS_RUN])
 
3447
-$1=${$1-"${am_missing_run}$2"}
 
3448
-AC_SUBST($1)])
 
3449
-
 
3450
-
 
3451
-# AM_MISSING_HAS_RUN
 
3452
-# ------------------
 
3453
-# Define MISSING if not defined so far and test if it supports --run.
 
3454
-# If it does, set am_missing_run to use it, otherwise, to nothing.
 
3455
-AC_DEFUN([AM_MISSING_HAS_RUN],
 
3456
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
3457
-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
 
3458
-# Use eval to expand $SHELL
 
3459
-if eval "$MISSING --run true"; then
 
3460
-  am_missing_run="$MISSING --run "
 
3461
-else
 
3462
-  am_missing_run=
 
3463
-  AC_MSG_WARN([`missing' script is too old or missing])
 
3464
-fi
 
3465
-])
 
3466
-
 
3467
-# AM_AUX_DIR_EXPAND
 
3468
-
 
3469
-# Copyright 2001 Free Software Foundation, Inc.
 
3470
-
 
3471
-# This program is free software; you can redistribute it and/or modify
 
3472
-# it under the terms of the GNU General Public License as published by
 
3473
-# the Free Software Foundation; either version 2, or (at your option)
 
3474
-# any later version.
 
3475
-
 
3476
-# This program is distributed in the hope that it will be useful,
 
3477
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
3478
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
3479
-# GNU General Public License for more details.
 
3480
-
 
3481
-# You should have received a copy of the GNU General Public License
 
3482
-# along with this program; if not, write to the Free Software
 
3483
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
3484
-# 02111-1307, USA.
 
3485
+# This file is free software; the Free Software Foundation
 
3486
+# gives unlimited permission to copy and/or distribute it,
 
3487
+# with or without modifications, as long as this notice is preserved.
 
3488
 
 
3489
 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
 
3490
 # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
 
3491
@@ -429,98 +259,57 @@ fi
 
3492
 # absolute PATH.  The drawback is that using absolute paths prevent a
 
3493
 # configured tree to be moved without reconfiguration.
 
3494
 
 
3495
-# Rely on autoconf to set up CDPATH properly.
 
3496
-AC_PREREQ([2.50])
 
3497
-
 
3498
-AC_DEFUN([AM_AUX_DIR_EXPAND], [
 
3499
+AC_DEFUN([AM_AUX_DIR_EXPAND],
 
3500
+[dnl Rely on autoconf to set up CDPATH properly.
 
3501
+AC_PREREQ([2.50])dnl
 
3502
 # expand $ac_aux_dir to an absolute path
 
3503
 am_aux_dir=`cd $ac_aux_dir && pwd`
 
3504
 ])
 
3505
 
 
3506
-# AM_PROG_INSTALL_SH
 
3507
-# ------------------
 
3508
-# Define $install_sh.
 
3509
-
 
3510
-# Copyright 2001 Free Software Foundation, Inc.
 
3511
-
 
3512
-# This program is free software; you can redistribute it and/or modify
 
3513
-# it under the terms of the GNU General Public License as published by
 
3514
-# the Free Software Foundation; either version 2, or (at your option)
 
3515
-# any later version.
 
3516
+# AM_CONDITIONAL                                            -*- Autoconf -*-
 
3517
 
 
3518
-# This program is distributed in the hope that it will be useful,
 
3519
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
3520
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
3521
-# GNU General Public License for more details.
 
3522
+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
 
3523
+# Free Software Foundation, Inc.
 
3524
+#
 
3525
+# This file is free software; the Free Software Foundation
 
3526
+# gives unlimited permission to copy and/or distribute it,
 
3527
+# with or without modifications, as long as this notice is preserved.
 
3528
 
 
3529
-# You should have received a copy of the GNU General Public License
 
3530
-# along with this program; if not, write to the Free Software
 
3531
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
3532
-# 02111-1307, USA.
 
3533
+# serial 9
 
3534
 
 
3535
-AC_DEFUN([AM_PROG_INSTALL_SH],
 
3536
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
3537
-install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
3538
-AC_SUBST(install_sh)])
 
3539
-
 
3540
-# AM_PROG_INSTALL_STRIP
 
3541
-
 
3542
-# Copyright 2001 Free Software Foundation, Inc.
 
3543
-
 
3544
-# This program is free software; you can redistribute it and/or modify
 
3545
-# it under the terms of the GNU General Public License as published by
 
3546
-# the Free Software Foundation; either version 2, or (at your option)
 
3547
-# any later version.
 
3548
-
 
3549
-# This program is distributed in the hope that it will be useful,
 
3550
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
3551
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
3552
-# GNU General Public License for more details.
 
3553
-
 
3554
-# You should have received a copy of the GNU General Public License
 
3555
-# along with this program; if not, write to the Free Software
 
3556
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
3557
-# 02111-1307, USA.
 
3558
-
 
3559
-# One issue with vendor `install' (even GNU) is that you can't
 
3560
-# specify the program used to strip binaries.  This is especially
 
3561
-# annoying in cross-compiling environments, where the build's strip
 
3562
-# is unlikely to handle the host's binaries.
 
3563
-# Fortunately install-sh will honor a STRIPPROG variable, so we
 
3564
-# always use install-sh in `make install-strip', and initialize
 
3565
-# STRIPPROG with the value of the STRIP variable (set by the user).
 
3566
-AC_DEFUN([AM_PROG_INSTALL_STRIP],
 
3567
-[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
3568
-# Installed binaries are usually stripped using `strip' when the user
 
3569
-# run `make install-strip'.  However `strip' might not be the right
 
3570
-# tool to use in cross-compilation environments, therefore Automake
 
3571
-# will honor the `STRIP' environment variable to overrule this program.
 
3572
-dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
 
3573
-if test "$cross_compiling" != no; then
 
3574
-  AC_CHECK_TOOL([STRIP], [strip], :)
 
3575
+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
 
3576
+# -------------------------------------
 
3577
+# Define a conditional.
 
3578
+AC_DEFUN([AM_CONDITIONAL],
 
3579
+[AC_PREREQ(2.52)dnl
 
3580
+ ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
 
3581
+       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 
3582
+AC_SUBST([$1_TRUE])dnl
 
3583
+AC_SUBST([$1_FALSE])dnl
 
3584
+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
 
3585
+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
 
3586
+m4_define([_AM_COND_VALUE_$1], [$2])dnl
 
3587
+if $2; then
 
3588
+  $1_TRUE=
 
3589
+  $1_FALSE='#'
 
3590
+else
 
3591
+  $1_TRUE='#'
 
3592
+  $1_FALSE=
 
3593
 fi
 
3594
-INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
3595
-AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
3596
-
 
3597
-# serial 4                                             -*- Autoconf -*-
 
3598
-
 
3599
-# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
 
3600
-
 
3601
-# This program is free software; you can redistribute it and/or modify
 
3602
-# it under the terms of the GNU General Public License as published by
 
3603
-# the Free Software Foundation; either version 2, or (at your option)
 
3604
-# any later version.
 
3605
-
 
3606
-# This program is distributed in the hope that it will be useful,
 
3607
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
3608
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
3609
-# GNU General Public License for more details.
 
3610
+AC_CONFIG_COMMANDS_PRE(
 
3611
+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
 
3612
+  AC_MSG_ERROR([[conditional "$1" was never defined.
 
3613
+Usually this means the macro was only invoked conditionally.]])
 
3614
+fi])])
 
3615
 
 
3616
-# You should have received a copy of the GNU General Public License
 
3617
-# along with this program; if not, write to the Free Software
 
3618
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
3619
-# 02111-1307, USA.
 
3620
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
 
3621
+# Free Software Foundation, Inc.
 
3622
+#
 
3623
+# This file is free software; the Free Software Foundation
 
3624
+# gives unlimited permission to copy and/or distribute it,
 
3625
+# with or without modifications, as long as this notice is preserved.
 
3626
 
 
3627
+# serial 10
 
3628
 
 
3629
 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
 
3630
 # written in clear, in which case automake, when reading aclocal.m4,
 
3631
@@ -529,7 +318,6 @@ AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
3632
 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
 
3633
 
 
3634
 
 
3635
-
 
3636
 # _AM_DEPENDENCIES(NAME)
 
3637
 # ----------------------
 
3638
 # See how the compiler implements dependency checking.
 
3639
@@ -549,6 +337,7 @@ AC_REQUIRE([AM_DEP_TRACK])dnl
 
3640
 ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
 
3641
        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
 
3642
        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
3643
+       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
 
3644
        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
 
3645
                    [depcc="$$1"   am_compiler_list=])
 
3646
 
 
3647
@@ -565,20 +354,56 @@ AC_CACHE_CHECK([dependency style of $dep
 
3648
   # using a relative directory.
 
3649
   cp "$am_depcomp" conftest.dir
 
3650
   cd conftest.dir
 
3651
+  # We will build objects and dependencies in a subdirectory because
 
3652
+  # it helps to detect inapplicable dependency modes.  For instance
 
3653
+  # both Tru64's cc and ICC support -MD to output dependencies as a
 
3654
+  # side effect of compilation, but ICC will put the dependencies in
 
3655
+  # the current directory while Tru64 will put them in the object
 
3656
+  # directory.
 
3657
+  mkdir sub
 
3658
 
 
3659
   am_cv_$1_dependencies_compiler_type=none
 
3660
   if test "$am_compiler_list" = ""; then
 
3661
      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
 
3662
   fi
 
3663
+  am__universal=false
 
3664
+  m4_case([$1], [CC],
 
3665
+    [case " $depcc " in #(
 
3666
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
3667
+     esac],
 
3668
+    [CXX],
 
3669
+    [case " $depcc " in #(
 
3670
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
3671
+     esac])
 
3672
+
 
3673
   for depmode in $am_compiler_list; do
 
3674
+    # Setup a source with many dependencies, because some compilers
 
3675
+    # like to wrap large dependency lists on column 80 (with \), and
 
3676
+    # we should not choose a depcomp mode which is confused by this.
 
3677
+    #
 
3678
     # We need to recreate these files for each test, as the compiler may
 
3679
     # overwrite some of them when testing with obscure command lines.
 
3680
     # This happens at least with the AIX C compiler.
 
3681
-    echo '#include "conftest.h"' > conftest.c
 
3682
-    echo 'int i;' > conftest.h
 
3683
-    echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
 
3684
+    : > sub/conftest.c
 
3685
+    for i in 1 2 3 4 5 6; do
 
3686
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
3687
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
3688
+      # Solaris 8's {/usr,}/bin/sh.
 
3689
+      touch sub/conftst$i.h
 
3690
+    done
 
3691
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
3692
 
 
3693
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
3694
+    # mode.  It turns out that the SunPro C++ compiler does not properly
 
3695
+    # handle `-M -o', and we need to detect this.  Also, some Intel
 
3696
+    # versions had trouble with output in subdirs
 
3697
+    am__obj=sub/conftest.${OBJEXT-o}
 
3698
+    am__minus_obj="-o $am__obj"
 
3699
     case $depmode in
 
3700
+    gcc)
 
3701
+      # This depmode causes a compiler race in universal mode.
 
3702
+      test "$am__universal" = false || continue
 
3703
+      ;;
 
3704
     nosideeffect)
 
3705
       # after this tag, mechanisms are not by side-effect, so they'll
 
3706
       # only be used when explicitly requested
 
3707
@@ -588,19 +413,36 @@ AC_CACHE_CHECK([dependency style of $dep
 
3708
        break
 
3709
       fi
 
3710
       ;;
 
3711
+    msvisualcpp | msvcmsys)
 
3712
+      # This compiler won't grok `-c -o', but also, the minuso test has
 
3713
+      # not run yet.  These depmodes are late enough in the game, and
 
3714
+      # so weak that their functioning should not be impacted.
 
3715
+      am__obj=conftest.${OBJEXT-o}
 
3716
+      am__minus_obj=
 
3717
+      ;;
 
3718
     none) break ;;
 
3719
     esac
 
3720
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
3721
-    # mode.  It turns out that the SunPro C++ compiler does not properly
 
3722
-    # handle `-M -o', and we need to detect this.
 
3723
     if depmode=$depmode \
 
3724
-       source=conftest.c object=conftest.o \
 
3725
-       depfile=conftest.Po tmpdepfile=conftest.TPo \
 
3726
-       $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
 
3727
-       grep conftest.h conftest.Po > /dev/null 2>&1 &&
 
3728
+       source=sub/conftest.c object=$am__obj \
 
3729
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
3730
+       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
 
3731
+         >/dev/null 2>conftest.err &&
 
3732
+       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
 
3733
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
3734
+       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
 
3735
        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
3736
-      am_cv_$1_dependencies_compiler_type=$depmode
 
3737
-      break
 
3738
+      # icc doesn't choke on unknown options, it will just issue warnings
 
3739
+      # or remarks (even with -Werror).  So we grep stderr for any message
 
3740
+      # that says an option was ignored or not supported.
 
3741
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
3742
+      #   icc: Command line warning: ignoring option '-M'; no argument required
 
3743
+      # The diagnosis changed in icc 8.0:
 
3744
+      #   icc: Command line remark: option '-MP' not supported
 
3745
+      if (grep 'ignoring option' conftest.err ||
 
3746
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
3747
+        am_cv_$1_dependencies_compiler_type=$depmode
 
3748
+        break
 
3749
+      fi
 
3750
     fi
 
3751
   done
 
3752
 
 
3753
@@ -611,6 +453,9 @@ else
 
3754
 fi
 
3755
 ])
 
3756
 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
 
3757
+AM_CONDITIONAL([am__fastdep$1], [
 
3758
+  test "x$enable_dependency_tracking" != xno \
 
3759
+  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
 
3760
 ])
 
3761
 
 
3762
 
 
3763
@@ -619,16 +464,8 @@ AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1
 
3764
 # Choose a directory name for dependency files.
 
3765
 # This macro is AC_REQUIREd in _AM_DEPENDENCIES
 
3766
 AC_DEFUN([AM_SET_DEPDIR],
 
3767
-[rm -f .deps 2>/dev/null
 
3768
-mkdir .deps 2>/dev/null
 
3769
-if test -d .deps; then
 
3770
-  DEPDIR=.deps
 
3771
-else
 
3772
-  # MS-DOS does not allow filenames that begin with a dot.
 
3773
-  DEPDIR=_deps
 
3774
-fi
 
3775
-rmdir .deps 2>/dev/null
 
3776
-AC_SUBST([DEPDIR])
 
3777
+[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
3778
+AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
 
3779
 ])
 
3780
 
 
3781
 
 
3782
@@ -636,84 +473,81 @@ AC_SUBST([DEPDIR])
 
3783
 # ------------
 
3784
 AC_DEFUN([AM_DEP_TRACK],
 
3785
 [AC_ARG_ENABLE(dependency-tracking,
 
3786
-[  --disable-dependency-tracking Speeds up one-time builds
 
3787
-  --enable-dependency-tracking  Do not reject slow dependency extractors])
 
3788
+[  --disable-dependency-tracking  speeds up one-time build
 
3789
+  --enable-dependency-tracking   do not reject slow dependency extractors])
 
3790
 if test "x$enable_dependency_tracking" != xno; then
 
3791
   am_depcomp="$ac_aux_dir/depcomp"
 
3792
   AMDEPBACKSLASH='\'
 
3793
 fi
 
3794
 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
3795
-AC_SUBST([AMDEPBACKSLASH])
 
3796
+AC_SUBST([AMDEPBACKSLASH])dnl
 
3797
+_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
 
3798
 ])
 
3799
 
 
3800
-# Generate code to set up dependency tracking.   -*- Autoconf -*-
 
3801
-
 
3802
-# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
 
3803
+# Generate code to set up dependency tracking.              -*- Autoconf -*-
 
3804
 
 
3805
-# This program is free software; you can redistribute it and/or modify
 
3806
-# it under the terms of the GNU General Public License as published by
 
3807
-# the Free Software Foundation; either version 2, or (at your option)
 
3808
-# any later version.
 
3809
-
 
3810
-# This program is distributed in the hope that it will be useful,
 
3811
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
3812
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
3813
-# GNU General Public License for more details.
 
3814
-
 
3815
-# You should have received a copy of the GNU General Public License
 
3816
-# along with this program; if not, write to the Free Software
 
3817
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
3818
-# 02111-1307, USA.
 
3819
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
 
3820
+# Free Software Foundation, Inc.
 
3821
+#
 
3822
+# This file is free software; the Free Software Foundation
 
3823
+# gives unlimited permission to copy and/or distribute it,
 
3824
+# with or without modifications, as long as this notice is preserved.
 
3825
 
 
3826
-#serial 2
 
3827
+#serial 5
 
3828
 
 
3829
 # _AM_OUTPUT_DEPENDENCY_COMMANDS
 
3830
 # ------------------------------
 
3831
 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
 
3832
-[for mf in $CONFIG_FILES; do
 
3833
-  # Strip MF so we end up with the name of the file.
 
3834
-  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
3835
-  # Check whether this is an Automake generated Makefile or not.
 
3836
-  # We used to match only the files named `Makefile.in', but
 
3837
-  # some people rename them; so instead we look at the file content.
 
3838
-  # Grep'ing the first line is not enough: some people post-process
 
3839
-  # each Makefile.in and add a new line on top of each file to say so.
 
3840
-  # So let's grep whole file.
 
3841
-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
3842
-    dirpart=`AS_DIRNAME("$mf")`
 
3843
-  else
 
3844
-    continue
 
3845
-  fi
 
3846
-  grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
 
3847
-  # Extract the definition of DEP_FILES from the Makefile without
 
3848
-  # running `make'.
 
3849
-  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
 
3850
-  test -z "$DEPDIR" && continue
 
3851
-  # When using ansi2knr, U may be empty or an underscore; expand it
 
3852
-  U=`sed -n -e '/^U = / s///p' < "$mf"`
 
3853
-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
 
3854
-  # We invoke sed twice because it is the simplest approach to
 
3855
-  # changing $(DEPDIR) to its actual value in the expansion.
 
3856
-  for file in `sed -n -e '
 
3857
-    /^DEP_FILES = .*\\\\$/ {
 
3858
-      s/^DEP_FILES = //
 
3859
-      :loop
 
3860
-       s/\\\\$//
 
3861
-       p
 
3862
-       n
 
3863
-       /\\\\$/ b loop
 
3864
-      p
 
3865
-    }
 
3866
-    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
 
3867
-       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
3868
-    # Make sure the directory exists.
 
3869
-    test -f "$dirpart/$file" && continue
 
3870
-    fdir=`AS_DIRNAME(["$file"])`
 
3871
-    AS_MKDIR_P([$dirpart/$fdir])
 
3872
-    # echo "creating $dirpart/$file"
 
3873
-    echo '# dummy' > "$dirpart/$file"
 
3874
+[{
 
3875
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 
3876
+  # are listed without --file.  Let's play safe and only enable the eval
 
3877
+  # if we detect the quoting.
 
3878
+  case $CONFIG_FILES in
 
3879
+  *\'*) eval set x "$CONFIG_FILES" ;;
 
3880
+  *)   set x $CONFIG_FILES ;;
 
3881
+  esac
 
3882
+  shift
 
3883
+  for mf
 
3884
+  do
 
3885
+    # Strip MF so we end up with the name of the file.
 
3886
+    mf=`echo "$mf" | sed -e 's/:.*$//'`
 
3887
+    # Check whether this is an Automake generated Makefile or not.
 
3888
+    # We used to match only the files named `Makefile.in', but
 
3889
+    # some people rename them; so instead we look at the file content.
 
3890
+    # Grep'ing the first line is not enough: some people post-process
 
3891
+    # each Makefile.in and add a new line on top of each file to say so.
 
3892
+    # Grep'ing the whole file is not good either: AIX grep has a line
 
3893
+    # limit of 2048, but all sed's we know have understand at least 4000.
 
3894
+    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
3895
+      dirpart=`AS_DIRNAME("$mf")`
 
3896
+    else
 
3897
+      continue
 
3898
+    fi
 
3899
+    # Extract the definition of DEPDIR, am__include, and am__quote
 
3900
+    # from the Makefile without running `make'.
 
3901
+    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
3902
+    test -z "$DEPDIR" && continue
 
3903
+    am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
3904
+    test -z "am__include" && continue
 
3905
+    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
3906
+    # When using ansi2knr, U may be empty or an underscore; expand it
 
3907
+    U=`sed -n 's/^U = //p' < "$mf"`
 
3908
+    # Find all dependency output files, they are included files with
 
3909
+    # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
3910
+    # simplest approach to changing $(DEPDIR) to its actual value in the
 
3911
+    # expansion.
 
3912
+    for file in `sed -n "
 
3913
+      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
3914
+        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
3915
+      # Make sure the directory exists.
 
3916
+      test -f "$dirpart/$file" && continue
 
3917
+      fdir=`AS_DIRNAME(["$file"])`
 
3918
+      AS_MKDIR_P([$dirpart/$fdir])
 
3919
+      # echo "creating $dirpart/$file"
 
3920
+      echo '# dummy' > "$dirpart/$file"
 
3921
+    done
 
3922
   done
 
3923
-done
 
3924
+}
 
3925
 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
 
3926
 
 
3927
 
 
3928
@@ -730,33 +564,206 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS]
 
3929
      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 
3930
 ])
 
3931
 
 
3932
-# Copyright 2001 Free Software Foundation, Inc.             -*- Autoconf -*-
 
3933
+# Do all the work for Automake.                             -*- Autoconf -*-
 
3934
 
 
3935
-# This program is free software; you can redistribute it and/or modify
 
3936
-# it under the terms of the GNU General Public License as published by
 
3937
-# the Free Software Foundation; either version 2, or (at your option)
 
3938
-# any later version.
 
3939
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 
3940
+# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
 
3941
+#
 
3942
+# This file is free software; the Free Software Foundation
 
3943
+# gives unlimited permission to copy and/or distribute it,
 
3944
+# with or without modifications, as long as this notice is preserved.
 
3945
 
 
3946
-# This program is distributed in the hope that it will be useful,
 
3947
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
3948
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
3949
-# GNU General Public License for more details.
 
3950
+# serial 16
 
3951
 
 
3952
-# You should have received a copy of the GNU General Public License
 
3953
-# along with this program; if not, write to the Free Software
 
3954
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
3955
-# 02111-1307, USA.
 
3956
+# This macro actually does too much.  Some checks are only needed if
 
3957
+# your package does certain things.  But this isn't really a big deal.
 
3958
+
 
3959
+# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
 
3960
+# AM_INIT_AUTOMAKE([OPTIONS])
 
3961
+# -----------------------------------------------
 
3962
+# The call with PACKAGE and VERSION arguments is the old style
 
3963
+# call (pre autoconf-2.50), which is being phased out.  PACKAGE
 
3964
+# and VERSION should now be passed to AC_INIT and removed from
 
3965
+# the call to AM_INIT_AUTOMAKE.
 
3966
+# We support both call styles for the transition.  After
 
3967
+# the next Automake release, Autoconf can make the AC_INIT
 
3968
+# arguments mandatory, and then we can depend on a new Autoconf
 
3969
+# release and drop the old call support.
 
3970
+AC_DEFUN([AM_INIT_AUTOMAKE],
 
3971
+[AC_PREREQ([2.62])dnl
 
3972
+dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 
3973
+dnl the ones we care about.
 
3974
+m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
3975
+AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 
3976
+AC_REQUIRE([AC_PROG_INSTALL])dnl
 
3977
+if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
3978
+  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
3979
+  # is not polluted with repeated "-I."
 
3980
+  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
 
3981
+  # test to see if srcdir already configured
 
3982
+  if test -f $srcdir/config.status; then
 
3983
+    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
3984
+  fi
 
3985
+fi
 
3986
+
 
3987
+# test whether we have cygpath
 
3988
+if test -z "$CYGPATH_W"; then
 
3989
+  if (cygpath --version) >/dev/null 2>/dev/null; then
 
3990
+    CYGPATH_W='cygpath -w'
 
3991
+  else
 
3992
+    CYGPATH_W=echo
 
3993
+  fi
 
3994
+fi
 
3995
+AC_SUBST([CYGPATH_W])
 
3996
+
 
3997
+# Define the identity of the package.
 
3998
+dnl Distinguish between old-style and new-style calls.
 
3999
+m4_ifval([$2],
 
4000
+[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
 
4001
+ AC_SUBST([PACKAGE], [$1])dnl
 
4002
+ AC_SUBST([VERSION], [$2])],
 
4003
+[_AM_SET_OPTIONS([$1])dnl
 
4004
+dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
 
4005
+m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
 
4006
+  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
 
4007
+ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
 
4008
+ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
4009
+
 
4010
+_AM_IF_OPTION([no-define],,
 
4011
+[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
4012
+ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
 
4013
+
 
4014
+# Some tools Automake needs.
 
4015
+AC_REQUIRE([AM_SANITY_CHECK])dnl
 
4016
+AC_REQUIRE([AC_ARG_PROGRAM])dnl
 
4017
+AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
 
4018
+AM_MISSING_PROG(AUTOCONF, autoconf)
 
4019
+AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
 
4020
+AM_MISSING_PROG(AUTOHEADER, autoheader)
 
4021
+AM_MISSING_PROG(MAKEINFO, makeinfo)
 
4022
+AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
4023
+AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
 
4024
+AC_REQUIRE([AM_PROG_MKDIR_P])dnl
 
4025
+# We need awk for the "check" target.  The system "awk" is bad on
 
4026
+# some platforms.
 
4027
+AC_REQUIRE([AC_PROG_AWK])dnl
 
4028
+AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 
4029
+AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
4030
+_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 
4031
+             [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
4032
+                            [_AM_PROG_TAR([v7])])])
 
4033
+_AM_IF_OPTION([no-dependencies],,
 
4034
+[AC_PROVIDE_IFELSE([AC_PROG_CC],
 
4035
+                 [_AM_DEPENDENCIES(CC)],
 
4036
+                 [define([AC_PROG_CC],
 
4037
+                         defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
4038
+AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
4039
+                 [_AM_DEPENDENCIES(CXX)],
 
4040
+                 [define([AC_PROG_CXX],
 
4041
+                         defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
4042
+AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
4043
+                 [_AM_DEPENDENCIES(OBJC)],
 
4044
+                 [define([AC_PROG_OBJC],
 
4045
+                         defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
 
4046
+])
 
4047
+_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
 
4048
+dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
 
4049
+dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
 
4050
+dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
 
4051
+AC_CONFIG_COMMANDS_PRE(dnl
 
4052
+[m4_provide_if([_AM_COMPILER_EXEEXT],
 
4053
+  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
 
4054
+])
 
4055
+
 
4056
+dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
 
4057
+dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
 
4058
+dnl mangled by Autoconf and run in a shell conditional statement.
 
4059
+m4_define([_AC_COMPILER_EXEEXT],
 
4060
+m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
 
4061
+
 
4062
+
 
4063
+# When config.status generates a header, we must update the stamp-h file.
 
4064
+# This file resides in the same directory as the config header
 
4065
+# that is generated.  The stamp files are numbered to have different names.
 
4066
+
 
4067
+# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
 
4068
+# loop where config.status creates the headers, so we can generate
 
4069
+# our stamp files there.
 
4070
+AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
 
4071
+[# Compute $1's index in $config_headers.
 
4072
+_am_arg=$1
 
4073
+_am_stamp_count=1
 
4074
+for _am_header in $config_headers :; do
 
4075
+  case $_am_header in
 
4076
+    $_am_arg | $_am_arg:* )
 
4077
+      break ;;
 
4078
+    * )
 
4079
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
4080
+  esac
 
4081
+done
 
4082
+echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
4083
+
 
4084
+# Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
 
4085
+#
 
4086
+# This file is free software; the Free Software Foundation
 
4087
+# gives unlimited permission to copy and/or distribute it,
 
4088
+# with or without modifications, as long as this notice is preserved.
 
4089
+
 
4090
+# AM_PROG_INSTALL_SH
 
4091
+# ------------------
 
4092
+# Define $install_sh.
 
4093
+AC_DEFUN([AM_PROG_INSTALL_SH],
 
4094
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
4095
+if test x"${install_sh}" != xset; then
 
4096
+  case $am_aux_dir in
 
4097
+  *\ * | *\    *)
 
4098
+    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
 
4099
+  *)
 
4100
+    install_sh="\${SHELL} $am_aux_dir/install-sh"
 
4101
+  esac
 
4102
+fi
 
4103
+AC_SUBST(install_sh)])
 
4104
+
 
4105
+# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
 
4106
+#
 
4107
+# This file is free software; the Free Software Foundation
 
4108
+# gives unlimited permission to copy and/or distribute it,
 
4109
+# with or without modifications, as long as this notice is preserved.
 
4110
 
 
4111
 # serial 2
 
4112
 
 
4113
+# Check whether the underlying file-system supports filenames
 
4114
+# with a leading dot.  For instance MS-DOS doesn't.
 
4115
+AC_DEFUN([AM_SET_LEADING_DOT],
 
4116
+[rm -rf .tst 2>/dev/null
 
4117
+mkdir .tst 2>/dev/null
 
4118
+if test -d .tst; then
 
4119
+  am__leading_dot=.
 
4120
+else
 
4121
+  am__leading_dot=_
 
4122
+fi
 
4123
+rmdir .tst 2>/dev/null
 
4124
+AC_SUBST([am__leading_dot])])
 
4125
+
 
4126
+# Check to see how 'make' treats includes.                 -*- Autoconf -*-
 
4127
+
 
4128
+# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
 
4129
+#
 
4130
+# This file is free software; the Free Software Foundation
 
4131
+# gives unlimited permission to copy and/or distribute it,
 
4132
+# with or without modifications, as long as this notice is preserved.
 
4133
+
 
4134
+# serial 4
 
4135
+
 
4136
 # AM_MAKE_INCLUDE()
 
4137
 # -----------------
 
4138
 # Check to see how make treats includes.
 
4139
 AC_DEFUN([AM_MAKE_INCLUDE],
 
4140
 [am_make=${MAKE-make}
 
4141
 cat > confinc << 'END'
 
4142
-doit:
 
4143
-       @echo done
 
4144
+am__doit:
 
4145
+       @echo this is the am__doit target
 
4146
+.PHONY: am__doit
 
4147
 END
 
4148
 # If we don't find an include directive, just comment out the code.
 
4149
 AC_MSG_CHECKING([for style of include used by $am_make])
 
4150
@@ -765,325 +772,338 @@ am__quote=
 
4151
 _am_result=none
 
4152
 # First try GNU make style include.
 
4153
 echo "include confinc" > confmf
 
4154
-# We grep out `Entering directory' and `Leaving directory'
 
4155
-# messages which can occur if `w' ends up in MAKEFLAGS.
 
4156
-# In particular we don't look at `^make:' because GNU make might
 
4157
-# be invoked under some other name (usually "gmake"), in which
 
4158
-# case it prints its new name instead of `make'.
 
4159
-if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
 
4160
-   am__include=include
 
4161
-   am__quote=
 
4162
-   _am_result=GNU
 
4163
-fi
 
4164
+# Ignore all kinds of additional output from `make'.
 
4165
+case `$am_make -s -f confmf 2> /dev/null` in #(
 
4166
+*the\ am__doit\ target*)
 
4167
+  am__include=include
 
4168
+  am__quote=
 
4169
+  _am_result=GNU
 
4170
+  ;;
 
4171
+esac
 
4172
 # Now try BSD make style include.
 
4173
 if test "$am__include" = "#"; then
 
4174
    echo '.include "confinc"' > confmf
 
4175
-   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
 
4176
-      am__include=.include
 
4177
-      am__quote="\""
 
4178
-      _am_result=BSD
 
4179
-   fi
 
4180
+   case `$am_make -s -f confmf 2> /dev/null` in #(
 
4181
+   *the\ am__doit\ target*)
 
4182
+     am__include=.include
 
4183
+     am__quote="\""
 
4184
+     _am_result=BSD
 
4185
+     ;;
 
4186
+   esac
 
4187
 fi
 
4188
-AC_SUBST(am__include)
 
4189
-AC_SUBST(am__quote)
 
4190
-AC_MSG_RESULT($_am_result)
 
4191
+AC_SUBST([am__include])
 
4192
+AC_SUBST([am__quote])
 
4193
+AC_MSG_RESULT([$_am_result])
 
4194
 rm -f confinc confmf
 
4195
 ])
 
4196
 
 
4197
-# AM_CONDITIONAL                                              -*- Autoconf -*-
 
4198
+# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
4199
 
 
4200
-# Copyright 1997, 2000, 2001 Free Software Foundation, Inc.
 
4201
+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
 
4202
+# Free Software Foundation, Inc.
 
4203
+#
 
4204
+# This file is free software; the Free Software Foundation
 
4205
+# gives unlimited permission to copy and/or distribute it,
 
4206
+# with or without modifications, as long as this notice is preserved.
 
4207
 
 
4208
-# This program is free software; you can redistribute it and/or modify
 
4209
-# it under the terms of the GNU General Public License as published by
 
4210
-# the Free Software Foundation; either version 2, or (at your option)
 
4211
-# any later version.
 
4212
+# serial 6
 
4213
 
 
4214
-# This program is distributed in the hope that it will be useful,
 
4215
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
4216
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
4217
-# GNU General Public License for more details.
 
4218
+# AM_MISSING_PROG(NAME, PROGRAM)
 
4219
+# ------------------------------
 
4220
+AC_DEFUN([AM_MISSING_PROG],
 
4221
+[AC_REQUIRE([AM_MISSING_HAS_RUN])
 
4222
+$1=${$1-"${am_missing_run}$2"}
 
4223
+AC_SUBST($1)])
 
4224
 
 
4225
-# You should have received a copy of the GNU General Public License
 
4226
-# along with this program; if not, write to the Free Software
 
4227
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
4228
-# 02111-1307, USA.
 
4229
+
 
4230
+# AM_MISSING_HAS_RUN
 
4231
+# ------------------
 
4232
+# Define MISSING if not defined so far and test if it supports --run.
 
4233
+# If it does, set am_missing_run to use it, otherwise, to nothing.
 
4234
+AC_DEFUN([AM_MISSING_HAS_RUN],
 
4235
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
4236
+AC_REQUIRE_AUX_FILE([missing])dnl
 
4237
+if test x"${MISSING+set}" != xset; then
 
4238
+  case $am_aux_dir in
 
4239
+  *\ * | *\    *)
 
4240
+    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
 
4241
+  *)
 
4242
+    MISSING="\${SHELL} $am_aux_dir/missing" ;;
 
4243
+  esac
 
4244
+fi
 
4245
+# Use eval to expand $SHELL
 
4246
+if eval "$MISSING --run true"; then
 
4247
+  am_missing_run="$MISSING --run "
 
4248
+else
 
4249
+  am_missing_run=
 
4250
+  AC_MSG_WARN([`missing' script is too old or missing])
 
4251
+fi
 
4252
+])
 
4253
+
 
4254
+# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
4255
+#
 
4256
+# This file is free software; the Free Software Foundation
 
4257
+# gives unlimited permission to copy and/or distribute it,
 
4258
+# with or without modifications, as long as this notice is preserved.
 
4259
+
 
4260
+# AM_PROG_MKDIR_P
 
4261
+# ---------------
 
4262
+# Check for `mkdir -p'.
 
4263
+AC_DEFUN([AM_PROG_MKDIR_P],
 
4264
+[AC_PREREQ([2.60])dnl
 
4265
+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 
4266
+dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
 
4267
+dnl while keeping a definition of mkdir_p for backward compatibility.
 
4268
+dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
 
4269
+dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
 
4270
+dnl Makefile.ins that do not define MKDIR_P, so we do our own
 
4271
+dnl adjustment using top_builddir (which is defined more often than
 
4272
+dnl MKDIR_P).
 
4273
+AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
 
4274
+case $mkdir_p in
 
4275
+  [[\\/$]]* | ?:[[\\/]]*) ;;
 
4276
+  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
4277
+esac
 
4278
+])
 
4279
+
 
4280
+# Helper functions for option handling.                     -*- Autoconf -*-
 
4281
+
 
4282
+# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
 
4283
+#
 
4284
+# This file is free software; the Free Software Foundation
 
4285
+# gives unlimited permission to copy and/or distribute it,
 
4286
+# with or without modifications, as long as this notice is preserved.
 
4287
+
 
4288
+# serial 4
 
4289
+
 
4290
+# _AM_MANGLE_OPTION(NAME)
 
4291
+# -----------------------
 
4292
+AC_DEFUN([_AM_MANGLE_OPTION],
 
4293
+[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
4294
+
 
4295
+# _AM_SET_OPTION(NAME)
 
4296
+# ------------------------------
 
4297
+# Set option NAME.  Presently that only means defining a flag for this option.
 
4298
+AC_DEFUN([_AM_SET_OPTION],
 
4299
+[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
 
4300
+
 
4301
+# _AM_SET_OPTIONS(OPTIONS)
 
4302
+# ----------------------------------
 
4303
+# OPTIONS is a space-separated list of Automake options.
 
4304
+AC_DEFUN([_AM_SET_OPTIONS],
 
4305
+[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
4306
+
 
4307
+# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
 
4308
+# -------------------------------------------
 
4309
+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
 
4310
+AC_DEFUN([_AM_IF_OPTION],
 
4311
+[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
4312
+
 
4313
+# Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
4314
+
 
4315
+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
 
4316
+# Free Software Foundation, Inc.
 
4317
+#
 
4318
+# This file is free software; the Free Software Foundation
 
4319
+# gives unlimited permission to copy and/or distribute it,
 
4320
+# with or without modifications, as long as this notice is preserved.
 
4321
 
 
4322
 # serial 5
 
4323
 
 
4324
-AC_PREREQ(2.52)
 
4325
+# AM_SANITY_CHECK
 
4326
+# ---------------
 
4327
+AC_DEFUN([AM_SANITY_CHECK],
 
4328
+[AC_MSG_CHECKING([whether build environment is sane])
 
4329
+# Just in case
 
4330
+sleep 1
 
4331
+echo timestamp > conftest.file
 
4332
+# Reject unsafe characters in $srcdir or the absolute working directory
 
4333
+# name.  Accept space and tab only in the latter.
 
4334
+am_lf='
 
4335
+'
 
4336
+case `pwd` in
 
4337
+  *[[\\\"\#\$\&\'\`$am_lf]]*)
 
4338
+    AC_MSG_ERROR([unsafe absolute working directory name]);;
 
4339
+esac
 
4340
+case $srcdir in
 
4341
+  *[[\\\"\#\$\&\'\`$am_lf\ \   ]]*)
 
4342
+    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
 
4343
+esac
 
4344
 
 
4345
-# AM_CONDITIONAL(NAME, SHELL-CONDITION)
 
4346
-# -------------------------------------
 
4347
-# Define a conditional.
 
4348
-AC_DEFUN([AM_CONDITIONAL],
 
4349
-[ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
 
4350
-        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 
4351
-AC_SUBST([$1_TRUE])
 
4352
-AC_SUBST([$1_FALSE])
 
4353
-if $2; then
 
4354
-  $1_TRUE=
 
4355
-  $1_FALSE='#'
 
4356
-else
 
4357
-  $1_TRUE='#'
 
4358
-  $1_FALSE=
 
4359
-fi
 
4360
-AC_CONFIG_COMMANDS_PRE(
 
4361
-[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
 
4362
-  AC_MSG_ERROR([conditional \"$1\" was never defined.
 
4363
-Usually this means the macro was only invoked conditionally.])
 
4364
-fi])])
 
4365
+# Do `set' in a subshell so we don't clobber the current shell's
 
4366
+# arguments.  Must try -L first in case configure is actually a
 
4367
+# symlink; some systems play weird games with the mod time of symlinks
 
4368
+# (eg FreeBSD returns the mod time of the symlink's containing
 
4369
+# directory).
 
4370
+if (
 
4371
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
 
4372
+   if test "$[*]" = "X"; then
 
4373
+      # -L didn't work.
 
4374
+      set X `ls -t "$srcdir/configure" conftest.file`
 
4375
+   fi
 
4376
+   rm -f conftest.file
 
4377
+   if test "$[*]" != "X $srcdir/configure conftest.file" \
 
4378
+      && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
4379
 
 
4380
+      # If neither matched, then we have a broken ls.  This can happen
 
4381
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
4382
+      # broken ls alias from the environment.  This has actually
 
4383
+      # happened.  Such a system could not be considered "sane".
 
4384
+      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 
4385
+alias in your environment])
 
4386
+   fi
 
4387
 
 
4388
-dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
 
4389
-dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
 
4390
-dnl also defines GSTUFF_PKG_ERRORS on error
 
4391
-AC_DEFUN(PKG_CHECK_MODULES, [
 
4392
-  succeeded=no
 
4393
+   test "$[2]" = conftest.file
 
4394
+   )
 
4395
+then
 
4396
+   # Ok.
 
4397
+   :
 
4398
+else
 
4399
+   AC_MSG_ERROR([newly created file is older than distributed files!
 
4400
+Check your system clock])
 
4401
+fi
 
4402
+AC_MSG_RESULT(yes)])
 
4403
 
 
4404
-  if test -z "$PKG_CONFIG"; then
 
4405
-    AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
 
4406
-  fi
 
4407
+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
4408
+#
 
4409
+# This file is free software; the Free Software Foundation
 
4410
+# gives unlimited permission to copy and/or distribute it,
 
4411
+# with or without modifications, as long as this notice is preserved.
 
4412
 
 
4413
-  if test "$PKG_CONFIG" = "no" ; then
 
4414
-     echo "*** The pkg-config script could not be found. Make sure it is"
 
4415
-     echo "*** in your path, or set the PKG_CONFIG environment variable"
 
4416
-     echo "*** to the full path to pkg-config."
 
4417
-     echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
 
4418
-  else
 
4419
-     PKG_CONFIG_MIN_VERSION=0.9.0
 
4420
-     if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
 
4421
-        AC_MSG_CHECKING(for $2)
 
4422
-
 
4423
-        if $PKG_CONFIG --exists "$2" ; then
 
4424
-            AC_MSG_RESULT(yes)
 
4425
-            succeeded=yes
 
4426
-
 
4427
-            AC_MSG_CHECKING($1_CFLAGS)
 
4428
-            $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
 
4429
-            AC_MSG_RESULT($$1_CFLAGS)
 
4430
-
 
4431
-            AC_MSG_CHECKING($1_LIBS)
 
4432
-            $1_LIBS=`$PKG_CONFIG --libs "$2"`
 
4433
-            AC_MSG_RESULT($$1_LIBS)
 
4434
-        else
 
4435
-            $1_CFLAGS=""
 
4436
-            $1_LIBS=""
 
4437
-            ## If we have a custom action on failure, don't print errors, but 
 
4438
-            ## do set a variable so people can do so.
 
4439
-            $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
 
4440
-            ifelse([$4], ,echo $$1_PKG_ERRORS,)
 
4441
-        fi
 
4442
+# AM_PROG_INSTALL_STRIP
 
4443
+# ---------------------
 
4444
+# One issue with vendor `install' (even GNU) is that you can't
 
4445
+# specify the program used to strip binaries.  This is especially
 
4446
+# annoying in cross-compiling environments, where the build's strip
 
4447
+# is unlikely to handle the host's binaries.
 
4448
+# Fortunately install-sh will honor a STRIPPROG variable, so we
 
4449
+# always use install-sh in `make install-strip', and initialize
 
4450
+# STRIPPROG with the value of the STRIP variable (set by the user).
 
4451
+AC_DEFUN([AM_PROG_INSTALL_STRIP],
 
4452
+[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
4453
+# Installed binaries are usually stripped using `strip' when the user
 
4454
+# run `make install-strip'.  However `strip' might not be the right
 
4455
+# tool to use in cross-compilation environments, therefore Automake
 
4456
+# will honor the `STRIP' environment variable to overrule this program.
 
4457
+dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
 
4458
+if test "$cross_compiling" != no; then
 
4459
+  AC_CHECK_TOOL([STRIP], [strip], :)
 
4460
+fi
 
4461
+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
4462
+AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
4463
 
 
4464
-        AC_SUBST($1_CFLAGS)
 
4465
-        AC_SUBST($1_LIBS)
 
4466
-     else
 
4467
-        echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
 
4468
-        echo "*** See http://www.freedesktop.org/software/pkgconfig"
 
4469
-     fi
 
4470
-  fi
 
4471
+# Copyright (C) 2006, 2008  Free Software Foundation, Inc.
 
4472
+#
 
4473
+# This file is free software; the Free Software Foundation
 
4474
+# gives unlimited permission to copy and/or distribute it,
 
4475
+# with or without modifications, as long as this notice is preserved.
 
4476
 
 
4477
-  if test $succeeded = yes; then
 
4478
-     ifelse([$3], , :, [$3])
 
4479
-  else
 
4480
-     ifelse([$4], , AC_MSG_ERROR([Library requirements ($2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.]), [$4])
 
4481
-  fi
 
4482
-])
 
4483
+# serial 2
 
4484
 
 
4485
+# _AM_SUBST_NOTMAKE(VARIABLE)
 
4486
+# ---------------------------
 
4487
+# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
 
4488
+# This macro is traced by Automake.
 
4489
+AC_DEFUN([_AM_SUBST_NOTMAKE])
 
4490
+
 
4491
+# AM_SUBST_NOTMAKE(VARIABLE)
 
4492
+# ---------------------------
 
4493
+# Public sister of _AM_SUBST_NOTMAKE.
 
4494
+AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
 
4495
 
 
4496
+# Check how to create a tarball.                            -*- Autoconf -*-
 
4497
 
 
4498
-# Configure paths for GTK+
 
4499
-# Owen Taylor     97-11-3
 
4500
+# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
4501
+#
 
4502
+# This file is free software; the Free Software Foundation
 
4503
+# gives unlimited permission to copy and/or distribute it,
 
4504
+# with or without modifications, as long as this notice is preserved.
 
4505
 
 
4506
-dnl AM_PATH_GTK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
 
4507
-dnl Test for GTK, and define GTK_CFLAGS and GTK_LIBS
 
4508
-dnl
 
4509
-AC_DEFUN(AM_PATH_GTK,
 
4510
-[dnl 
 
4511
-dnl Get the cflags and libraries from the gtk-config script
 
4512
-dnl
 
4513
-AC_ARG_WITH(gtk-prefix,[  --with-gtk-prefix=PFX   Prefix where GTK is installed (optional)],
 
4514
-            gtk_config_prefix="$withval", gtk_config_prefix="")
 
4515
-AC_ARG_WITH(gtk-exec-prefix,[  --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)],
 
4516
-            gtk_config_exec_prefix="$withval", gtk_config_exec_prefix="")
 
4517
-AC_ARG_ENABLE(gtktest, [  --disable-gtktest       Do not try to compile and run a test GTK program],
 
4518
-                   , enable_gtktest=yes)
 
4519
+# serial 2
 
4520
 
 
4521
-  for module in . $4
 
4522
-  do
 
4523
-      case "$module" in
 
4524
-         gthread) 
 
4525
-             gtk_config_args="$gtk_config_args gthread"
 
4526
-         ;;
 
4527
-      esac
 
4528
-  done
 
4529
+# _AM_PROG_TAR(FORMAT)
 
4530
+# --------------------
 
4531
+# Check how to create a tarball in format FORMAT.
 
4532
+# FORMAT should be one of `v7', `ustar', or `pax'.
 
4533
+#
 
4534
+# Substitute a variable $(am__tar) that is a command
 
4535
+# writing to stdout a FORMAT-tarball containing the directory
 
4536
+# $tardir.
 
4537
+#     tardir=directory && $(am__tar) > result.tar
 
4538
+#
 
4539
+# Substitute a variable $(am__untar) that extract such
 
4540
+# a tarball read from stdin.
 
4541
+#     $(am__untar) < result.tar
 
4542
+AC_DEFUN([_AM_PROG_TAR],
 
4543
+[# Always define AMTAR for backward compatibility.
 
4544
+AM_MISSING_PROG([AMTAR], [tar])
 
4545
+m4_if([$1], [v7],
 
4546
+     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
4547
+     [m4_case([$1], [ustar],, [pax],,
 
4548
+              [m4_fatal([Unknown tar format])])
 
4549
+AC_MSG_CHECKING([how to create a $1 tar archive])
 
4550
+# Loop over all known methods to create a tar archive until one works.
 
4551
+_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
4552
+_am_tools=${am_cv_prog_tar_$1-$_am_tools}
 
4553
+# Do not fold the above two line into one, because Tru64 sh and
 
4554
+# Solaris sh will not grok spaces in the rhs of `-'.
 
4555
+for _am_tool in $_am_tools
 
4556
+do
 
4557
+  case $_am_tool in
 
4558
+  gnutar)
 
4559
+    for _am_tar in tar gnutar gtar;
 
4560
+    do
 
4561
+      AM_RUN_LOG([$_am_tar --version]) && break
 
4562
+    done
 
4563
+    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
 
4564
+    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
 
4565
+    am__untar="$_am_tar -xf -"
 
4566
+    ;;
 
4567
+  plaintar)
 
4568
+    # Must skip GNU tar: if it does not support --format= it doesn't create
 
4569
+    # ustar tarball either.
 
4570
+    (tar --version) >/dev/null 2>&1 && continue
 
4571
+    am__tar='tar chf - "$$tardir"'
 
4572
+    am__tar_='tar chf - "$tardir"'
 
4573
+    am__untar='tar xf -'
 
4574
+    ;;
 
4575
+  pax)
 
4576
+    am__tar='pax -L -x $1 -w "$$tardir"'
 
4577
+    am__tar_='pax -L -x $1 -w "$tardir"'
 
4578
+    am__untar='pax -r'
 
4579
+    ;;
 
4580
+  cpio)
 
4581
+    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
 
4582
+    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
 
4583
+    am__untar='cpio -i -H $1 -d'
 
4584
+    ;;
 
4585
+  none)
 
4586
+    am__tar=false
 
4587
+    am__tar_=false
 
4588
+    am__untar=false
 
4589
+    ;;
 
4590
+  esac
 
4591
+
 
4592
+  # If the value was cached, stop now.  We just wanted to have am__tar
 
4593
+  # and am__untar set.
 
4594
+  test -n "${am_cv_prog_tar_$1}" && break
 
4595
 
 
4596
-  if test x$gtk_config_exec_prefix != x ; then
 
4597
-     gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
 
4598
-     if test x${GTK_CONFIG+set} != xset ; then
 
4599
-        GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
 
4600
-     fi
 
4601
-  fi
 
4602
-  if test x$gtk_config_prefix != x ; then
 
4603
-     gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
 
4604
-     if test x${GTK_CONFIG+set} != xset ; then
 
4605
-        GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
 
4606
-     fi
 
4607
+  # tar/untar a dummy directory, and stop if the command works
 
4608
+  rm -rf conftest.dir
 
4609
+  mkdir conftest.dir
 
4610
+  echo GrepMe > conftest.dir/file
 
4611
+  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
 
4612
+  rm -rf conftest.dir
 
4613
+  if test -s conftest.tar; then
 
4614
+    AM_RUN_LOG([$am__untar <conftest.tar])
 
4615
+    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
4616
   fi
 
4617
+done
 
4618
+rm -rf conftest.dir
 
4619
 
 
4620
-  AC_PATH_PROG(GTK_CONFIG, gtk-config, no)
 
4621
-  min_gtk_version=ifelse([$1], ,0.99.7,$1)
 
4622
-  AC_MSG_CHECKING(for GTK - version >= $min_gtk_version)
 
4623
-  no_gtk=""
 
4624
-  if test "$GTK_CONFIG" = "no" ; then
 
4625
-    no_gtk=yes
 
4626
-  else
 
4627
-    GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
 
4628
-    GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
 
4629
-    gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
 
4630
-           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
 
4631
-    gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
 
4632
-           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
 
4633
-    gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
 
4634
-           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
 
4635
-    if test "x$enable_gtktest" = "xyes" ; then
 
4636
-      ac_save_CFLAGS="$CFLAGS"
 
4637
-      ac_save_LIBS="$LIBS"
 
4638
-      CFLAGS="$CFLAGS $GTK_CFLAGS"
 
4639
-      LIBS="$GTK_LIBS $LIBS"
 
4640
-dnl
 
4641
-dnl Now check if the installed GTK is sufficiently new. (Also sanity
 
4642
-dnl checks the results of gtk-config to some extent
 
4643
-dnl
 
4644
-      rm -f conf.gtktest
 
4645
-      AC_TRY_RUN([
 
4646
-#include <gtk/gtk.h>
 
4647
-#include <stdio.h>
 
4648
-#include <stdlib.h>
 
4649
-
 
4650
-int 
 
4651
-main ()
 
4652
-{
 
4653
-  int major, minor, micro;
 
4654
-  char *tmp_version;
 
4655
-
 
4656
-  system ("touch conf.gtktest");
 
4657
-
 
4658
-  /* HP/UX 9 (%@#!) writes to sscanf strings */
 
4659
-  tmp_version = g_strdup("$min_gtk_version");
 
4660
-  if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
 
4661
-     printf("%s, bad version string\n", "$min_gtk_version");
 
4662
-     exit(1);
 
4663
-   }
 
4664
-
 
4665
-  if ((gtk_major_version != $gtk_config_major_version) ||
 
4666
-      (gtk_minor_version != $gtk_config_minor_version) ||
 
4667
-      (gtk_micro_version != $gtk_config_micro_version))
 
4668
-    {
 
4669
-      printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", 
 
4670
-             $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
 
4671
-             gtk_major_version, gtk_minor_version, gtk_micro_version);
 
4672
-      printf ("*** was found! If gtk-config was correct, then it is best\n");
 
4673
-      printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
 
4674
-      printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
 
4675
-      printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
 
4676
-      printf("*** required on your system.\n");
 
4677
-      printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
 
4678
-      printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
 
4679
-      printf("*** before re-running configure\n");
 
4680
-    } 
 
4681
-#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
 
4682
-  else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
 
4683
-          (gtk_minor_version != GTK_MINOR_VERSION) ||
 
4684
-           (gtk_micro_version != GTK_MICRO_VERSION))
 
4685
-    {
 
4686
-      printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
 
4687
-            GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
 
4688
-      printf("*** library (version %d.%d.%d)\n",
 
4689
-            gtk_major_version, gtk_minor_version, gtk_micro_version);
 
4690
-    }
 
4691
-#endif /* defined (GTK_MAJOR_VERSION) ... */
 
4692
-  else
 
4693
-    {
 
4694
-      if ((gtk_major_version > major) ||
 
4695
-        ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
 
4696
-        ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
 
4697
-      {
 
4698
-        return 0;
 
4699
-       }
 
4700
-     else
 
4701
-      {
 
4702
-        printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
 
4703
-               gtk_major_version, gtk_minor_version, gtk_micro_version);
 
4704
-        printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
 
4705
-              major, minor, micro);
 
4706
-        printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
 
4707
-        printf("***\n");
 
4708
-        printf("*** If you have already installed a sufficiently new version, this error\n");
 
4709
-        printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
 
4710
-        printf("*** being found. The easiest way to fix this is to remove the old version\n");
 
4711
-        printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
 
4712
-        printf("*** correct copy of gtk-config. (In this case, you will have to\n");
 
4713
-        printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
 
4714
-        printf("*** so that the correct libraries are found at run-time))\n");
 
4715
-      }
 
4716
-    }
 
4717
-  return 1;
 
4718
-}
 
4719
-],, no_gtk=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"])
 
4720
-       CFLAGS="$ac_save_CFLAGS"
 
4721
-       LIBS="$ac_save_LIBS"
 
4722
-     fi
 
4723
-  fi
 
4724
-  if test "x$no_gtk" = x ; then
 
4725
-     AC_MSG_RESULT(yes)
 
4726
-     ifelse([$2], , :, [$2])     
 
4727
-  else
 
4728
-     AC_MSG_RESULT(no)
 
4729
-     if test "$GTK_CONFIG" = "no" ; then
 
4730
-       echo "*** The gtk-config script installed by GTK could not be found"
 
4731
-       echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
 
4732
-       echo "*** your path, or set the GTK_CONFIG environment variable to the"
 
4733
-       echo "*** full path to gtk-config."
 
4734
-     else
 
4735
-       if test -f conf.gtktest ; then
 
4736
-        :
 
4737
-       else
 
4738
-          echo "*** Could not run GTK test program, checking why..."
 
4739
-          CFLAGS="$CFLAGS $GTK_CFLAGS"
 
4740
-          LIBS="$LIBS $GTK_LIBS"
 
4741
-          AC_TRY_LINK([
 
4742
-#include <gtk/gtk.h>
 
4743
-#include <stdio.h>
 
4744
-],      [ return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); ],
 
4745
-        [ echo "*** The test program compiled, but did not run. This usually means"
 
4746
-          echo "*** that the run-time linker is not finding GTK or finding the wrong"
 
4747
-          echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
 
4748
-          echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
 
4749
-          echo "*** to the installed location  Also, make sure you have run ldconfig if that"
 
4750
-          echo "*** is required on your system"
 
4751
-         echo "***"
 
4752
-          echo "*** If you have an old version installed, it is best to remove it, although"
 
4753
-          echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
 
4754
-          echo "***"
 
4755
-          echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
 
4756
-          echo "*** came with the system with the command"
 
4757
-          echo "***"
 
4758
-          echo "***    rpm --erase --nodeps gtk gtk-devel" ],
 
4759
-        [ echo "*** The test program failed to compile or link. See the file config.log for the"
 
4760
-          echo "*** exact error that occured. This usually means GTK was incorrectly installed"
 
4761
-          echo "*** or that you have moved GTK since it was installed. In the latter case, you"
 
4762
-          echo "*** may want to edit the gtk-config script: $GTK_CONFIG" ])
 
4763
-          CFLAGS="$ac_save_CFLAGS"
 
4764
-          LIBS="$ac_save_LIBS"
 
4765
-       fi
 
4766
-     fi
 
4767
-     GTK_CFLAGS=""
 
4768
-     GTK_LIBS=""
 
4769
-     ifelse([$3], , :, [$3])
 
4770
-  fi
 
4771
-  AC_SUBST(GTK_CFLAGS)
 
4772
-  AC_SUBST(GTK_LIBS)
 
4773
-  rm -f conf.gtktest
 
4774
-])
 
4775
+AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
 
4776
+AC_MSG_RESULT([$am_cv_prog_tar_$1])])
 
4777
+AC_SUBST([am__tar])
 
4778
+AC_SUBST([am__untar])
 
4779
+]) # _AM_PROG_TAR
 
4780
 
 
4781
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/config.h.in
 
4782
+++ gtkboard-0.11pre0+cvs.2003.11.02/config.h.in
 
4783
@@ -1,29 +1,60 @@
 
4784
-/* config.h.in.  Generated from configure.in by autoheader.  */
 
4785
+/* config.h.in.  Generated from configure.ac by autoheader.  */
 
4786
+
 
4787
+/* Define to 1 if you have the `fork' function. */
 
4788
+#undef HAVE_FORK
 
4789
+
 
4790
+/* Define to 1 if you have the `getcwd' function. */
 
4791
+#undef HAVE_GETCWD
 
4792
 
 
4793
 /* Define to 1 if you have the <inttypes.h> header file. */
 
4794
 #undef HAVE_INTTYPES_H
 
4795
 
 
4796
+/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
 
4797
+   to 0 otherwise. */
 
4798
+#undef HAVE_MALLOC
 
4799
+
 
4800
 /* Define to 1 if you have the <memory.h> header file. */
 
4801
 #undef HAVE_MEMORY_H
 
4802
 
 
4803
+/* Define to 1 if you have the `memset' function. */
 
4804
+#undef HAVE_MEMSET
 
4805
+
 
4806
 /* Define to 1 if you have the `mkdir' function. */
 
4807
 #undef HAVE_MKDIR
 
4808
 
 
4809
 /* Do we have the SDL library */
 
4810
 #undef HAVE_SDL
 
4811
 
 
4812
+/* Define to 1 if you have the `sqrt' function. */
 
4813
+#undef HAVE_SQRT
 
4814
+
 
4815
+/* Define to 1 if stdbool.h conforms to C99. */
 
4816
+#undef HAVE_STDBOOL_H
 
4817
+
 
4818
 /* Define to 1 if you have the <stdint.h> header file. */
 
4819
 #undef HAVE_STDINT_H
 
4820
 
 
4821
 /* Define to 1 if you have the <stdlib.h> header file. */
 
4822
 #undef HAVE_STDLIB_H
 
4823
 
 
4824
+/* Define to 1 if you have the `strcasecmp' function. */
 
4825
+#undef HAVE_STRCASECMP
 
4826
+
 
4827
 /* Define to 1 if you have the <strings.h> header file. */
 
4828
 #undef HAVE_STRINGS_H
 
4829
 
 
4830
 /* Define to 1 if you have the <string.h> header file. */
 
4831
 #undef HAVE_STRING_H
 
4832
 
 
4833
+/* Define to 1 if you have the `strncasecmp' function. */
 
4834
+#undef HAVE_STRNCASECMP
 
4835
+
 
4836
+/* Define to 1 if you have the `strpbrk' function. */
 
4837
+#undef HAVE_STRPBRK
 
4838
+
 
4839
+/* Define to 1 if you have the `strstr' function. */
 
4840
+#undef HAVE_STRSTR
 
4841
+
 
4842
 /* Define to 1 if you have the `strtol' function. */
 
4843
 #undef HAVE_STRTOL
 
4844
 
 
4845
@@ -36,6 +67,21 @@
 
4846
 /* Define to 1 if you have the <unistd.h> header file. */
 
4847
 #undef HAVE_UNISTD_H
 
4848
 
 
4849
+/* Define to 1 if you have the `vfork' function. */
 
4850
+#undef HAVE_VFORK
 
4851
+
 
4852
+/* Define to 1 if you have the <vfork.h> header file. */
 
4853
+#undef HAVE_VFORK_H
 
4854
+
 
4855
+/* Define to 1 if `fork' works. */
 
4856
+#undef HAVE_WORKING_FORK
 
4857
+
 
4858
+/* Define to 1 if `vfork' works. */
 
4859
+#undef HAVE_WORKING_VFORK
 
4860
+
 
4861
+/* Define to 1 if the system has the type `_Bool'. */
 
4862
+#undef HAVE__BOOL
 
4863
+
 
4864
 /* Name of package */
 
4865
 #undef PACKAGE
 
4866
 
 
4867
@@ -51,12 +97,12 @@
 
4868
 /* Define to the one symbol short name of this package. */
 
4869
 #undef PACKAGE_TARNAME
 
4870
 
 
4871
+/* Define to the home page for this package. */
 
4872
+#undef PACKAGE_URL
 
4873
+
 
4874
 /* Define to the version of this package. */
 
4875
 #undef PACKAGE_VERSION
 
4876
 
 
4877
-/* Define as the return type of signal handlers (`int' or `void'). */
 
4878
-#undef RETSIGTYPE
 
4879
-
 
4880
 /* Define to 1 if you have the ANSI C header files. */
 
4881
 #undef STDC_HEADERS
 
4882
 
 
4883
@@ -65,3 +111,12 @@
 
4884
 
 
4885
 /* Define to empty if `const' does not conform to ANSI C. */
 
4886
 #undef const
 
4887
+
 
4888
+/* Define to rpl_malloc if the replacement function should be used. */
 
4889
+#undef malloc
 
4890
+
 
4891
+/* Define to `int' if <sys/types.h> does not define. */
 
4892
+#undef pid_t
 
4893
+
 
4894
+/* Define as `fork' if `vfork' does not work. */
 
4895
+#undef vfork
 
4896
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/configure
 
4897
+++ gtkboard-0.11pre0+cvs.2003.11.02/configure
 
4898
@@ -1,81 +1,415 @@
 
4899
 #! /bin/sh
 
4900
 # Guess values for system-dependent variables and create Makefiles.
 
4901
-# Generated by GNU Autoconf 2.57.
 
4902
+# Generated by GNU Autoconf 2.67 for gtkboard 0.11pre0.
 
4903
+#
 
4904
+#
 
4905
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
4906
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
 
4907
+# Foundation, Inc.
 
4908
+#
 
4909
 #
 
4910
-# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
 
4911
-# Free Software Foundation, Inc.
 
4912
 # This configure script is free software; the Free Software Foundation
 
4913
 # gives unlimited permission to copy, distribute and modify it.
 
4914
-## --------------------- ##
 
4915
-## M4sh Initialization.  ##
 
4916
-## --------------------- ##
 
4917
-
 
4918
-# Be Bourne compatible
 
4919
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
4920
+## -------------------- ##
 
4921
+## M4sh Initialization. ##
 
4922
+## -------------------- ##
 
4923
+
 
4924
+# Be more Bourne compatible
 
4925
+DUALCASE=1; export DUALCASE # for MKS sh
 
4926
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
 
4927
   emulate sh
 
4928
   NULLCMD=:
 
4929
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
4930
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
4931
   # is contrary to our usage.  Disable this feature.
 
4932
   alias -g '${1+"$@"}'='"$@"'
 
4933
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
 
4934
-  set -o posix
 
4935
+  setopt NO_GLOB_SUBST
 
4936
+else
 
4937
+  case `(set -o) 2>/dev/null` in #(
 
4938
+  *posix*) :
 
4939
+    set -o posix ;; #(
 
4940
+  *) :
 
4941
+     ;;
 
4942
+esac
 
4943
 fi
 
4944
 
 
4945
-# Support unset when possible.
 
4946
-if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
 
4947
-  as_unset=unset
 
4948
-else
 
4949
-  as_unset=false
 
4950
+
 
4951
+as_nl='
 
4952
+'
 
4953
+export as_nl
 
4954
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
 
4955
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
4956
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 
4957
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 
4958
+# Prefer a ksh shell builtin over an external printf program on Solaris,
 
4959
+# but without wasting forks for bash or zsh.
 
4960
+if test -z "$BASH_VERSION$ZSH_VERSION" \
 
4961
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
 
4962
+  as_echo='print -r --'
 
4963
+  as_echo_n='print -rn --'
 
4964
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
4965
+  as_echo='printf %s\n'
 
4966
+  as_echo_n='printf %s'
 
4967
+else
 
4968
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
 
4969
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
 
4970
+    as_echo_n='/usr/ucb/echo -n'
 
4971
+  else
 
4972
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 
4973
+    as_echo_n_body='eval
 
4974
+      arg=$1;
 
4975
+      case $arg in #(
 
4976
+      *"$as_nl"*)
 
4977
+       expr "X$arg" : "X\\(.*\\)$as_nl";
 
4978
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 
4979
+      esac;
 
4980
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
 
4981
+    '
 
4982
+    export as_echo_n_body
 
4983
+    as_echo_n='sh -c $as_echo_n_body as_echo'
 
4984
+  fi
 
4985
+  export as_echo_body
 
4986
+  as_echo='sh -c $as_echo_body as_echo'
 
4987
+fi
 
4988
+
 
4989
+# The user is always right.
 
4990
+if test "${PATH_SEPARATOR+set}" != set; then
 
4991
+  PATH_SEPARATOR=:
 
4992
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
 
4993
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
 
4994
+      PATH_SEPARATOR=';'
 
4995
+  }
 
4996
 fi
 
4997
 
 
4998
 
 
4999
-# Work around bugs in pre-3.0 UWIN ksh.
 
5000
-$as_unset ENV MAIL MAILPATH
 
5001
+# IFS
 
5002
+# We need space, tab and new line, in precisely that order.  Quoting is
 
5003
+# there to prevent editors from complaining about space-tab.
 
5004
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
5005
+# splitting by setting IFS to empty value.)
 
5006
+IFS=" ""       $as_nl"
 
5007
+
 
5008
+# Find who we are.  Look in the path if we contain no directory separator.
 
5009
+case $0 in #((
 
5010
+  *[\\/]* ) as_myself=$0 ;;
 
5011
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
5012
+for as_dir in $PATH
 
5013
+do
 
5014
+  IFS=$as_save_IFS
 
5015
+  test -z "$as_dir" && as_dir=.
 
5016
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
5017
+  done
 
5018
+IFS=$as_save_IFS
 
5019
+
 
5020
+     ;;
 
5021
+esac
 
5022
+# We did not find ourselves, most probably we were run as `sh COMMAND'
 
5023
+# in which case we are not to be found in the path.
 
5024
+if test "x$as_myself" = x; then
 
5025
+  as_myself=$0
 
5026
+fi
 
5027
+if test ! -f "$as_myself"; then
 
5028
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
5029
+  exit 1
 
5030
+fi
 
5031
+
 
5032
+# Unset variables that we do not need and which cause bugs (e.g. in
 
5033
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
 
5034
+# suppresses any "Segmentation fault" message there.  '((' could
 
5035
+# trigger a bug in pdksh 5.2.14.
 
5036
+for as_var in BASH_ENV ENV MAIL MAILPATH
 
5037
+do eval test x\${$as_var+set} = xset \
 
5038
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
 
5039
+done
 
5040
 PS1='$ '
 
5041
 PS2='> '
 
5042
 PS4='+ '
 
5043
 
 
5044
 # NLS nuisances.
 
5045
-for as_var in \
 
5046
-  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
5047
-  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
5048
-  LC_TELEPHONE LC_TIME
 
5049
+LC_ALL=C
 
5050
+export LC_ALL
 
5051
+LANGUAGE=C
 
5052
+export LANGUAGE
 
5053
+
 
5054
+# CDPATH.
 
5055
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
5056
+
 
5057
+if test "x$CONFIG_SHELL" = x; then
 
5058
+  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
 
5059
+  emulate sh
 
5060
+  NULLCMD=:
 
5061
+  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
 
5062
+  # is contrary to our usage.  Disable this feature.
 
5063
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
 
5064
+  setopt NO_GLOB_SUBST
 
5065
+else
 
5066
+  case \`(set -o) 2>/dev/null\` in #(
 
5067
+  *posix*) :
 
5068
+    set -o posix ;; #(
 
5069
+  *) :
 
5070
+     ;;
 
5071
+esac
 
5072
+fi
 
5073
+"
 
5074
+  as_required="as_fn_return () { (exit \$1); }
 
5075
+as_fn_success () { as_fn_return 0; }
 
5076
+as_fn_failure () { as_fn_return 1; }
 
5077
+as_fn_ret_success () { return 0; }
 
5078
+as_fn_ret_failure () { return 1; }
 
5079
+
 
5080
+exitcode=0
 
5081
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
 
5082
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
 
5083
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
 
5084
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
 
5085
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
 
5086
+
 
5087
+else
 
5088
+  exitcode=1; echo positional parameters were not saved.
 
5089
+fi
 
5090
+test x\$exitcode = x0 || exit 1"
 
5091
+  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
 
5092
+  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
 
5093
+  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
 
5094
+  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
 
5095
+test \$(( 1 + 1 )) = 2 || exit 1"
 
5096
+  if (eval "$as_required") 2>/dev/null; then :
 
5097
+  as_have_required=yes
 
5098
+else
 
5099
+  as_have_required=no
 
5100
+fi
 
5101
+  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
 
5102
+
 
5103
+else
 
5104
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
5105
+as_found=false
 
5106
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 
5107
 do
 
5108
-  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
5109
-    eval $as_var=C; export $as_var
 
5110
+  IFS=$as_save_IFS
 
5111
+  test -z "$as_dir" && as_dir=.
 
5112
+  as_found=:
 
5113
+  case $as_dir in #(
 
5114
+        /*)
 
5115
+          for as_base in sh bash ksh sh5; do
 
5116
+            # Try only shells that exist, to save several forks.
 
5117
+            as_shell=$as_dir/$as_base
 
5118
+            if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
 
5119
+                   { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
 
5120
+  CONFIG_SHELL=$as_shell as_have_required=yes
 
5121
+                  if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
 
5122
+  break 2
 
5123
+fi
 
5124
+fi
 
5125
+          done;;
 
5126
+       esac
 
5127
+  as_found=false
 
5128
+done
 
5129
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
 
5130
+             { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
 
5131
+  CONFIG_SHELL=$SHELL as_have_required=yes
 
5132
+fi; }
 
5133
+IFS=$as_save_IFS
 
5134
+
 
5135
+
 
5136
+      if test "x$CONFIG_SHELL" != x; then :
 
5137
+  # We cannot yet assume a decent shell, so we have to provide a
 
5138
+       # neutralization value for shells without unset; and this also
 
5139
+       # works around shells that cannot unset nonexistent variables.
 
5140
+       BASH_ENV=/dev/null
 
5141
+       ENV=/dev/null
 
5142
+       (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
 
5143
+       export CONFIG_SHELL
 
5144
+       exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 
5145
+fi
 
5146
+
 
5147
+    if test x$as_have_required = xno; then :
 
5148
+  $as_echo "$0: This script requires a shell more modern than all"
 
5149
+  $as_echo "$0: the shells that I found on your system."
 
5150
+  if test x${ZSH_VERSION+set} = xset ; then
 
5151
+    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
 
5152
+    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
 
5153
   else
 
5154
-    $as_unset $as_var
 
5155
+    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
 
5156
+$0: including any error possibly output before this
 
5157
+$0: message. Then install a modern shell, or manually run
 
5158
+$0: the script under such a shell if you do have one."
 
5159
   fi
 
5160
-done
 
5161
+  exit 1
 
5162
+fi
 
5163
+fi
 
5164
+fi
 
5165
+SHELL=${CONFIG_SHELL-/bin/sh}
 
5166
+export SHELL
 
5167
+# Unset more variables known to interfere with behavior of common tools.
 
5168
+CLICOLOR_FORCE= GREP_OPTIONS=
 
5169
+unset CLICOLOR_FORCE GREP_OPTIONS
 
5170
+
 
5171
+## --------------------- ##
 
5172
+## M4sh Shell Functions. ##
 
5173
+## --------------------- ##
 
5174
+# as_fn_unset VAR
 
5175
+# ---------------
 
5176
+# Portably unset VAR.
 
5177
+as_fn_unset ()
 
5178
+{
 
5179
+  { eval $1=; unset $1;}
 
5180
+}
 
5181
+as_unset=as_fn_unset
 
5182
+
 
5183
+# as_fn_set_status STATUS
 
5184
+# -----------------------
 
5185
+# Set $? to STATUS, without forking.
 
5186
+as_fn_set_status ()
 
5187
+{
 
5188
+  return $1
 
5189
+} # as_fn_set_status
 
5190
+
 
5191
+# as_fn_exit STATUS
 
5192
+# -----------------
 
5193
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
 
5194
+as_fn_exit ()
 
5195
+{
 
5196
+  set +e
 
5197
+  as_fn_set_status $1
 
5198
+  exit $1
 
5199
+} # as_fn_exit
 
5200
+
 
5201
+# as_fn_mkdir_p
 
5202
+# -------------
 
5203
+# Create "$as_dir" as a directory, including parents if necessary.
 
5204
+as_fn_mkdir_p ()
 
5205
+{
 
5206
+
 
5207
+  case $as_dir in #(
 
5208
+  -*) as_dir=./$as_dir;;
 
5209
+  esac
 
5210
+  test -d "$as_dir" || eval $as_mkdir_p || {
 
5211
+    as_dirs=
 
5212
+    while :; do
 
5213
+      case $as_dir in #(
 
5214
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
5215
+      *) as_qdir=$as_dir;;
 
5216
+      esac
 
5217
+      as_dirs="'$as_qdir' $as_dirs"
 
5218
+      as_dir=`$as_dirname -- "$as_dir" ||
 
5219
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
5220
+        X"$as_dir" : 'X\(//\)[^/]' \| \
 
5221
+        X"$as_dir" : 'X\(//\)$' \| \
 
5222
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
5223
+$as_echo X"$as_dir" |
 
5224
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
5225
+           s//\1/
 
5226
+           q
 
5227
+         }
 
5228
+         /^X\(\/\/\)[^/].*/{
 
5229
+           s//\1/
 
5230
+           q
 
5231
+         }
 
5232
+         /^X\(\/\/\)$/{
 
5233
+           s//\1/
 
5234
+           q
 
5235
+         }
 
5236
+         /^X\(\/\).*/{
 
5237
+           s//\1/
 
5238
+           q
 
5239
+         }
 
5240
+         s/.*/./; q'`
 
5241
+      test -d "$as_dir" && break
 
5242
+    done
 
5243
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
5244
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
 
5245
+
 
5246
+
 
5247
+} # as_fn_mkdir_p
 
5248
+# as_fn_append VAR VALUE
 
5249
+# ----------------------
 
5250
+# Append the text in VALUE to the end of the definition contained in VAR. Take
 
5251
+# advantage of any shell optimizations that allow amortized linear growth over
 
5252
+# repeated appends, instead of the typical quadratic growth present in naive
 
5253
+# implementations.
 
5254
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
 
5255
+  eval 'as_fn_append ()
 
5256
+  {
 
5257
+    eval $1+=\$2
 
5258
+  }'
 
5259
+else
 
5260
+  as_fn_append ()
 
5261
+  {
 
5262
+    eval $1=\$$1\$2
 
5263
+  }
 
5264
+fi # as_fn_append
 
5265
+
 
5266
+# as_fn_arith ARG...
 
5267
+# ------------------
 
5268
+# Perform arithmetic evaluation on the ARGs, and store the result in the
 
5269
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
 
5270
+# must be portable across $(()) and expr.
 
5271
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
 
5272
+  eval 'as_fn_arith ()
 
5273
+  {
 
5274
+    as_val=$(( $* ))
 
5275
+  }'
 
5276
+else
 
5277
+  as_fn_arith ()
 
5278
+  {
 
5279
+    as_val=`expr "$@" || test $? -eq 1`
 
5280
+  }
 
5281
+fi # as_fn_arith
 
5282
+
 
5283
+
 
5284
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
 
5285
+# ----------------------------------------
 
5286
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 
5287
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 
5288
+# script with STATUS, using 1 if that was 0.
 
5289
+as_fn_error ()
 
5290
+{
 
5291
+  as_status=$1; test $as_status -eq 0 && as_status=1
 
5292
+  if test "$4"; then
 
5293
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
5294
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
 
5295
+  fi
 
5296
+  $as_echo "$as_me: error: $2" >&2
 
5297
+  as_fn_exit $as_status
 
5298
+} # as_fn_error
 
5299
 
 
5300
-# Required to use basename.
 
5301
-if expr a : '\(a\)' >/dev/null 2>&1; then
 
5302
+if expr a : '\(a\)' >/dev/null 2>&1 &&
 
5303
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
5304
   as_expr=expr
 
5305
 else
 
5306
   as_expr=false
 
5307
 fi
 
5308
 
 
5309
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
 
5310
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
5311
   as_basename=basename
 
5312
 else
 
5313
   as_basename=false
 
5314
 fi
 
5315
 
 
5316
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
5317
+  as_dirname=dirname
 
5318
+else
 
5319
+  as_dirname=false
 
5320
+fi
 
5321
 
 
5322
-# Name of the executable.
 
5323
-as_me=`$as_basename "$0" ||
 
5324
+as_me=`$as_basename -- "$0" ||
 
5325
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
5326
         X"$0" : 'X\(//\)$' \| \
 
5327
-        X"$0" : 'X\(/\)$' \| \
 
5328
-        .     : '\(.\)' 2>/dev/null ||
 
5329
-echo X/"$0" |
 
5330
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
 
5331
-         /^X\/\(\/\/\)$/{ s//\1/; q; }
 
5332
-         /^X\/\(\/\).*/{ s//\1/; q; }
 
5333
-         s/.*/./; q'`
 
5334
-
 
5335
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
5336
+$as_echo X/"$0" |
 
5337
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
5338
+           s//\1/
 
5339
+           q
 
5340
+         }
 
5341
+         /^X\/\(\/\/\)$/{
 
5342
+           s//\1/
 
5343
+           q
 
5344
+         }
 
5345
+         /^X\/\(\/\).*/{
 
5346
+           s//\1/
 
5347
+           q
 
5348
+         }
 
5349
+         s/.*/./; q'`
 
5350
 
 
5351
-# PATH needs CR, and LINENO needs CR and PATH.
 
5352
 # Avoid depending upon Character Ranges.
 
5353
 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
5354
 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
5355
@@ -83,237 +417,316 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTE
 
5356
 as_cr_digits='0123456789'
 
5357
 as_cr_alnum=$as_cr_Letters$as_cr_digits
 
5358
 
 
5359
-# The user is always right.
 
5360
-if test "${PATH_SEPARATOR+set}" != set; then
 
5361
-  echo "#! /bin/sh" >conf$$.sh
 
5362
-  echo  "exit 0"   >>conf$$.sh
 
5363
-  chmod +x conf$$.sh
 
5364
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
5365
-    PATH_SEPARATOR=';'
 
5366
-  else
 
5367
-    PATH_SEPARATOR=:
 
5368
-  fi
 
5369
-  rm -f conf$$.sh
 
5370
-fi
 
5371
-
 
5372
-
 
5373
-  as_lineno_1=$LINENO
 
5374
-  as_lineno_2=$LINENO
 
5375
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 
5376
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
5377
-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
 
5378
-  # Find who we are.  Look in the path if we contain no path at all
 
5379
-  # relative or not.
 
5380
-  case $0 in
 
5381
-    *[\\/]* ) as_myself=$0 ;;
 
5382
-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
5383
-for as_dir in $PATH
 
5384
-do
 
5385
-  IFS=$as_save_IFS
 
5386
-  test -z "$as_dir" && as_dir=.
 
5387
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
5388
-done
 
5389
-
 
5390
-       ;;
 
5391
-  esac
 
5392
-  # We did not find ourselves, most probably we were run as `sh COMMAND'
 
5393
-  # in which case we are not to be found in the path.
 
5394
-  if test "x$as_myself" = x; then
 
5395
-    as_myself=$0
 
5396
-  fi
 
5397
-  if test ! -f "$as_myself"; then
 
5398
-    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
 
5399
-   { (exit 1); exit 1; }; }
 
5400
-  fi
 
5401
-  case $CONFIG_SHELL in
 
5402
-  '')
 
5403
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
5404
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 
5405
-do
 
5406
-  IFS=$as_save_IFS
 
5407
-  test -z "$as_dir" && as_dir=.
 
5408
-  for as_base in sh bash ksh sh5; do
 
5409
-        case $as_dir in
 
5410
-        /*)
 
5411
-          if ("$as_dir/$as_base" -c '
 
5412
-  as_lineno_1=$LINENO
 
5413
-  as_lineno_2=$LINENO
 
5414
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 
5415
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
5416
-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
 
5417
-            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
 
5418
-            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
 
5419
-            CONFIG_SHELL=$as_dir/$as_base
 
5420
-            export CONFIG_SHELL
 
5421
-            exec "$CONFIG_SHELL" "$0" ${1+"$@"}
 
5422
-          fi;;
 
5423
-        esac
 
5424
-       done
 
5425
-done
 
5426
-;;
 
5427
-  esac
 
5428
 
 
5429
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 
5430
-  # uniformly replaced by the line number.  The first 'sed' inserts a
 
5431
-  # line-number line before each line; the second 'sed' does the real
 
5432
-  # work.  The second script uses 'N' to pair each line-number line
 
5433
-  # with the numbered line, and appends trailing '-' during
 
5434
-  # substitution so that $LINENO is not a special case at line end.
 
5435
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 
5436
-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
 
5437
-  sed '=' <$as_myself |
 
5438
+  as_lineno_1=$LINENO as_lineno_1a=$LINENO
 
5439
+  as_lineno_2=$LINENO as_lineno_2a=$LINENO
 
5440
+  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
 
5441
+  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
 
5442
+  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
 
5443
+  sed -n '
 
5444
+    p
 
5445
+    /[$]LINENO/=
 
5446
+  ' <$as_myself |
 
5447
     sed '
 
5448
+      s/[$]LINENO.*/&-/
 
5449
+      t lineno
 
5450
+      b
 
5451
+      :lineno
 
5452
       N
 
5453
-      s,$,-,
 
5454
-      : loop
 
5455
-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
 
5456
+      :loop
 
5457
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 
5458
       t loop
 
5459
-      s,-$,,
 
5460
-      s,^['$as_cr_digits']*\n,,
 
5461
+      s/-\n.*//
 
5462
     ' >$as_me.lineno &&
 
5463
-  chmod +x $as_me.lineno ||
 
5464
-    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
5465
-   { (exit 1); exit 1; }; }
 
5466
+  chmod +x "$as_me.lineno" ||
 
5467
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
 
5468
 
 
5469
   # Don't try to exec as it changes $[0], causing all sort of problems
 
5470
   # (the dirname of $[0] is not the place where we might find the
 
5471
-  # original and so on.  Autoconf is especially sensible to this).
 
5472
-  . ./$as_me.lineno
 
5473
+  # original and so on.  Autoconf is especially sensitive to this).
 
5474
+  . "./$as_me.lineno"
 
5475
   # Exit status is that of the last command.
 
5476
   exit
 
5477
 }
 
5478
 
 
5479
-
 
5480
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
 
5481
-  *c*,-n*) ECHO_N= ECHO_C='
 
5482
-' ECHO_T='     ' ;;
 
5483
-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
 
5484
-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
 
5485
+ECHO_C= ECHO_N= ECHO_T=
 
5486
+case `echo -n x` in #(((((
 
5487
+-n*)
 
5488
+  case `echo 'xy\c'` in
 
5489
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
 
5490
+  xy)  ECHO_C='\c';;
 
5491
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
 
5492
+       ECHO_T='        ';;
 
5493
+  esac;;
 
5494
+*)
 
5495
+  ECHO_N='-n';;
 
5496
 esac
 
5497
 
 
5498
-if expr a : '\(a\)' >/dev/null 2>&1; then
 
5499
-  as_expr=expr
 
5500
+rm -f conf$$ conf$$.exe conf$$.file
 
5501
+if test -d conf$$.dir; then
 
5502
+  rm -f conf$$.dir/conf$$.file
 
5503
 else
 
5504
-  as_expr=false
 
5505
+  rm -f conf$$.dir
 
5506
+  mkdir conf$$.dir 2>/dev/null
 
5507
 fi
 
5508
-
 
5509
-rm -f conf$$ conf$$.exe conf$$.file
 
5510
-echo >conf$$.file
 
5511
-if ln -s conf$$.file conf$$ 2>/dev/null; then
 
5512
-  # We could just check for DJGPP; but this test a) works b) is more generic
 
5513
-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
 
5514
-  if test -f conf$$.exe; then
 
5515
-    # Don't use ln at all; we don't have any links
 
5516
-    as_ln_s='cp -p'
 
5517
-  else
 
5518
+if (echo >conf$$.file) 2>/dev/null; then
 
5519
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
 
5520
     as_ln_s='ln -s'
 
5521
+    # ... but there are two gotchas:
 
5522
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
5523
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
5524
+    # In both cases, we have to default to `cp -p'.
 
5525
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
5526
+      as_ln_s='cp -p'
 
5527
+  elif ln conf$$.file conf$$ 2>/dev/null; then
 
5528
+    as_ln_s=ln
 
5529
+  else
 
5530
+    as_ln_s='cp -p'
 
5531
   fi
 
5532
-elif ln conf$$.file conf$$ 2>/dev/null; then
 
5533
-  as_ln_s=ln
 
5534
 else
 
5535
   as_ln_s='cp -p'
 
5536
 fi
 
5537
-rm -f conf$$ conf$$.exe conf$$.file
 
5538
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
5539
+rmdir conf$$.dir 2>/dev/null
 
5540
 
 
5541
 if mkdir -p . 2>/dev/null; then
 
5542
-  as_mkdir_p=:
 
5543
+  as_mkdir_p='mkdir -p "$as_dir"'
 
5544
 else
 
5545
+  test -d ./-p && rmdir ./-p
 
5546
   as_mkdir_p=false
 
5547
 fi
 
5548
 
 
5549
-as_executable_p="test -f"
 
5550
+if test -x / >/dev/null 2>&1; then
 
5551
+  as_test_x='test -x'
 
5552
+else
 
5553
+  if ls -dL / >/dev/null 2>&1; then
 
5554
+    as_ls_L_option=L
 
5555
+  else
 
5556
+    as_ls_L_option=
 
5557
+  fi
 
5558
+  as_test_x='
 
5559
+    eval sh -c '\''
 
5560
+      if test -d "$1"; then
 
5561
+       test -d "$1/.";
 
5562
+      else
 
5563
+       case $1 in #(
 
5564
+       -*)set "./$1";;
 
5565
+       esac;
 
5566
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
 
5567
+       ???[sx]*):;;*)false;;esac;fi
 
5568
+    '\'' sh
 
5569
+  '
 
5570
+fi
 
5571
+as_executable_p=$as_test_x
 
5572
 
 
5573
 # Sed expression to map a string onto a valid CPP name.
 
5574
-as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
 
5575
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
5576
 
 
5577
 # Sed expression to map a string onto a valid variable name.
 
5578
-as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
 
5579
-
 
5580
-
 
5581
-# IFS
 
5582
-# We need space, tab and new line, in precisely that order.
 
5583
-as_nl='
 
5584
-'
 
5585
-IFS="  $as_nl"
 
5586
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
5587
 
 
5588
-# CDPATH.
 
5589
-$as_unset CDPATH
 
5590
 
 
5591
+test -n "$DJDIR" || exec 7<&0 </dev/null
 
5592
+exec 6>&1
 
5593
 
 
5594
 # Name of the host.
 
5595
-# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
 
5596
+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
 
5597
 # so uname gets run too.
 
5598
 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
 
5599
 
 
5600
-exec 6>&1
 
5601
-
 
5602
 #
 
5603
 # Initializations.
 
5604
 #
 
5605
 ac_default_prefix=/usr/local
 
5606
+ac_clean_files=
 
5607
 ac_config_libobj_dir=.
 
5608
+LIBOBJS=
 
5609
 cross_compiling=no
 
5610
 subdirs=
 
5611
 MFLAGS=
 
5612
 MAKEFLAGS=
 
5613
-SHELL=${CONFIG_SHELL-/bin/sh}
 
5614
-
 
5615
-# Maximum number of lines to put in a shell here document.
 
5616
-# This variable seems obsolete.  It should probably be removed, and
 
5617
-# only ac_max_sed_lines should be used.
 
5618
-: ${ac_max_here_lines=38}
 
5619
 
 
5620
 # Identity of this package.
 
5621
-PACKAGE_NAME=
 
5622
-PACKAGE_TARNAME=
 
5623
-PACKAGE_VERSION=
 
5624
-PACKAGE_STRING=
 
5625
-PACKAGE_BUGREPORT=
 
5626
+PACKAGE_NAME='gtkboard'
 
5627
+PACKAGE_TARNAME='gtkboard'
 
5628
+PACKAGE_VERSION='0.11pre0'
 
5629
+PACKAGE_STRING='gtkboard 0.11pre0'
 
5630
+PACKAGE_BUGREPORT=''
 
5631
+PACKAGE_URL=''
 
5632
 
 
5633
 ac_unique_file="src/"
 
5634
 # Factoring default headers for most tests.
 
5635
 ac_includes_default="\
 
5636
 #include <stdio.h>
 
5637
-#if HAVE_SYS_TYPES_H
 
5638
+#ifdef HAVE_SYS_TYPES_H
 
5639
 # include <sys/types.h>
 
5640
 #endif
 
5641
-#if HAVE_SYS_STAT_H
 
5642
+#ifdef HAVE_SYS_STAT_H
 
5643
 # include <sys/stat.h>
 
5644
 #endif
 
5645
-#if STDC_HEADERS
 
5646
+#ifdef STDC_HEADERS
 
5647
 # include <stdlib.h>
 
5648
 # include <stddef.h>
 
5649
 #else
 
5650
-# if HAVE_STDLIB_H
 
5651
+# ifdef HAVE_STDLIB_H
 
5652
 #  include <stdlib.h>
 
5653
 # endif
 
5654
 #endif
 
5655
-#if HAVE_STRING_H
 
5656
-# if !STDC_HEADERS && HAVE_MEMORY_H
 
5657
+#ifdef HAVE_STRING_H
 
5658
+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 
5659
 #  include <memory.h>
 
5660
 # endif
 
5661
 # include <string.h>
 
5662
 #endif
 
5663
-#if HAVE_STRINGS_H
 
5664
+#ifdef HAVE_STRINGS_H
 
5665
 # include <strings.h>
 
5666
 #endif
 
5667
-#if HAVE_INTTYPES_H
 
5668
+#ifdef HAVE_INTTYPES_H
 
5669
 # include <inttypes.h>
 
5670
-#else
 
5671
-# if HAVE_STDINT_H
 
5672
-#  include <stdint.h>
 
5673
-# endif
 
5674
 #endif
 
5675
-#if HAVE_UNISTD_H
 
5676
+#ifdef HAVE_STDINT_H
 
5677
+# include <stdint.h>
 
5678
+#endif
 
5679
+#ifdef HAVE_UNISTD_H
 
5680
 # include <unistd.h>
 
5681
 #endif"
 
5682
 
 
5683
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG GNOME_CFLAGS GNOME_LIBS WITH_GNOME_TRUE WITH_GNOME_FALSE CPP EGREP LIBOBJS LTLIBOBJS'
 
5684
+ac_subst_vars='am__EXEEXT_FALSE
 
5685
+am__EXEEXT_TRUE
 
5686
+LTLIBOBJS
 
5687
+LIBOBJS
 
5688
+EGREP
 
5689
+GREP
 
5690
+CPP
 
5691
+WITH_GNOME_FALSE
 
5692
+WITH_GNOME_TRUE
 
5693
+GNOME_LIBS
 
5694
+GNOME_CFLAGS
 
5695
+GTK_LIBS
 
5696
+GTK_CFLAGS
 
5697
+PKG_CONFIG_LIBDIR
 
5698
+PKG_CONFIG_PATH
 
5699
+PKG_CONFIG
 
5700
+am__fastdepCC_FALSE
 
5701
+am__fastdepCC_TRUE
 
5702
+CCDEPMODE
 
5703
+AMDEPBACKSLASH
 
5704
+AMDEP_FALSE
 
5705
+AMDEP_TRUE
 
5706
+am__quote
 
5707
+am__include
 
5708
+DEPDIR
 
5709
+OBJEXT
 
5710
+EXEEXT
 
5711
+ac_ct_CC
 
5712
+CPPFLAGS
 
5713
+LDFLAGS
 
5714
+CFLAGS
 
5715
+CC
 
5716
+am__untar
 
5717
+am__tar
 
5718
+AMTAR
 
5719
+am__leading_dot
 
5720
+SET_MAKE
 
5721
+AWK
 
5722
+mkdir_p
 
5723
+MKDIR_P
 
5724
+INSTALL_STRIP_PROGRAM
 
5725
+STRIP
 
5726
+install_sh
 
5727
+MAKEINFO
 
5728
+AUTOHEADER
 
5729
+AUTOMAKE
 
5730
+AUTOCONF
 
5731
+ACLOCAL
 
5732
+VERSION
 
5733
+PACKAGE
 
5734
+CYGPATH_W
 
5735
+am__isrc
 
5736
+INSTALL_DATA
 
5737
+INSTALL_SCRIPT
 
5738
+INSTALL_PROGRAM
 
5739
+target_os
 
5740
+target_vendor
 
5741
+target_cpu
 
5742
+target
 
5743
+host_os
 
5744
+host_vendor
 
5745
+host_cpu
 
5746
+host
 
5747
+build_os
 
5748
+build_vendor
 
5749
+build_cpu
 
5750
+build
 
5751
+target_alias
 
5752
+host_alias
 
5753
+build_alias
 
5754
+LIBS
 
5755
+ECHO_T
 
5756
+ECHO_N
 
5757
+ECHO_C
 
5758
+DEFS
 
5759
+mandir
 
5760
+localedir
 
5761
+libdir
 
5762
+psdir
 
5763
+pdfdir
 
5764
+dvidir
 
5765
+htmldir
 
5766
+infodir
 
5767
+docdir
 
5768
+oldincludedir
 
5769
+includedir
 
5770
+localstatedir
 
5771
+sharedstatedir
 
5772
+sysconfdir
 
5773
+datadir
 
5774
+datarootdir
 
5775
+libexecdir
 
5776
+sbindir
 
5777
+bindir
 
5778
+program_transform_name
 
5779
+prefix
 
5780
+exec_prefix
 
5781
+PACKAGE_URL
 
5782
+PACKAGE_BUGREPORT
 
5783
+PACKAGE_STRING
 
5784
+PACKAGE_VERSION
 
5785
+PACKAGE_TARNAME
 
5786
+PACKAGE_NAME
 
5787
+PATH_SEPARATOR
 
5788
+SHELL'
 
5789
 ac_subst_files=''
 
5790
+ac_user_opts='
 
5791
+enable_option_checking
 
5792
+enable_dependency_tracking
 
5793
+enable_gtk2
 
5794
+enable_sdl
 
5795
+enable_gnome
 
5796
+'
 
5797
+      ac_precious_vars='build_alias
 
5798
+host_alias
 
5799
+target_alias
 
5800
+CC
 
5801
+CFLAGS
 
5802
+LDFLAGS
 
5803
+LIBS
 
5804
+CPPFLAGS
 
5805
+PKG_CONFIG
 
5806
+PKG_CONFIG_PATH
 
5807
+PKG_CONFIG_LIBDIR
 
5808
+GTK_CFLAGS
 
5809
+GTK_LIBS
 
5810
+GNOME_CFLAGS
 
5811
+GNOME_LIBS
 
5812
+CPP'
 
5813
+
 
5814
 
 
5815
 # Initialize some variables set by options.
 
5816
 ac_init_help=
 
5817
 ac_init_version=false
 
5818
+ac_unrecognized_opts=
 
5819
+ac_unrecognized_sep=
 
5820
 # The variables have the same names as the options, with
 
5821
 # dashes changed to underlines.
 
5822
 cache_file=/dev/null
 
5823
@@ -336,34 +749,49 @@ x_libraries=NONE
 
5824
 # and all the variables that are supposed to be based on exec_prefix
 
5825
 # by default will actually change.
 
5826
 # Use braces instead of parens because sh, perl, etc. also accept them.
 
5827
+# (The list follows the same order as the GNU Coding Standards.)
 
5828
 bindir='${exec_prefix}/bin'
 
5829
 sbindir='${exec_prefix}/sbin'
 
5830
 libexecdir='${exec_prefix}/libexec'
 
5831
-datadir='${prefix}/share'
 
5832
+datarootdir='${prefix}/share'
 
5833
+datadir='${datarootdir}'
 
5834
 sysconfdir='${prefix}/etc'
 
5835
 sharedstatedir='${prefix}/com'
 
5836
 localstatedir='${prefix}/var'
 
5837
-libdir='${exec_prefix}/lib'
 
5838
 includedir='${prefix}/include'
 
5839
 oldincludedir='/usr/include'
 
5840
-infodir='${prefix}/info'
 
5841
-mandir='${prefix}/man'
 
5842
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
 
5843
+infodir='${datarootdir}/info'
 
5844
+htmldir='${docdir}'
 
5845
+dvidir='${docdir}'
 
5846
+pdfdir='${docdir}'
 
5847
+psdir='${docdir}'
 
5848
+libdir='${exec_prefix}/lib'
 
5849
+localedir='${datarootdir}/locale'
 
5850
+mandir='${datarootdir}/man'
 
5851
 
 
5852
 ac_prev=
 
5853
+ac_dashdash=
 
5854
 for ac_option
 
5855
 do
 
5856
   # If the previous option needs an argument, assign it.
 
5857
   if test -n "$ac_prev"; then
 
5858
-    eval "$ac_prev=\$ac_option"
 
5859
+    eval $ac_prev=\$ac_option
 
5860
     ac_prev=
 
5861
     continue
 
5862
   fi
 
5863
 
 
5864
-  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
 
5865
+  case $ac_option in
 
5866
+  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 
5867
+  *=)   ac_optarg= ;;
 
5868
+  *)    ac_optarg=yes ;;
 
5869
+  esac
 
5870
 
 
5871
   # Accept the important Cygnus configure options, so we can diagnose typos.
 
5872
 
 
5873
-  case $ac_option in
 
5874
+  case $ac_dashdash$ac_option in
 
5875
+  --)
 
5876
+    ac_dashdash=yes ;;
 
5877
 
 
5878
   -bindir | --bindir | --bindi | --bind | --bin | --bi)
 
5879
     ac_prev=bindir ;;
 
5880
@@ -385,33 +813,59 @@ do
 
5881
   --config-cache | -C)
 
5882
     cache_file=config.cache ;;
 
5883
 
 
5884
-  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
 
5885
+  -datadir | --datadir | --datadi | --datad)
 
5886
     ac_prev=datadir ;;
 
5887
-  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
 
5888
-  | --da=*)
 
5889
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
 
5890
     datadir=$ac_optarg ;;
 
5891
 
 
5892
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
 
5893
+  | --dataroo | --dataro | --datar)
 
5894
+    ac_prev=datarootdir ;;
 
5895
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
 
5896
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
 
5897
+    datarootdir=$ac_optarg ;;
 
5898
+
 
5899
   -disable-* | --disable-*)
 
5900
-    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 
5901
+    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 
5902
     # Reject names that are not valid shell variable names.
 
5903
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
5904
-      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 
5905
-   { (exit 1); exit 1; }; }
 
5906
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
 
5907
-    eval "enable_$ac_feature=no" ;;
 
5908
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
5909
+      as_fn_error $? "invalid feature name: $ac_useropt"
 
5910
+    ac_useropt_orig=$ac_useropt
 
5911
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
5912
+    case $ac_user_opts in
 
5913
+      *"
 
5914
+"enable_$ac_useropt"
 
5915
+"*) ;;
 
5916
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
 
5917
+        ac_unrecognized_sep=', ';;
 
5918
+    esac
 
5919
+    eval enable_$ac_useropt=no ;;
 
5920
+
 
5921
+  -docdir | --docdir | --docdi | --doc | --do)
 
5922
+    ac_prev=docdir ;;
 
5923
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
 
5924
+    docdir=$ac_optarg ;;
 
5925
+
 
5926
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
 
5927
+    ac_prev=dvidir ;;
 
5928
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
 
5929
+    dvidir=$ac_optarg ;;
 
5930
 
 
5931
   -enable-* | --enable-*)
 
5932
-    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 
5933
+    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 
5934
     # Reject names that are not valid shell variable names.
 
5935
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
5936
-      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 
5937
-   { (exit 1); exit 1; }; }
 
5938
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
 
5939
-    case $ac_option in
 
5940
-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
 
5941
-      *) ac_optarg=yes ;;
 
5942
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
5943
+      as_fn_error $? "invalid feature name: $ac_useropt"
 
5944
+    ac_useropt_orig=$ac_useropt
 
5945
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
5946
+    case $ac_user_opts in
 
5947
+      *"
 
5948
+"enable_$ac_useropt"
 
5949
+"*) ;;
 
5950
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
 
5951
+        ac_unrecognized_sep=', ';;
 
5952
     esac
 
5953
-    eval "enable_$ac_feature='$ac_optarg'" ;;
 
5954
+    eval enable_$ac_useropt=\$ac_optarg ;;
 
5955
 
 
5956
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
 
5957
   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
 
5958
@@ -438,6 +892,12 @@ do
 
5959
   -host=* | --host=* | --hos=* | --ho=*)
 
5960
     host_alias=$ac_optarg ;;
 
5961
 
 
5962
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
 
5963
+    ac_prev=htmldir ;;
 
5964
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
 
5965
+  | --ht=*)
 
5966
+    htmldir=$ac_optarg ;;
 
5967
+
 
5968
   -includedir | --includedir | --includedi | --included | --include \
 
5969
   | --includ | --inclu | --incl | --inc)
 
5970
     ac_prev=includedir ;;
 
5971
@@ -462,13 +922,16 @@ do
 
5972
   | --libexe=* | --libex=* | --libe=*)
 
5973
     libexecdir=$ac_optarg ;;
 
5974
 
 
5975
+  -localedir | --localedir | --localedi | --localed | --locale)
 
5976
+    ac_prev=localedir ;;
 
5977
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
 
5978
+    localedir=$ac_optarg ;;
 
5979
+
 
5980
   -localstatedir | --localstatedir | --localstatedi | --localstated \
 
5981
-  | --localstate | --localstat | --localsta | --localst \
 
5982
-  | --locals | --local | --loca | --loc | --lo)
 
5983
+  | --localstate | --localstat | --localsta | --localst | --locals)
 
5984
     ac_prev=localstatedir ;;
 
5985
   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
 
5986
-  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
 
5987
-  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
 
5988
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
 
5989
     localstatedir=$ac_optarg ;;
 
5990
 
 
5991
   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
 
5992
@@ -533,6 +996,16 @@ do
 
5993
   | --progr-tra=* | --program-tr=* | --program-t=*)
 
5994
     program_transform_name=$ac_optarg ;;
 
5995
 
 
5996
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
 
5997
+    ac_prev=pdfdir ;;
 
5998
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
 
5999
+    pdfdir=$ac_optarg ;;
 
6000
+
 
6001
+  -psdir | --psdir | --psdi | --psd | --ps)
 
6002
+    ac_prev=psdir ;;
 
6003
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
 
6004
+    psdir=$ac_optarg ;;
 
6005
+
 
6006
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
6007
   | -silent | --silent | --silen | --sile | --sil)
 
6008
     silent=yes ;;
 
6009
@@ -583,26 +1056,36 @@ do
 
6010
     ac_init_version=: ;;
 
6011
 
 
6012
   -with-* | --with-*)
 
6013
-    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 
6014
+    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 
6015
     # Reject names that are not valid shell variable names.
 
6016
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
6017
-      { echo "$as_me: error: invalid package name: $ac_package" >&2
 
6018
-   { (exit 1); exit 1; }; }
 
6019
-    ac_package=`echo $ac_package| sed 's/-/_/g'`
 
6020
-    case $ac_option in
 
6021
-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
 
6022
-      *) ac_optarg=yes ;;
 
6023
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
6024
+      as_fn_error $? "invalid package name: $ac_useropt"
 
6025
+    ac_useropt_orig=$ac_useropt
 
6026
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
6027
+    case $ac_user_opts in
 
6028
+      *"
 
6029
+"with_$ac_useropt"
 
6030
+"*) ;;
 
6031
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
 
6032
+        ac_unrecognized_sep=', ';;
 
6033
     esac
 
6034
-    eval "with_$ac_package='$ac_optarg'" ;;
 
6035
+    eval with_$ac_useropt=\$ac_optarg ;;
 
6036
 
 
6037
   -without-* | --without-*)
 
6038
-    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 
6039
+    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 
6040
     # Reject names that are not valid shell variable names.
 
6041
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
6042
-      { echo "$as_me: error: invalid package name: $ac_package" >&2
 
6043
-   { (exit 1); exit 1; }; }
 
6044
-    ac_package=`echo $ac_package | sed 's/-/_/g'`
 
6045
-    eval "with_$ac_package=no" ;;
 
6046
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
6047
+      as_fn_error $? "invalid package name: $ac_useropt"
 
6048
+    ac_useropt_orig=$ac_useropt
 
6049
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
6050
+    case $ac_user_opts in
 
6051
+      *"
 
6052
+"with_$ac_useropt"
 
6053
+"*) ;;
 
6054
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
 
6055
+        ac_unrecognized_sep=', ';;
 
6056
+    esac
 
6057
+    eval with_$ac_useropt=no ;;
 
6058
 
 
6059
   --x)
 
6060
     # Obsolete; use --with-x.
 
6061
@@ -622,26 +1105,25 @@ do
 
6062
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
 
6063
     x_libraries=$ac_optarg ;;
 
6064
 
 
6065
-  -*) { echo "$as_me: error: unrecognized option: $ac_option
 
6066
-Try \`$0 --help' for more information." >&2
 
6067
-   { (exit 1); exit 1; }; }
 
6068
+  -*) as_fn_error $? "unrecognized option: \`$ac_option'
 
6069
+Try \`$0 --help' for more information"
 
6070
     ;;
 
6071
 
 
6072
   *=*)
 
6073
     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
 
6074
     # Reject names that are not valid shell variable names.
 
6075
-    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
 
6076
-      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
 
6077
-   { (exit 1); exit 1; }; }
 
6078
-    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
 
6079
-    eval "$ac_envvar='$ac_optarg'"
 
6080
+    case $ac_envvar in #(
 
6081
+      '' | [0-9]* | *[!_$as_cr_alnum]* )
 
6082
+      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
 
6083
+    esac
 
6084
+    eval $ac_envvar=\$ac_optarg
 
6085
     export $ac_envvar ;;
 
6086
 
 
6087
   *)
 
6088
     # FIXME: should be removed in autoconf 3.0.
 
6089
-    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
 
6090
+    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
 
6091
     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
6092
-      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
 
6093
+      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
 
6094
     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
 
6095
     ;;
 
6096
 
 
6097
@@ -650,31 +1132,36 @@ done
 
6098
 
 
6099
 if test -n "$ac_prev"; then
 
6100
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
 
6101
-  { echo "$as_me: error: missing argument to $ac_option" >&2
 
6102
-   { (exit 1); exit 1; }; }
 
6103
+  as_fn_error $? "missing argument to $ac_option"
 
6104
 fi
 
6105
 
 
6106
-# Be sure to have absolute paths.
 
6107
-for ac_var in exec_prefix prefix
 
6108
-do
 
6109
-  eval ac_val=$`echo $ac_var`
 
6110
-  case $ac_val in
 
6111
-    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
 
6112
-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 
6113
-   { (exit 1); exit 1; }; };;
 
6114
+if test -n "$ac_unrecognized_opts"; then
 
6115
+  case $enable_option_checking in
 
6116
+    no) ;;
 
6117
+    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
 
6118
+    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
 
6119
   esac
 
6120
-done
 
6121
+fi
 
6122
 
 
6123
-# Be sure to have absolute paths.
 
6124
-for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
 
6125
-              localstatedir libdir includedir oldincludedir infodir mandir
 
6126
+# Check all directory arguments for consistency.
 
6127
+for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
 
6128
+               datadir sysconfdir sharedstatedir localstatedir includedir \
 
6129
+               oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
 
6130
+               libdir localedir mandir
 
6131
 do
 
6132
-  eval ac_val=$`echo $ac_var`
 
6133
+  eval ac_val=\$$ac_var
 
6134
+  # Remove trailing slashes.
 
6135
   case $ac_val in
 
6136
-    [\\/$]* | ?:[\\/]* ) ;;
 
6137
-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 
6138
-   { (exit 1); exit 1; }; };;
 
6139
+    */ )
 
6140
+      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
 
6141
+      eval $ac_var=\$ac_val;;
 
6142
   esac
 
6143
+  # Be sure to have absolute directory names.
 
6144
+  case $ac_val in
 
6145
+    [\\/$]* | ?:[\\/]* )  continue;;
 
6146
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
 
6147
+  esac
 
6148
+  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
 
6149
 done
 
6150
 
 
6151
 # There might be people who depend on the old broken behavior: `$host'
 
6152
@@ -688,8 +1175,8 @@ target=$target_alias
 
6153
 if test "x$host_alias" != x; then
 
6154
   if test "x$build_alias" = x; then
 
6155
     cross_compiling=maybe
 
6156
-    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
 
6157
-    If a cross compiler is detected then cross compile mode will be used." >&2
 
6158
+    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
 
6159
+    If a cross compiler is detected then cross compile mode will be used" >&2
 
6160
   elif test "x$build_alias" != "x$host_alias"; then
 
6161
     cross_compiling=yes
 
6162
   fi
 
6163
@@ -701,74 +1188,72 @@ test -n "$host_alias" && ac_tool_prefix=
 
6164
 test "$silent" = yes && exec 6>/dev/null
 
6165
 
 
6166
 
 
6167
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
 
6168
+ac_ls_di=`ls -di .` &&
 
6169
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
 
6170
+  as_fn_error $? "working directory cannot be determined"
 
6171
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
 
6172
+  as_fn_error $? "pwd does not report name of working directory"
 
6173
+
 
6174
+
 
6175
 # Find the source files, if location was not specified.
 
6176
 if test -z "$srcdir"; then
 
6177
   ac_srcdir_defaulted=yes
 
6178
-  # Try the directory containing this script, then its parent.
 
6179
-  ac_confdir=`(dirname "$0") 2>/dev/null ||
 
6180
-$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
6181
-         X"$0" : 'X\(//\)[^/]' \| \
 
6182
-         X"$0" : 'X\(//\)$' \| \
 
6183
-         X"$0" : 'X\(/\)' \| \
 
6184
-         .     : '\(.\)' 2>/dev/null ||
 
6185
-echo X"$0" |
 
6186
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
6187
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
6188
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
6189
-         /^X\(\/\).*/{ s//\1/; q; }
 
6190
-         s/.*/./; q'`
 
6191
+  # Try the directory containing this script, then the parent directory.
 
6192
+  ac_confdir=`$as_dirname -- "$as_myself" ||
 
6193
+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
6194
+        X"$as_myself" : 'X\(//\)[^/]' \| \
 
6195
+        X"$as_myself" : 'X\(//\)$' \| \
 
6196
+        X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
 
6197
+$as_echo X"$as_myself" |
 
6198
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
6199
+           s//\1/
 
6200
+           q
 
6201
+         }
 
6202
+         /^X\(\/\/\)[^/].*/{
 
6203
+           s//\1/
 
6204
+           q
 
6205
+         }
 
6206
+         /^X\(\/\/\)$/{
 
6207
+           s//\1/
 
6208
+           q
 
6209
+         }
 
6210
+         /^X\(\/\).*/{
 
6211
+           s//\1/
 
6212
+           q
 
6213
+         }
 
6214
+         s/.*/./; q'`
 
6215
   srcdir=$ac_confdir
 
6216
-  if test ! -r $srcdir/$ac_unique_file; then
 
6217
+  if test ! -r "$srcdir/$ac_unique_file"; then
 
6218
     srcdir=..
 
6219
   fi
 
6220
 else
 
6221
   ac_srcdir_defaulted=no
 
6222
 fi
 
6223
-if test ! -r $srcdir/$ac_unique_file; then
 
6224
-  if test "$ac_srcdir_defaulted" = yes; then
 
6225
-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
 
6226
-   { (exit 1); exit 1; }; }
 
6227
-  else
 
6228
-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 
6229
-   { (exit 1); exit 1; }; }
 
6230
-  fi
 
6231
-fi
 
6232
-(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
 
6233
-  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
 
6234
-   { (exit 1); exit 1; }; }
 
6235
-srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
 
6236
-ac_env_build_alias_set=${build_alias+set}
 
6237
-ac_env_build_alias_value=$build_alias
 
6238
-ac_cv_env_build_alias_set=${build_alias+set}
 
6239
-ac_cv_env_build_alias_value=$build_alias
 
6240
-ac_env_host_alias_set=${host_alias+set}
 
6241
-ac_env_host_alias_value=$host_alias
 
6242
-ac_cv_env_host_alias_set=${host_alias+set}
 
6243
-ac_cv_env_host_alias_value=$host_alias
 
6244
-ac_env_target_alias_set=${target_alias+set}
 
6245
-ac_env_target_alias_value=$target_alias
 
6246
-ac_cv_env_target_alias_set=${target_alias+set}
 
6247
-ac_cv_env_target_alias_value=$target_alias
 
6248
-ac_env_CC_set=${CC+set}
 
6249
-ac_env_CC_value=$CC
 
6250
-ac_cv_env_CC_set=${CC+set}
 
6251
-ac_cv_env_CC_value=$CC
 
6252
-ac_env_CFLAGS_set=${CFLAGS+set}
 
6253
-ac_env_CFLAGS_value=$CFLAGS
 
6254
-ac_cv_env_CFLAGS_set=${CFLAGS+set}
 
6255
-ac_cv_env_CFLAGS_value=$CFLAGS
 
6256
-ac_env_LDFLAGS_set=${LDFLAGS+set}
 
6257
-ac_env_LDFLAGS_value=$LDFLAGS
 
6258
-ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
 
6259
-ac_cv_env_LDFLAGS_value=$LDFLAGS
 
6260
-ac_env_CPPFLAGS_set=${CPPFLAGS+set}
 
6261
-ac_env_CPPFLAGS_value=$CPPFLAGS
 
6262
-ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
 
6263
-ac_cv_env_CPPFLAGS_value=$CPPFLAGS
 
6264
-ac_env_CPP_set=${CPP+set}
 
6265
-ac_env_CPP_value=$CPP
 
6266
-ac_cv_env_CPP_set=${CPP+set}
 
6267
-ac_cv_env_CPP_value=$CPP
 
6268
+if test ! -r "$srcdir/$ac_unique_file"; then
 
6269
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
 
6270
+  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
 
6271
+fi
 
6272
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 
6273
+ac_abs_confdir=`(
 
6274
+       cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
 
6275
+       pwd)`
 
6276
+# When building in place, set srcdir=.
 
6277
+if test "$ac_abs_confdir" = "$ac_pwd"; then
 
6278
+  srcdir=.
 
6279
+fi
 
6280
+# Remove unnecessary trailing slashes from srcdir.
 
6281
+# Double slashes in file names in object file debugging info
 
6282
+# mess up M-x gdb in Emacs.
 
6283
+case $srcdir in
 
6284
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
 
6285
+esac
 
6286
+for ac_var in $ac_precious_vars; do
 
6287
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
 
6288
+  eval ac_env_${ac_var}_value=\$${ac_var}
 
6289
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
 
6290
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
 
6291
+done
 
6292
 
 
6293
 #
 
6294
 # Report the --help message.
 
6295
@@ -777,7 +1262,7 @@ if test "$ac_init_help" = "long"; then
 
6296
   # Omit some internal or obsolete options to make the list less imposing.
 
6297
   # This message is too long to be a string in the A/UX 3.1 sh.
 
6298
   cat <<_ACEOF
 
6299
-\`configure' configures this package to adapt to many kinds of systems.
 
6300
+\`configure' configures gtkboard 0.11pre0 to adapt to many kinds of systems.
 
6301
 
 
6302
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
6303
 
 
6304
@@ -791,15 +1276,12 @@ Configuration:
 
6305
       --help=short        display options specific to this package
 
6306
       --help=recursive    display the short help of all the included packages
 
6307
   -V, --version           display version information and exit
 
6308
-  -q, --quiet, --silent   do not print \`checking...' messages
 
6309
+  -q, --quiet, --silent   do not print \`checking ...' messages
 
6310
       --cache-file=FILE   cache test results in FILE [disabled]
 
6311
   -C, --config-cache      alias for \`--cache-file=config.cache'
 
6312
   -n, --no-create         do not create output files
 
6313
       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
 
6314
 
 
6315
-_ACEOF
 
6316
-
 
6317
-  cat <<_ACEOF
 
6318
 Installation directories:
 
6319
   --prefix=PREFIX         install architecture-independent files in PREFIX
 
6320
                           [$ac_default_prefix]
 
6321
@@ -814,18 +1296,25 @@ for instance \`--prefix=\$HOME'.
 
6322
 For better control, use the options below.
 
6323
 
 
6324
 Fine tuning of the installation directories:
 
6325
-  --bindir=DIR           user executables [EPREFIX/bin]
 
6326
-  --sbindir=DIR          system admin executables [EPREFIX/sbin]
 
6327
-  --libexecdir=DIR       program executables [EPREFIX/libexec]
 
6328
-  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
 
6329
-  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
 
6330
-  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
 
6331
-  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
 
6332
-  --libdir=DIR           object code libraries [EPREFIX/lib]
 
6333
-  --includedir=DIR       C header files [PREFIX/include]
 
6334
-  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
 
6335
-  --infodir=DIR          info documentation [PREFIX/info]
 
6336
-  --mandir=DIR           man documentation [PREFIX/man]
 
6337
+  --bindir=DIR            user executables [EPREFIX/bin]
 
6338
+  --sbindir=DIR           system admin executables [EPREFIX/sbin]
 
6339
+  --libexecdir=DIR        program executables [EPREFIX/libexec]
 
6340
+  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
 
6341
+  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
 
6342
+  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
 
6343
+  --libdir=DIR            object code libraries [EPREFIX/lib]
 
6344
+  --includedir=DIR        C header files [PREFIX/include]
 
6345
+  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
 
6346
+  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
 
6347
+  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
 
6348
+  --infodir=DIR           info documentation [DATAROOTDIR/info]
 
6349
+  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
 
6350
+  --mandir=DIR            man documentation [DATAROOTDIR/man]
 
6351
+  --docdir=DIR            documentation root [DATAROOTDIR/doc/gtkboard]
 
6352
+  --htmldir=DIR           html documentation [DOCDIR]
 
6353
+  --dvidir=DIR            dvi documentation [DOCDIR]
 
6354
+  --pdfdir=DIR            pdf documentation [DOCDIR]
 
6355
+  --psdir=DIR             ps documentation [DOCDIR]
 
6356
 _ACEOF
 
6357
 
 
6358
   cat <<\_ACEOF
 
6359
@@ -843,164 +1332,580 @@ _ACEOF
 
6360
 fi
 
6361
 
 
6362
 if test -n "$ac_init_help"; then
 
6363
-
 
6364
+  case $ac_init_help in
 
6365
+     short | recursive ) echo "Configuration of gtkboard 0.11pre0:";;
 
6366
+   esac
 
6367
   cat <<\_ACEOF
 
6368
 
 
6369
 Optional Features:
 
6370
+  --disable-option-checking  ignore unrecognized --enable/--with options
 
6371
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
 
6372
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 
6373
-  --disable-dependency-tracking Speeds up one-time builds
 
6374
-  --enable-dependency-tracking  Do not reject slow dependency extractors
 
6375
+  --disable-dependency-tracking  speeds up one-time build
 
6376
+  --enable-dependency-tracking   do not reject slow dependency extractors
 
6377
   --disable-gtk2      Don't look for GTK2 libraries
 
6378
-  --disable-gtktest       Do not try to compile and run a test GTK program
 
6379
   --disable-sdl      Don't look for the SDL library
 
6380
   --enable-gnome    Turn on gnome
 
6381
 
 
6382
-Optional Packages:
 
6383
-  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
 
6384
-  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
 
6385
-  --with-gtk-prefix=PFX   Prefix where GTK is installed (optional)
 
6386
-  --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
 
6387
-
 
6388
 Some influential environment variables:
 
6389
   CC          C compiler command
 
6390
   CFLAGS      C compiler flags
 
6391
   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
 
6392
               nonstandard directory <lib dir>
 
6393
-  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
 
6394
-              headers in a nonstandard directory <include dir>
 
6395
+  LIBS        libraries to pass to the linker, e.g. -l<library>
 
6396
+  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
 
6397
+              you have headers in a nonstandard directory <include dir>
 
6398
+  PKG_CONFIG  path to pkg-config utility
 
6399
+  PKG_CONFIG_PATH
 
6400
+              directories to add to pkg-config's search path
 
6401
+  PKG_CONFIG_LIBDIR
 
6402
+              path overriding pkg-config's built-in search path
 
6403
+  GTK_CFLAGS  C compiler flags for GTK, overriding pkg-config
 
6404
+  GTK_LIBS    linker flags for GTK, overriding pkg-config
 
6405
+  GNOME_CFLAGS
 
6406
+              C compiler flags for GNOME, overriding pkg-config
 
6407
+  GNOME_LIBS  linker flags for GNOME, overriding pkg-config
 
6408
   CPP         C preprocessor
 
6409
 
 
6410
 Use these variables to override the choices made by `configure' or to help
 
6411
 it to find libraries and programs with nonstandard names/locations.
 
6412
 
 
6413
+Report bugs to the package provider.
 
6414
 _ACEOF
 
6415
+ac_status=$?
 
6416
 fi
 
6417
 
 
6418
 if test "$ac_init_help" = "recursive"; then
 
6419
   # If there are subdirs, report their specific --help.
 
6420
-  ac_popdir=`pwd`
 
6421
   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
 
6422
-    test -d $ac_dir || continue
 
6423
+    test -d "$ac_dir" ||
 
6424
+      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
 
6425
+      continue
 
6426
     ac_builddir=.
 
6427
 
 
6428
-if test "$ac_dir" != .; then
 
6429
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
6430
-  # A "../" for each directory in $ac_dir_suffix.
 
6431
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 
6432
-else
 
6433
-  ac_dir_suffix= ac_top_builddir=
 
6434
-fi
 
6435
+case "$ac_dir" in
 
6436
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
6437
+*)
 
6438
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 
6439
+  # A ".." for each directory in $ac_dir_suffix.
 
6440
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 
6441
+  case $ac_top_builddir_sub in
 
6442
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
6443
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
6444
+  esac ;;
 
6445
+esac
 
6446
+ac_abs_top_builddir=$ac_pwd
 
6447
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
6448
+# for backward compatibility:
 
6449
+ac_top_builddir=$ac_top_build_prefix
 
6450
 
 
6451
 case $srcdir in
 
6452
-  .)  # No --srcdir option.  We are building in place.
 
6453
+  .)  # We are building in place.
 
6454
     ac_srcdir=.
 
6455
-    if test -z "$ac_top_builddir"; then
 
6456
-       ac_top_srcdir=.
 
6457
-    else
 
6458
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 
6459
-    fi ;;
 
6460
-  [\\/]* | ?:[\\/]* )  # Absolute path.
 
6461
+    ac_top_srcdir=$ac_top_builddir_sub
 
6462
+    ac_abs_top_srcdir=$ac_pwd ;;
 
6463
+  [\\/]* | ?:[\\/]* )  # Absolute name.
 
6464
     ac_srcdir=$srcdir$ac_dir_suffix;
 
6465
-    ac_top_srcdir=$srcdir ;;
 
6466
-  *) # Relative path.
 
6467
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 
6468
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 
6469
-esac
 
6470
-# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
 
6471
-# absolute.
 
6472
-ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
 
6473
-ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
 
6474
-ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
 
6475
-ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
 
6476
-
 
6477
-    cd $ac_dir
 
6478
-    # Check for guested configure; otherwise get Cygnus style configure.
 
6479
-    if test -f $ac_srcdir/configure.gnu; then
 
6480
-      echo
 
6481
-      $SHELL $ac_srcdir/configure.gnu  --help=recursive
 
6482
-    elif test -f $ac_srcdir/configure; then
 
6483
-      echo
 
6484
-      $SHELL $ac_srcdir/configure  --help=recursive
 
6485
-    elif test -f $ac_srcdir/configure.ac ||
 
6486
-           test -f $ac_srcdir/configure.in; then
 
6487
-      echo
 
6488
-      $ac_configure --help
 
6489
+    ac_top_srcdir=$srcdir
 
6490
+    ac_abs_top_srcdir=$srcdir ;;
 
6491
+  *) # Relative name.
 
6492
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
6493
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
6494
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
6495
+esac
 
6496
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
6497
+
 
6498
+    cd "$ac_dir" || { ac_status=$?; continue; }
 
6499
+    # Check for guested configure.
 
6500
+    if test -f "$ac_srcdir/configure.gnu"; then
 
6501
+      echo &&
 
6502
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
 
6503
+    elif test -f "$ac_srcdir/configure"; then
 
6504
+      echo &&
 
6505
+      $SHELL "$ac_srcdir/configure" --help=recursive
 
6506
     else
 
6507
-      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 
6508
-    fi
 
6509
-    cd $ac_popdir
 
6510
+      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 
6511
+    fi || ac_status=$?
 
6512
+    cd "$ac_pwd" || { ac_status=$?; break; }
 
6513
   done
 
6514
 fi
 
6515
 
 
6516
-test -n "$ac_init_help" && exit 0
 
6517
+test -n "$ac_init_help" && exit $ac_status
 
6518
 if $ac_init_version; then
 
6519
   cat <<\_ACEOF
 
6520
+gtkboard configure 0.11pre0
 
6521
+generated by GNU Autoconf 2.67
 
6522
 
 
6523
-Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
 
6524
-Free Software Foundation, Inc.
 
6525
+Copyright (C) 2010 Free Software Foundation, Inc.
 
6526
 This configure script is free software; the Free Software Foundation
 
6527
 gives unlimited permission to copy, distribute and modify it.
 
6528
 _ACEOF
 
6529
-  exit 0
 
6530
+  exit
 
6531
 fi
 
6532
-exec 5>config.log
 
6533
-cat >&5 <<_ACEOF
 
6534
-This file contains any messages produced by compilers while
 
6535
-running configure, to aid debugging if configure makes a mistake.
 
6536
-
 
6537
-It was created by $as_me, which was
 
6538
-generated by GNU Autoconf 2.57.  Invocation command line was
 
6539
-
 
6540
-  $ $0 $@
 
6541
 
 
6542
-_ACEOF
 
6543
+## ------------------------ ##
 
6544
+## Autoconf initialization. ##
 
6545
+## ------------------------ ##
 
6546
+
 
6547
+# ac_fn_c_try_compile LINENO
 
6548
+# --------------------------
 
6549
+# Try to compile conftest.$ac_ext, and return whether this succeeded.
 
6550
+ac_fn_c_try_compile ()
 
6551
 {
 
6552
-cat <<_ASUNAME
 
6553
-## --------- ##
 
6554
-## Platform. ##
 
6555
-## --------- ##
 
6556
-
 
6557
-hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
 
6558
-uname -m = `(uname -m) 2>/dev/null || echo unknown`
 
6559
-uname -r = `(uname -r) 2>/dev/null || echo unknown`
 
6560
-uname -s = `(uname -s) 2>/dev/null || echo unknown`
 
6561
-uname -v = `(uname -v) 2>/dev/null || echo unknown`
 
6562
-
 
6563
-/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
 
6564
-/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
 
6565
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
6566
+  rm -f conftest.$ac_objext
 
6567
+  if { { ac_try="$ac_compile"
 
6568
+case "(($ac_try" in
 
6569
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6570
+  *) ac_try_echo=$ac_try;;
 
6571
+esac
 
6572
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
6573
+$as_echo "$ac_try_echo"; } >&5
 
6574
+  (eval "$ac_compile") 2>conftest.err
 
6575
+  ac_status=$?
 
6576
+  if test -s conftest.err; then
 
6577
+    grep -v '^ *+' conftest.err >conftest.er1
 
6578
+    cat conftest.er1 >&5
 
6579
+    mv -f conftest.er1 conftest.err
 
6580
+  fi
 
6581
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
6582
+  test $ac_status = 0; } && {
 
6583
+        test -z "$ac_c_werror_flag" ||
 
6584
+        test ! -s conftest.err
 
6585
+       } && test -s conftest.$ac_objext; then :
 
6586
+  ac_retval=0
 
6587
+else
 
6588
+  $as_echo "$as_me: failed program was:" >&5
 
6589
+sed 's/^/| /' conftest.$ac_ext >&5
 
6590
 
 
6591
-/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
 
6592
-/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
 
6593
-/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
 
6594
-hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
 
6595
-/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
 
6596
-/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
 
6597
-/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
 
6598
+       ac_retval=1
 
6599
+fi
 
6600
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
6601
+  as_fn_set_status $ac_retval
 
6602
 
 
6603
-_ASUNAME
 
6604
+} # ac_fn_c_try_compile
 
6605
 
 
6606
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
6607
-for as_dir in $PATH
 
6608
-do
 
6609
-  IFS=$as_save_IFS
 
6610
-  test -z "$as_dir" && as_dir=.
 
6611
-  echo "PATH: $as_dir"
 
6612
-done
 
6613
+# ac_fn_c_try_link LINENO
 
6614
+# -----------------------
 
6615
+# Try to link conftest.$ac_ext, and return whether this succeeded.
 
6616
+ac_fn_c_try_link ()
 
6617
+{
 
6618
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
6619
+  rm -f conftest.$ac_objext conftest$ac_exeext
 
6620
+  if { { ac_try="$ac_link"
 
6621
+case "(($ac_try" in
 
6622
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6623
+  *) ac_try_echo=$ac_try;;
 
6624
+esac
 
6625
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
6626
+$as_echo "$ac_try_echo"; } >&5
 
6627
+  (eval "$ac_link") 2>conftest.err
 
6628
+  ac_status=$?
 
6629
+  if test -s conftest.err; then
 
6630
+    grep -v '^ *+' conftest.err >conftest.er1
 
6631
+    cat conftest.er1 >&5
 
6632
+    mv -f conftest.er1 conftest.err
 
6633
+  fi
 
6634
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
6635
+  test $ac_status = 0; } && {
 
6636
+        test -z "$ac_c_werror_flag" ||
 
6637
+        test ! -s conftest.err
 
6638
+       } && test -s conftest$ac_exeext && {
 
6639
+        test "$cross_compiling" = yes ||
 
6640
+        $as_test_x conftest$ac_exeext
 
6641
+       }; then :
 
6642
+  ac_retval=0
 
6643
+else
 
6644
+  $as_echo "$as_me: failed program was:" >&5
 
6645
+sed 's/^/| /' conftest.$ac_ext >&5
 
6646
 
 
6647
-} >&5
 
6648
+       ac_retval=1
 
6649
+fi
 
6650
+  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
 
6651
+  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
 
6652
+  # interfere with the next link command; also delete a directory that is
 
6653
+  # left behind by Apple's compiler.  We do this before executing the actions.
 
6654
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
 
6655
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
6656
+  as_fn_set_status $ac_retval
 
6657
+
 
6658
+} # ac_fn_c_try_link
 
6659
+
 
6660
+# ac_fn_c_try_cpp LINENO
 
6661
+# ----------------------
 
6662
+# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
 
6663
+ac_fn_c_try_cpp ()
 
6664
+{
 
6665
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
6666
+  if { { ac_try="$ac_cpp conftest.$ac_ext"
 
6667
+case "(($ac_try" in
 
6668
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6669
+  *) ac_try_echo=$ac_try;;
 
6670
+esac
 
6671
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
6672
+$as_echo "$ac_try_echo"; } >&5
 
6673
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
 
6674
+  ac_status=$?
 
6675
+  if test -s conftest.err; then
 
6676
+    grep -v '^ *+' conftest.err >conftest.er1
 
6677
+    cat conftest.er1 >&5
 
6678
+    mv -f conftest.er1 conftest.err
 
6679
+  fi
 
6680
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
6681
+  test $ac_status = 0; } > conftest.i && {
 
6682
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
6683
+        test ! -s conftest.err
 
6684
+       }; then :
 
6685
+  ac_retval=0
 
6686
+else
 
6687
+  $as_echo "$as_me: failed program was:" >&5
 
6688
+sed 's/^/| /' conftest.$ac_ext >&5
 
6689
 
 
6690
-cat >&5 <<_ACEOF
 
6691
+    ac_retval=1
 
6692
+fi
 
6693
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
6694
+  as_fn_set_status $ac_retval
 
6695
 
 
6696
+} # ac_fn_c_try_cpp
 
6697
 
 
6698
-## ----------- ##
 
6699
-## Core tests. ##
 
6700
-## ----------- ##
 
6701
+# ac_fn_c_try_run LINENO
 
6702
+# ----------------------
 
6703
+# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
 
6704
+# that executables *can* be run.
 
6705
+ac_fn_c_try_run ()
 
6706
+{
 
6707
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
6708
+  if { { ac_try="$ac_link"
 
6709
+case "(($ac_try" in
 
6710
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6711
+  *) ac_try_echo=$ac_try;;
 
6712
+esac
 
6713
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
6714
+$as_echo "$ac_try_echo"; } >&5
 
6715
+  (eval "$ac_link") 2>&5
 
6716
+  ac_status=$?
 
6717
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
6718
+  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
 
6719
+  { { case "(($ac_try" in
 
6720
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6721
+  *) ac_try_echo=$ac_try;;
 
6722
+esac
 
6723
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
6724
+$as_echo "$ac_try_echo"; } >&5
 
6725
+  (eval "$ac_try") 2>&5
 
6726
+  ac_status=$?
 
6727
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
6728
+  test $ac_status = 0; }; }; then :
 
6729
+  ac_retval=0
 
6730
+else
 
6731
+  $as_echo "$as_me: program exited with status $ac_status" >&5
 
6732
+       $as_echo "$as_me: failed program was:" >&5
 
6733
+sed 's/^/| /' conftest.$ac_ext >&5
 
6734
 
 
6735
+       ac_retval=$ac_status
 
6736
+fi
 
6737
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
 
6738
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
6739
+  as_fn_set_status $ac_retval
 
6740
+
 
6741
+} # ac_fn_c_try_run
 
6742
+
 
6743
+# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
 
6744
+# -------------------------------------------------------
 
6745
+# Tests whether HEADER exists, giving a warning if it cannot be compiled using
 
6746
+# the include files in INCLUDES and setting the cache variable VAR
 
6747
+# accordingly.
 
6748
+ac_fn_c_check_header_mongrel ()
 
6749
+{
 
6750
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
6751
+  if eval "test \"\${$3+set}\"" = set; then :
 
6752
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 
6753
+$as_echo_n "checking for $2... " >&6; }
 
6754
+if eval "test \"\${$3+set}\"" = set; then :
 
6755
+  $as_echo_n "(cached) " >&6
 
6756
+fi
 
6757
+eval ac_res=\$$3
 
6758
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
 
6759
+$as_echo "$ac_res" >&6; }
 
6760
+else
 
6761
+  # Is the header compilable?
 
6762
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
 
6763
+$as_echo_n "checking $2 usability... " >&6; }
 
6764
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
6765
+/* end confdefs.h.  */
 
6766
+$4
 
6767
+#include <$2>
 
6768
 _ACEOF
 
6769
+if ac_fn_c_try_compile "$LINENO"; then :
 
6770
+  ac_header_compiler=yes
 
6771
+else
 
6772
+  ac_header_compiler=no
 
6773
+fi
 
6774
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
6775
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
 
6776
+$as_echo "$ac_header_compiler" >&6; }
 
6777
 
 
6778
-
 
6779
-# Keep a trace of the command line.
 
6780
+# Is the header present?
 
6781
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
 
6782
+$as_echo_n "checking $2 presence... " >&6; }
 
6783
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
6784
+/* end confdefs.h.  */
 
6785
+#include <$2>
 
6786
+_ACEOF
 
6787
+if ac_fn_c_try_cpp "$LINENO"; then :
 
6788
+  ac_header_preproc=yes
 
6789
+else
 
6790
+  ac_header_preproc=no
 
6791
+fi
 
6792
+rm -f conftest.err conftest.i conftest.$ac_ext
 
6793
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
 
6794
+$as_echo "$ac_header_preproc" >&6; }
 
6795
+
 
6796
+# So?  What about this header?
 
6797
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
 
6798
+  yes:no: )
 
6799
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
 
6800
+$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
6801
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
 
6802
+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
 
6803
+    ;;
 
6804
+  no:yes:* )
 
6805
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
 
6806
+$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
 
6807
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
 
6808
+$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
 
6809
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
 
6810
+$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
 
6811
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
 
6812
+$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
 
6813
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
 
6814
+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
 
6815
+    ;;
 
6816
+esac
 
6817
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 
6818
+$as_echo_n "checking for $2... " >&6; }
 
6819
+if eval "test \"\${$3+set}\"" = set; then :
 
6820
+  $as_echo_n "(cached) " >&6
 
6821
+else
 
6822
+  eval "$3=\$ac_header_compiler"
 
6823
+fi
 
6824
+eval ac_res=\$$3
 
6825
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
 
6826
+$as_echo "$ac_res" >&6; }
 
6827
+fi
 
6828
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
6829
+
 
6830
+} # ac_fn_c_check_header_mongrel
 
6831
+
 
6832
+# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
 
6833
+# -------------------------------------------------------
 
6834
+# Tests whether HEADER exists and can be compiled using the include files in
 
6835
+# INCLUDES, setting the cache variable VAR accordingly.
 
6836
+ac_fn_c_check_header_compile ()
 
6837
+{
 
6838
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
6839
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 
6840
+$as_echo_n "checking for $2... " >&6; }
 
6841
+if eval "test \"\${$3+set}\"" = set; then :
 
6842
+  $as_echo_n "(cached) " >&6
 
6843
+else
 
6844
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
6845
+/* end confdefs.h.  */
 
6846
+$4
 
6847
+#include <$2>
 
6848
+_ACEOF
 
6849
+if ac_fn_c_try_compile "$LINENO"; then :
 
6850
+  eval "$3=yes"
 
6851
+else
 
6852
+  eval "$3=no"
 
6853
+fi
 
6854
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
6855
+fi
 
6856
+eval ac_res=\$$3
 
6857
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
 
6858
+$as_echo "$ac_res" >&6; }
 
6859
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
6860
+
 
6861
+} # ac_fn_c_check_header_compile
 
6862
+
 
6863
+# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
 
6864
+# -------------------------------------------
 
6865
+# Tests whether TYPE exists after having included INCLUDES, setting cache
 
6866
+# variable VAR accordingly.
 
6867
+ac_fn_c_check_type ()
 
6868
+{
 
6869
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
6870
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 
6871
+$as_echo_n "checking for $2... " >&6; }
 
6872
+if eval "test \"\${$3+set}\"" = set; then :
 
6873
+  $as_echo_n "(cached) " >&6
 
6874
+else
 
6875
+  eval "$3=no"
 
6876
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
6877
+/* end confdefs.h.  */
 
6878
+$4
 
6879
+int
 
6880
+main ()
 
6881
+{
 
6882
+if (sizeof ($2))
 
6883
+        return 0;
 
6884
+  ;
 
6885
+  return 0;
 
6886
+}
 
6887
+_ACEOF
 
6888
+if ac_fn_c_try_compile "$LINENO"; then :
 
6889
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
6890
+/* end confdefs.h.  */
 
6891
+$4
 
6892
+int
 
6893
+main ()
 
6894
+{
 
6895
+if (sizeof (($2)))
 
6896
+           return 0;
 
6897
+  ;
 
6898
+  return 0;
 
6899
+}
 
6900
+_ACEOF
 
6901
+if ac_fn_c_try_compile "$LINENO"; then :
 
6902
+
 
6903
+else
 
6904
+  eval "$3=yes"
 
6905
+fi
 
6906
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
6907
+fi
 
6908
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
6909
+fi
 
6910
+eval ac_res=\$$3
 
6911
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
 
6912
+$as_echo "$ac_res" >&6; }
 
6913
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
6914
+
 
6915
+} # ac_fn_c_check_type
 
6916
+
 
6917
+# ac_fn_c_check_func LINENO FUNC VAR
 
6918
+# ----------------------------------
 
6919
+# Tests whether FUNC exists, setting the cache variable VAR accordingly
 
6920
+ac_fn_c_check_func ()
 
6921
+{
 
6922
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
6923
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 
6924
+$as_echo_n "checking for $2... " >&6; }
 
6925
+if eval "test \"\${$3+set}\"" = set; then :
 
6926
+  $as_echo_n "(cached) " >&6
 
6927
+else
 
6928
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
6929
+/* end confdefs.h.  */
 
6930
+/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
 
6931
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
6932
+#define $2 innocuous_$2
 
6933
+
 
6934
+/* System header to define __stub macros and hopefully few prototypes,
 
6935
+    which can conflict with char $2 (); below.
 
6936
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
6937
+    <limits.h> exists even on freestanding compilers.  */
 
6938
+
 
6939
+#ifdef __STDC__
 
6940
+# include <limits.h>
 
6941
+#else
 
6942
+# include <assert.h>
 
6943
+#endif
 
6944
+
 
6945
+#undef $2
 
6946
+
 
6947
+/* Override any GCC internal prototype to avoid an error.
 
6948
+   Use char because int might match the return type of a GCC
 
6949
+   builtin and then its argument prototype would still apply.  */
 
6950
+#ifdef __cplusplus
 
6951
+extern "C"
 
6952
+#endif
 
6953
+char $2 ();
 
6954
+/* The GNU C library defines this for functions which it implements
 
6955
+    to always fail with ENOSYS.  Some functions are actually named
 
6956
+    something starting with __ and the normal name is an alias.  */
 
6957
+#if defined __stub_$2 || defined __stub___$2
 
6958
+choke me
 
6959
+#endif
 
6960
+
 
6961
+int
 
6962
+main ()
 
6963
+{
 
6964
+return $2 ();
 
6965
+  ;
 
6966
+  return 0;
 
6967
+}
 
6968
+_ACEOF
 
6969
+if ac_fn_c_try_link "$LINENO"; then :
 
6970
+  eval "$3=yes"
 
6971
+else
 
6972
+  eval "$3=no"
 
6973
+fi
 
6974
+rm -f core conftest.err conftest.$ac_objext \
 
6975
+    conftest$ac_exeext conftest.$ac_ext
 
6976
+fi
 
6977
+eval ac_res=\$$3
 
6978
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
 
6979
+$as_echo "$ac_res" >&6; }
 
6980
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
6981
+
 
6982
+} # ac_fn_c_check_func
 
6983
+cat >config.log <<_ACEOF
 
6984
+This file contains any messages produced by compilers while
 
6985
+running configure, to aid debugging if configure makes a mistake.
 
6986
+
 
6987
+It was created by gtkboard $as_me 0.11pre0, which was
 
6988
+generated by GNU Autoconf 2.67.  Invocation command line was
 
6989
+
 
6990
+  $ $0 $@
 
6991
+
 
6992
+_ACEOF
 
6993
+exec 5>>config.log
 
6994
+{
 
6995
+cat <<_ASUNAME
 
6996
+## --------- ##
 
6997
+## Platform. ##
 
6998
+## --------- ##
 
6999
+
 
7000
+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
 
7001
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
 
7002
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
 
7003
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
 
7004
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
 
7005
+
 
7006
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
 
7007
+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
 
7008
+
 
7009
+/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
 
7010
+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
 
7011
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
 
7012
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
 
7013
+/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
 
7014
+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
 
7015
+/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
 
7016
+
 
7017
+_ASUNAME
 
7018
+
 
7019
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
7020
+for as_dir in $PATH
 
7021
+do
 
7022
+  IFS=$as_save_IFS
 
7023
+  test -z "$as_dir" && as_dir=.
 
7024
+    $as_echo "PATH: $as_dir"
 
7025
+  done
 
7026
+IFS=$as_save_IFS
 
7027
+
 
7028
+} >&5
 
7029
+
 
7030
+cat >&5 <<_ACEOF
 
7031
+
 
7032
+
 
7033
+## ----------- ##
 
7034
+## Core tests. ##
 
7035
+## ----------- ##
 
7036
+
 
7037
+_ACEOF
 
7038
+
 
7039
+
 
7040
+# Keep a trace of the command line.
 
7041
 # Strip out --no-create and --no-recursion so they do not pile up.
 
7042
 # Strip out --silent because we don't want to record it for future runs.
 
7043
 # Also quote any args containing shell meta-characters.
 
7044
@@ -1008,7 +1913,6 @@ _ACEOF
 
7045
 ac_configure_args=
 
7046
 ac_configure_args0=
 
7047
 ac_configure_args1=
 
7048
-ac_sep=
 
7049
 ac_must_keep_next=false
 
7050
 for ac_pass in 1 2
 
7051
 do
 
7052
@@ -1019,126 +1923,137 @@ do
 
7053
     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
7054
     | -silent | --silent | --silen | --sile | --sil)
 
7055
       continue ;;
 
7056
-    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
 
7057
-      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
7058
+    *\'*)
 
7059
+      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
7060
     esac
 
7061
     case $ac_pass in
 
7062
-    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
 
7063
+    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
 
7064
     2)
 
7065
-      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
 
7066
+      as_fn_append ac_configure_args1 " '$ac_arg'"
 
7067
       if test $ac_must_keep_next = true; then
 
7068
-        ac_must_keep_next=false # Got value, back to normal.
 
7069
+       ac_must_keep_next=false # Got value, back to normal.
 
7070
       else
 
7071
-        case $ac_arg in
 
7072
-          *=* | --config-cache | -C | -disable-* | --disable-* \
 
7073
-          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
 
7074
-          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
 
7075
-          | -with-* | --with-* | -without-* | --without-* | --x)
 
7076
-            case "$ac_configure_args0 " in
 
7077
-              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
 
7078
-            esac
 
7079
-            ;;
 
7080
-          -* ) ac_must_keep_next=true ;;
 
7081
-        esac
 
7082
+       case $ac_arg in
 
7083
+         *=* | --config-cache | -C | -disable-* | --disable-* \
 
7084
+         | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
 
7085
+         | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
 
7086
+         | -with-* | --with-* | -without-* | --without-* | --x)
 
7087
+           case "$ac_configure_args0 " in
 
7088
+             "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
 
7089
+           esac
 
7090
+           ;;
 
7091
+         -* ) ac_must_keep_next=true ;;
 
7092
+       esac
 
7093
       fi
 
7094
-      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
 
7095
-      # Get rid of the leading space.
 
7096
-      ac_sep=" "
 
7097
+      as_fn_append ac_configure_args " '$ac_arg'"
 
7098
       ;;
 
7099
     esac
 
7100
   done
 
7101
 done
 
7102
-$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
 
7103
-$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
 
7104
+{ ac_configure_args0=; unset ac_configure_args0;}
 
7105
+{ ac_configure_args1=; unset ac_configure_args1;}
 
7106
 
 
7107
 # When interrupted or exit'd, cleanup temporary files, and complete
 
7108
 # config.log.  We remove comments because anyway the quotes in there
 
7109
 # would cause problems or look ugly.
 
7110
-# WARNING: Be sure not to use single quotes in there, as some shells,
 
7111
-# such as our DU 5.0 friend, will then `close' the trap.
 
7112
+# WARNING: Use '\'' to represent an apostrophe within the trap.
 
7113
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
 
7114
 trap 'exit_status=$?
 
7115
   # Save into config.log some information that might help in debugging.
 
7116
   {
 
7117
     echo
 
7118
 
 
7119
-    cat <<\_ASBOX
 
7120
-## ---------------- ##
 
7121
+    $as_echo "## ---------------- ##
 
7122
 ## Cache variables. ##
 
7123
-## ---------------- ##
 
7124
-_ASBOX
 
7125
+## ---------------- ##"
 
7126
     echo
 
7127
     # The following way of writing the cache mishandles newlines in values,
 
7128
-{
 
7129
+(
 
7130
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
 
7131
+    eval ac_val=\$$ac_var
 
7132
+    case $ac_val in #(
 
7133
+    *${as_nl}*)
 
7134
+      case $ac_var in #(
 
7135
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
 
7136
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
 
7137
+      esac
 
7138
+      case $ac_var in #(
 
7139
+      _ | IFS | as_nl) ;; #(
 
7140
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
 
7141
+      *) { eval $ac_var=; unset $ac_var;} ;;
 
7142
+      esac ;;
 
7143
+    esac
 
7144
+  done
 
7145
   (set) 2>&1 |
 
7146
-    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
 
7147
-    *ac_space=\ *)
 
7148
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
 
7149
+    *${as_nl}ac_space=\ *)
 
7150
       sed -n \
 
7151
-        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
 
7152
-         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
 
7153
-      ;;
 
7154
+       "s/'\''/'\''\\\\'\'''\''/g;
 
7155
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
 
7156
+      ;; #(
 
7157
     *)
 
7158
-      sed -n \
 
7159
-        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 
7160
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 
7161
       ;;
 
7162
-    esac;
 
7163
-}
 
7164
+    esac |
 
7165
+    sort
 
7166
+)
 
7167
     echo
 
7168
 
 
7169
-    cat <<\_ASBOX
 
7170
-## ----------------- ##
 
7171
+    $as_echo "## ----------------- ##
 
7172
 ## Output variables. ##
 
7173
-## ----------------- ##
 
7174
-_ASBOX
 
7175
+## ----------------- ##"
 
7176
     echo
 
7177
     for ac_var in $ac_subst_vars
 
7178
     do
 
7179
-      eval ac_val=$`echo $ac_var`
 
7180
-      echo "$ac_var='"'"'$ac_val'"'"'"
 
7181
+      eval ac_val=\$$ac_var
 
7182
+      case $ac_val in
 
7183
+      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
7184
+      esac
 
7185
+      $as_echo "$ac_var='\''$ac_val'\''"
 
7186
     done | sort
 
7187
     echo
 
7188
 
 
7189
     if test -n "$ac_subst_files"; then
 
7190
-      cat <<\_ASBOX
 
7191
-## ------------- ##
 
7192
-## Output files. ##
 
7193
-## ------------- ##
 
7194
-_ASBOX
 
7195
+      $as_echo "## ------------------- ##
 
7196
+## File substitutions. ##
 
7197
+## ------------------- ##"
 
7198
       echo
 
7199
       for ac_var in $ac_subst_files
 
7200
       do
 
7201
-       eval ac_val=$`echo $ac_var`
 
7202
-        echo "$ac_var='"'"'$ac_val'"'"'"
 
7203
+       eval ac_val=\$$ac_var
 
7204
+       case $ac_val in
 
7205
+       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
7206
+       esac
 
7207
+       $as_echo "$ac_var='\''$ac_val'\''"
 
7208
       done | sort
 
7209
       echo
 
7210
     fi
 
7211
 
 
7212
     if test -s confdefs.h; then
 
7213
-      cat <<\_ASBOX
 
7214
-## ----------- ##
 
7215
+      $as_echo "## ----------- ##
 
7216
 ## confdefs.h. ##
 
7217
-## ----------- ##
 
7218
-_ASBOX
 
7219
+## ----------- ##"
 
7220
       echo
 
7221
-      sed "/^$/d" confdefs.h | sort
 
7222
+      cat confdefs.h
 
7223
       echo
 
7224
     fi
 
7225
     test "$ac_signal" != 0 &&
 
7226
-      echo "$as_me: caught signal $ac_signal"
 
7227
-    echo "$as_me: exit $exit_status"
 
7228
+      $as_echo "$as_me: caught signal $ac_signal"
 
7229
+    $as_echo "$as_me: exit $exit_status"
 
7230
   } >&5
 
7231
-  rm -f core core.* *.core &&
 
7232
-  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
 
7233
+  rm -f core *.core core.conftest.* &&
 
7234
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
 
7235
     exit $exit_status
 
7236
-     ' 0
 
7237
+' 0
 
7238
 for ac_signal in 1 2 13 15; do
 
7239
-  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
 
7240
+  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
 
7241
 done
 
7242
 ac_signal=0
 
7243
 
 
7244
 # confdefs.h avoids OS command line length limits that DEFS can exceed.
 
7245
-rm -rf conftest* confdefs.h
 
7246
-# AIX cpp loses on an empty file, so make sure it contains at least a newline.
 
7247
-echo >confdefs.h
 
7248
+rm -f -r conftest* confdefs.h
 
7249
+
 
7250
+$as_echo "/* confdefs.h */" > confdefs.h
 
7251
 
 
7252
 # Predefined preprocessor variables.
 
7253
 
 
7254
@@ -1146,112 +2061,137 @@ cat >>confdefs.h <<_ACEOF
 
7255
 #define PACKAGE_NAME "$PACKAGE_NAME"
 
7256
 _ACEOF
 
7257
 
 
7258
-
 
7259
 cat >>confdefs.h <<_ACEOF
 
7260
 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
 
7261
 _ACEOF
 
7262
 
 
7263
-
 
7264
 cat >>confdefs.h <<_ACEOF
 
7265
 #define PACKAGE_VERSION "$PACKAGE_VERSION"
 
7266
 _ACEOF
 
7267
 
 
7268
-
 
7269
 cat >>confdefs.h <<_ACEOF
 
7270
 #define PACKAGE_STRING "$PACKAGE_STRING"
 
7271
 _ACEOF
 
7272
 
 
7273
-
 
7274
 cat >>confdefs.h <<_ACEOF
 
7275
 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
 
7276
 _ACEOF
 
7277
 
 
7278
+cat >>confdefs.h <<_ACEOF
 
7279
+#define PACKAGE_URL "$PACKAGE_URL"
 
7280
+_ACEOF
 
7281
+
 
7282
 
 
7283
 # Let the site file select an alternate cache file if it wants to.
 
7284
-# Prefer explicitly selected file to automatically selected ones.
 
7285
-if test -z "$CONFIG_SITE"; then
 
7286
-  if test "x$prefix" != xNONE; then
 
7287
-    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
 
7288
-  else
 
7289
-    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
 
7290
-  fi
 
7291
+# Prefer an explicitly selected file to automatically selected ones.
 
7292
+ac_site_file1=NONE
 
7293
+ac_site_file2=NONE
 
7294
+if test -n "$CONFIG_SITE"; then
 
7295
+  # We do not want a PATH search for config.site.
 
7296
+  case $CONFIG_SITE in #((
 
7297
+    -*)  ac_site_file1=./$CONFIG_SITE;;
 
7298
+    */*) ac_site_file1=$CONFIG_SITE;;
 
7299
+    *)   ac_site_file1=./$CONFIG_SITE;;
 
7300
+  esac
 
7301
+elif test "x$prefix" != xNONE; then
 
7302
+  ac_site_file1=$prefix/share/config.site
 
7303
+  ac_site_file2=$prefix/etc/config.site
 
7304
+else
 
7305
+  ac_site_file1=$ac_default_prefix/share/config.site
 
7306
+  ac_site_file2=$ac_default_prefix/etc/config.site
 
7307
 fi
 
7308
-for ac_site_file in $CONFIG_SITE; do
 
7309
-  if test -r "$ac_site_file"; then
 
7310
-    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 
7311
-echo "$as_me: loading site script $ac_site_file" >&6;}
 
7312
+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
 
7313
+do
 
7314
+  test "x$ac_site_file" = xNONE && continue
 
7315
+  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
 
7316
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
 
7317
+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
 
7318
     sed 's/^/| /' "$ac_site_file" >&5
 
7319
-    . "$ac_site_file"
 
7320
+    . "$ac_site_file" \
 
7321
+      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
7322
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
7323
+as_fn_error $? "failed to load site script $ac_site_file
 
7324
+See \`config.log' for more details" "$LINENO" 5 ; }
 
7325
   fi
 
7326
 done
 
7327
 
 
7328
 if test -r "$cache_file"; then
 
7329
-  # Some versions of bash will fail to source /dev/null (special
 
7330
-  # files actually), so we avoid doing that.
 
7331
-  if test -f "$cache_file"; then
 
7332
-    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
 
7333
-echo "$as_me: loading cache $cache_file" >&6;}
 
7334
+  # Some versions of bash will fail to source /dev/null (special files
 
7335
+  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
 
7336
+  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
 
7337
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
 
7338
+$as_echo "$as_me: loading cache $cache_file" >&6;}
 
7339
     case $cache_file in
 
7340
-      [\\/]* | ?:[\\/]* ) . $cache_file;;
 
7341
-      *)                      . ./$cache_file;;
 
7342
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
 
7343
+      *)                      . "./$cache_file";;
 
7344
     esac
 
7345
   fi
 
7346
 else
 
7347
-  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
 
7348
-echo "$as_me: creating cache $cache_file" >&6;}
 
7349
+  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
 
7350
+$as_echo "$as_me: creating cache $cache_file" >&6;}
 
7351
   >$cache_file
 
7352
 fi
 
7353
 
 
7354
 # Check that the precious variables saved in the cache have kept the same
 
7355
 # value.
 
7356
 ac_cache_corrupted=false
 
7357
-for ac_var in `(set) 2>&1 |
 
7358
-               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
 
7359
+for ac_var in $ac_precious_vars; do
 
7360
   eval ac_old_set=\$ac_cv_env_${ac_var}_set
 
7361
   eval ac_new_set=\$ac_env_${ac_var}_set
 
7362
-  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
 
7363
-  eval ac_new_val="\$ac_env_${ac_var}_value"
 
7364
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
 
7365
+  eval ac_new_val=\$ac_env_${ac_var}_value
 
7366
   case $ac_old_set,$ac_new_set in
 
7367
     set,)
 
7368
-      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 
7369
-echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
 
7370
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 
7371
+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
 
7372
       ac_cache_corrupted=: ;;
 
7373
     ,set)
 
7374
-      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
 
7375
-echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
 
7376
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
 
7377
+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
 
7378
       ac_cache_corrupted=: ;;
 
7379
     ,);;
 
7380
     *)
 
7381
       if test "x$ac_old_val" != "x$ac_new_val"; then
 
7382
-        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 
7383
-echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
 
7384
-        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
 
7385
-echo "$as_me:   former value:  $ac_old_val" >&2;}
 
7386
-        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
 
7387
-echo "$as_me:   current value: $ac_new_val" >&2;}
 
7388
-        ac_cache_corrupted=:
 
7389
+       # differences in whitespace do not lead to failure.
 
7390
+       ac_old_val_w=`echo x $ac_old_val`
 
7391
+       ac_new_val_w=`echo x $ac_new_val`
 
7392
+       if test "$ac_old_val_w" != "$ac_new_val_w"; then
 
7393
+         { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
 
7394
+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
 
7395
+         ac_cache_corrupted=:
 
7396
+       else
 
7397
+         { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
 
7398
+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
 
7399
+         eval $ac_var=\$ac_old_val
 
7400
+       fi
 
7401
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
 
7402
+$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
 
7403
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
 
7404
+$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
 
7405
       fi;;
 
7406
   esac
 
7407
   # Pass precious variables to config.status.
 
7408
   if test "$ac_new_set" = set; then
 
7409
     case $ac_new_val in
 
7410
-    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
 
7411
-      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 
7412
+    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 
7413
     *) ac_arg=$ac_var=$ac_new_val ;;
 
7414
     esac
 
7415
     case " $ac_configure_args " in
 
7416
       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
 
7417
-      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
 
7418
+      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
 
7419
     esac
 
7420
   fi
 
7421
 done
 
7422
 if $ac_cache_corrupted; then
 
7423
-  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
 
7424
-echo "$as_me: error: changes in the environment can compromise the build" >&2;}
 
7425
-  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
 
7426
-echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
 
7427
-   { (exit 1); exit 1; }; }
 
7428
-fi
 
7429
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
7430
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
7431
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
 
7432
+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
 
7433
+  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
 
7434
+fi
 
7435
+## -------------------- ##
 
7436
+## Main body of script. ##
 
7437
+## -------------------- ##
 
7438
 
 
7439
 ac_ext=c
 
7440
 ac_cpp='$CPP $CPPFLAGS'
 
7441
@@ -1261,122 +2201,140 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
7442
 
 
7443
 
 
7444
 
 
7445
-
 
7446
-
 
7447
-
 
7448
-
 
7449
-
 
7450
-
 
7451
-
 
7452
-
 
7453
-
 
7454
-
 
7455
-
 
7456
-
 
7457
-
 
7458
-
 
7459
-
 
7460
+ac_config_headers="$ac_config_headers config.h"
 
7461
 
 
7462
 
 
7463
 ac_aux_dir=
 
7464
-for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
 
7465
-  if test -f $ac_dir/install-sh; then
 
7466
+for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
 
7467
+  if test -f "$ac_dir/install-sh"; then
 
7468
     ac_aux_dir=$ac_dir
 
7469
     ac_install_sh="$ac_aux_dir/install-sh -c"
 
7470
     break
 
7471
-  elif test -f $ac_dir/install.sh; then
 
7472
+  elif test -f "$ac_dir/install.sh"; then
 
7473
     ac_aux_dir=$ac_dir
 
7474
     ac_install_sh="$ac_aux_dir/install.sh -c"
 
7475
     break
 
7476
-  elif test -f $ac_dir/shtool; then
 
7477
+  elif test -f "$ac_dir/shtool"; then
 
7478
     ac_aux_dir=$ac_dir
 
7479
     ac_install_sh="$ac_aux_dir/shtool install -c"
 
7480
     break
 
7481
   fi
 
7482
 done
 
7483
 if test -z "$ac_aux_dir"; then
 
7484
-  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
 
7485
-echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
 
7486
-   { (exit 1); exit 1; }; }
 
7487
-fi
 
7488
-ac_config_guess="$SHELL $ac_aux_dir/config.guess"
 
7489
-ac_config_sub="$SHELL $ac_aux_dir/config.sub"
 
7490
-ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
 
7491
+  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
 
7492
+fi
 
7493
+
 
7494
+# These three variables are undocumented and unsupported,
 
7495
+# and are intended to be withdrawn in a future Autoconf release.
 
7496
+# They can cause serious problems if a builder's source tree is in a directory
 
7497
+# whose full name contains unusual characters.
 
7498
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
 
7499
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
 
7500
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
 
7501
+
 
7502
 
 
7503
 # Make sure we can run config.sub.
 
7504
-$ac_config_sub sun4 >/dev/null 2>&1 ||
 
7505
-  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
 
7506
-echo "$as_me: error: cannot run $ac_config_sub" >&2;}
 
7507
-   { (exit 1); exit 1; }; }
 
7508
-
 
7509
-echo "$as_me:$LINENO: checking build system type" >&5
 
7510
-echo $ECHO_N "checking build system type... $ECHO_C" >&6
 
7511
-if test "${ac_cv_build+set}" = set; then
 
7512
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7513
-else
 
7514
-  ac_cv_build_alias=$build_alias
 
7515
-test -z "$ac_cv_build_alias" &&
 
7516
-  ac_cv_build_alias=`$ac_config_guess`
 
7517
-test -z "$ac_cv_build_alias" &&
 
7518
-  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
 
7519
-echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
 
7520
-   { (exit 1); exit 1; }; }
 
7521
-ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
 
7522
-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
 
7523
-echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
 
7524
-   { (exit 1); exit 1; }; }
 
7525
+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
 
7526
+  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
 
7527
 
 
7528
-fi
 
7529
-echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 
7530
-echo "${ECHO_T}$ac_cv_build" >&6
 
7531
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
 
7532
+$as_echo_n "checking build system type... " >&6; }
 
7533
+if test "${ac_cv_build+set}" = set; then :
 
7534
+  $as_echo_n "(cached) " >&6
 
7535
+else
 
7536
+  ac_build_alias=$build_alias
 
7537
+test "x$ac_build_alias" = x &&
 
7538
+  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 
7539
+test "x$ac_build_alias" = x &&
 
7540
+  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
 
7541
+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
 
7542
+  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
 
7543
+
 
7544
+fi
 
7545
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
 
7546
+$as_echo "$ac_cv_build" >&6; }
 
7547
+case $ac_cv_build in
 
7548
+*-*-*) ;;
 
7549
+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
 
7550
+esac
 
7551
 build=$ac_cv_build
 
7552
-build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
 
7553
-build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
 
7554
-build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 
7555
-
 
7556
-
 
7557
-echo "$as_me:$LINENO: checking host system type" >&5
 
7558
-echo $ECHO_N "checking host system type... $ECHO_C" >&6
 
7559
-if test "${ac_cv_host+set}" = set; then
 
7560
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7561
-else
 
7562
-  ac_cv_host_alias=$host_alias
 
7563
-test -z "$ac_cv_host_alias" &&
 
7564
-  ac_cv_host_alias=$ac_cv_build_alias
 
7565
-ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
 
7566
-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
 
7567
-echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
 
7568
-   { (exit 1); exit 1; }; }
 
7569
+ac_save_IFS=$IFS; IFS='-'
 
7570
+set x $ac_cv_build
 
7571
+shift
 
7572
+build_cpu=$1
 
7573
+build_vendor=$2
 
7574
+shift; shift
 
7575
+# Remember, the first character of IFS is used to create $*,
 
7576
+# except with old shells:
 
7577
+build_os=$*
 
7578
+IFS=$ac_save_IFS
 
7579
+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
 
7580
+
 
7581
+
 
7582
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
 
7583
+$as_echo_n "checking host system type... " >&6; }
 
7584
+if test "${ac_cv_host+set}" = set; then :
 
7585
+  $as_echo_n "(cached) " >&6
 
7586
+else
 
7587
+  if test "x$host_alias" = x; then
 
7588
+  ac_cv_host=$ac_cv_build
 
7589
+else
 
7590
+  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
 
7591
+    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
 
7592
+fi
 
7593
 
 
7594
 fi
 
7595
-echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 
7596
-echo "${ECHO_T}$ac_cv_host" >&6
 
7597
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
 
7598
+$as_echo "$ac_cv_host" >&6; }
 
7599
+case $ac_cv_host in
 
7600
+*-*-*) ;;
 
7601
+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
 
7602
+esac
 
7603
 host=$ac_cv_host
 
7604
-host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
 
7605
-host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
 
7606
-host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 
7607
-
 
7608
-
 
7609
-echo "$as_me:$LINENO: checking target system type" >&5
 
7610
-echo $ECHO_N "checking target system type... $ECHO_C" >&6
 
7611
-if test "${ac_cv_target+set}" = set; then
 
7612
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7613
-else
 
7614
-  ac_cv_target_alias=$target_alias
 
7615
-test "x$ac_cv_target_alias" = "x" &&
 
7616
-  ac_cv_target_alias=$ac_cv_host_alias
 
7617
-ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
 
7618
-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
 
7619
-echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
 
7620
-   { (exit 1); exit 1; }; }
 
7621
+ac_save_IFS=$IFS; IFS='-'
 
7622
+set x $ac_cv_host
 
7623
+shift
 
7624
+host_cpu=$1
 
7625
+host_vendor=$2
 
7626
+shift; shift
 
7627
+# Remember, the first character of IFS is used to create $*,
 
7628
+# except with old shells:
 
7629
+host_os=$*
 
7630
+IFS=$ac_save_IFS
 
7631
+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
 
7632
+
 
7633
+
 
7634
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
 
7635
+$as_echo_n "checking target system type... " >&6; }
 
7636
+if test "${ac_cv_target+set}" = set; then :
 
7637
+  $as_echo_n "(cached) " >&6
 
7638
+else
 
7639
+  if test "x$target_alias" = x; then
 
7640
+  ac_cv_target=$ac_cv_host
 
7641
+else
 
7642
+  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
 
7643
+    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
 
7644
+fi
 
7645
 
 
7646
 fi
 
7647
-echo "$as_me:$LINENO: result: $ac_cv_target" >&5
 
7648
-echo "${ECHO_T}$ac_cv_target" >&6
 
7649
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
 
7650
+$as_echo "$ac_cv_target" >&6; }
 
7651
+case $ac_cv_target in
 
7652
+*-*-*) ;;
 
7653
+*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 ;;
 
7654
+esac
 
7655
 target=$ac_cv_target
 
7656
-target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
 
7657
-target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
 
7658
-target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 
7659
+ac_save_IFS=$IFS; IFS='-'
 
7660
+set x $ac_cv_target
 
7661
+shift
 
7662
+target_cpu=$1
 
7663
+target_vendor=$2
 
7664
+shift; shift
 
7665
+# Remember, the first character of IFS is used to create $*,
 
7666
+# except with old shells:
 
7667
+target_os=$*
 
7668
+IFS=$ac_save_IFS
 
7669
+case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
 
7670
 
 
7671
 
 
7672
 # The aliases save the names the user supplied, while $host etc.
 
7673
@@ -1386,13 +2344,8 @@ test -n "$target_alias" &&
 
7674
     NONENONEs,x,x, &&
 
7675
   program_prefix=${target_alias}-
 
7676
 
 
7677
-# Add the stamp file to the list of files AC keeps track of,
 
7678
-# along with our hook.
 
7679
-          ac_config_headers="$ac_config_headers config.h"
 
7680
+am__api_version='1.11'
 
7681
 
 
7682
-
 
7683
-
 
7684
-am__api_version="1.6"
 
7685
 # Find a good install program.  We prefer a C program (faster),
 
7686
 # so one script is as good as another.  But avoid the broken or
 
7687
 # incompatible versions:
 
7688
@@ -1404,22 +2357,25 @@ am__api_version="1.6"
 
7689
 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
 
7690
 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
 
7691
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 
7692
+# OS/2's system install, which has a completely different semantic
 
7693
 # ./install, which can be erroneously created by make from ./install.sh.
 
7694
-echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 
7695
-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
 
7696
+# Reject install programs that cannot install multiple files.
 
7697
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
 
7698
+$as_echo_n "checking for a BSD-compatible install... " >&6; }
 
7699
 if test -z "$INSTALL"; then
 
7700
-if test "${ac_cv_path_install+set}" = set; then
 
7701
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7702
+if test "${ac_cv_path_install+set}" = set; then :
 
7703
+  $as_echo_n "(cached) " >&6
 
7704
 else
 
7705
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
7706
 for as_dir in $PATH
 
7707
 do
 
7708
   IFS=$as_save_IFS
 
7709
   test -z "$as_dir" && as_dir=.
 
7710
-  # Account for people who put trailing slashes in PATH elements.
 
7711
-case $as_dir/ in
 
7712
-  ./ | .// | /cC/* | \
 
7713
+    # Account for people who put trailing slashes in PATH elements.
 
7714
+case $as_dir/ in #((
 
7715
+  ./ | .// | /[cC]/* | \
 
7716
   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
 
7717
+  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
 
7718
   /usr/ucb/* ) ;;
 
7719
   *)
 
7720
     # OSF1 and SCO ODT 3.0 have their own names for install.
 
7721
@@ -1427,40 +2383,53 @@ case $as_dir/ in
 
7722
     # by default.
 
7723
     for ac_prog in ginstall scoinst install; do
 
7724
       for ac_exec_ext in '' $ac_executable_extensions; do
 
7725
-        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
 
7726
-          if test $ac_prog = install &&
 
7727
-            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 
7728
-            # AIX install.  It has an incompatible calling convention.
 
7729
-            :
 
7730
-          elif test $ac_prog = install &&
 
7731
-            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 
7732
-            # program-specific install script used by HP pwplus--don't use.
 
7733
-            :
 
7734
-          else
 
7735
-            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 
7736
-            break 3
 
7737
-          fi
 
7738
-        fi
 
7739
+       if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
 
7740
+         if test $ac_prog = install &&
 
7741
+           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 
7742
+           # AIX install.  It has an incompatible calling convention.
 
7743
+           :
 
7744
+         elif test $ac_prog = install &&
 
7745
+           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 
7746
+           # program-specific install script used by HP pwplus--don't use.
 
7747
+           :
 
7748
+         else
 
7749
+           rm -rf conftest.one conftest.two conftest.dir
 
7750
+           echo one > conftest.one
 
7751
+           echo two > conftest.two
 
7752
+           mkdir conftest.dir
 
7753
+           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
 
7754
+             test -s conftest.one && test -s conftest.two &&
 
7755
+             test -s conftest.dir/conftest.one &&
 
7756
+             test -s conftest.dir/conftest.two
 
7757
+           then
 
7758
+             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 
7759
+             break 3
 
7760
+           fi
 
7761
+         fi
 
7762
+       fi
 
7763
       done
 
7764
     done
 
7765
     ;;
 
7766
 esac
 
7767
-done
 
7768
 
 
7769
+  done
 
7770
+IFS=$as_save_IFS
 
7771
+
 
7772
+rm -rf conftest.one conftest.two conftest.dir
 
7773
 
 
7774
 fi
 
7775
   if test "${ac_cv_path_install+set}" = set; then
 
7776
     INSTALL=$ac_cv_path_install
 
7777
   else
 
7778
-    # As a last resort, use the slow shell script.  We don't cache a
 
7779
-    # path for INSTALL within a source directory, because that will
 
7780
+    # As a last resort, use the slow shell script.  Don't cache a
 
7781
+    # value for INSTALL within a source directory, because that will
 
7782
     # break other packages using the cache if that directory is
 
7783
-    # removed, or if the path is relative.
 
7784
+    # removed, or if the value is a relative name.
 
7785
     INSTALL=$ac_install_sh
 
7786
   fi
 
7787
 fi
 
7788
-echo "$as_me:$LINENO: result: $INSTALL" >&5
 
7789
-echo "${ECHO_T}$INSTALL" >&6
 
7790
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
 
7791
+$as_echo "$INSTALL" >&6; }
 
7792
 
 
7793
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 
7794
 # It thinks the first close brace ends the variable substitution.
 
7795
@@ -1470,21 +2439,34 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCR
 
7796
 
 
7797
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
7798
 
 
7799
-echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 
7800
-echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
 
7801
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
 
7802
+$as_echo_n "checking whether build environment is sane... " >&6; }
 
7803
 # Just in case
 
7804
 sleep 1
 
7805
 echo timestamp > conftest.file
 
7806
+# Reject unsafe characters in $srcdir or the absolute working directory
 
7807
+# name.  Accept space and tab only in the latter.
 
7808
+am_lf='
 
7809
+'
 
7810
+case `pwd` in
 
7811
+  *[\\\"\#\$\&\'\`$am_lf]*)
 
7812
+    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
 
7813
+esac
 
7814
+case $srcdir in
 
7815
+  *[\\\"\#\$\&\'\`$am_lf\ \    ]*)
 
7816
+    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
 
7817
+esac
 
7818
+
 
7819
 # Do `set' in a subshell so we don't clobber the current shell's
 
7820
 # arguments.  Must try -L first in case configure is actually a
 
7821
 # symlink; some systems play weird games with the mod time of symlinks
 
7822
 # (eg FreeBSD returns the mod time of the symlink's containing
 
7823
 # directory).
 
7824
 if (
 
7825
-   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
 
7826
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
 
7827
    if test "$*" = "X"; then
 
7828
       # -L didn't work.
 
7829
-      set X `ls -t $srcdir/configure conftest.file`
 
7830
+      set X `ls -t "$srcdir/configure" conftest.file`
 
7831
    fi
 
7832
    rm -f conftest.file
 
7833
    if test "$*" != "X $srcdir/configure conftest.file" \
 
7834
@@ -1494,11 +2476,8 @@ if (
 
7835
       # if, for instance, CONFIG_SHELL is bash and it inherits a
 
7836
       # broken ls alias from the environment.  This has actually
 
7837
       # happened.  Such a system could not be considered "sane".
 
7838
-      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
 
7839
-alias in your environment" >&5
 
7840
-echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
 
7841
-alias in your environment" >&2;}
 
7842
-   { (exit 1); exit 1; }; }
 
7843
+      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
 
7844
+alias in your environment" "$LINENO" 5
 
7845
    fi
 
7846
 
 
7847
    test "$2" = conftest.file
 
7848
@@ -1507,118 +2486,300 @@ then
 
7849
    # Ok.
 
7850
    :
 
7851
 else
 
7852
-   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
 
7853
-Check your system clock" >&5
 
7854
-echo "$as_me: error: newly created file is older than distributed files!
 
7855
-Check your system clock" >&2;}
 
7856
-   { (exit 1); exit 1; }; }
 
7857
+   as_fn_error $? "newly created file is older than distributed files!
 
7858
+Check your system clock" "$LINENO" 5
 
7859
 fi
 
7860
-echo "$as_me:$LINENO: result: yes" >&5
 
7861
-echo "${ECHO_T}yes" >&6
 
7862
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
7863
+$as_echo "yes" >&6; }
 
7864
 test "$program_prefix" != NONE &&
 
7865
-  program_transform_name="s,^,$program_prefix,;$program_transform_name"
 
7866
+  program_transform_name="s&^&$program_prefix&;$program_transform_name"
 
7867
 # Use a double $ so make ignores it.
 
7868
 test "$program_suffix" != NONE &&
 
7869
-  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
 
7870
-# Double any \ or $.  echo might interpret backslashes.
 
7871
+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
 
7872
+# Double any \ or $.
 
7873
 # By default was `s,x,x', remove it if useless.
 
7874
-cat <<\_ACEOF >conftest.sed
 
7875
-s/[\\$]/&&/g;s/;s,x,x,$//
 
7876
-_ACEOF
 
7877
-program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
 
7878
-rm conftest.sed
 
7879
-
 
7880
+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
 
7881
+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
 
7882
 
 
7883
 # expand $ac_aux_dir to an absolute path
 
7884
 am_aux_dir=`cd $ac_aux_dir && pwd`
 
7885
 
 
7886
-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
 
7887
+if test x"${MISSING+set}" != xset; then
 
7888
+  case $am_aux_dir in
 
7889
+  *\ * | *\    *)
 
7890
+    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
 
7891
+  *)
 
7892
+    MISSING="\${SHELL} $am_aux_dir/missing" ;;
 
7893
+  esac
 
7894
+fi
 
7895
 # Use eval to expand $SHELL
 
7896
 if eval "$MISSING --run true"; then
 
7897
   am_missing_run="$MISSING --run "
 
7898
 else
 
7899
   am_missing_run=
 
7900
-  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
 
7901
-echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
 
7902
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
 
7903
+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
 
7904
 fi
 
7905
 
 
7906
-for ac_prog in gawk mawk nawk awk
 
7907
-do
 
7908
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
 
7909
-set dummy $ac_prog; ac_word=$2
 
7910
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7911
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
7912
-if test "${ac_cv_prog_AWK+set}" = set; then
 
7913
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7914
+if test x"${install_sh}" != xset; then
 
7915
+  case $am_aux_dir in
 
7916
+  *\ * | *\    *)
 
7917
+    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
 
7918
+  *)
 
7919
+    install_sh="\${SHELL} $am_aux_dir/install-sh"
 
7920
+  esac
 
7921
+fi
 
7922
+
 
7923
+# Installed binaries are usually stripped using `strip' when the user
 
7924
+# run `make install-strip'.  However `strip' might not be the right
 
7925
+# tool to use in cross-compilation environments, therefore Automake
 
7926
+# will honor the `STRIP' environment variable to overrule this program.
 
7927
+if test "$cross_compiling" != no; then
 
7928
+  if test -n "$ac_tool_prefix"; then
 
7929
+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
7930
+set dummy ${ac_tool_prefix}strip; ac_word=$2
 
7931
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
7932
+$as_echo_n "checking for $ac_word... " >&6; }
 
7933
+if test "${ac_cv_prog_STRIP+set}" = set; then :
 
7934
+  $as_echo_n "(cached) " >&6
 
7935
 else
 
7936
-  if test -n "$AWK"; then
 
7937
-  ac_cv_prog_AWK="$AWK" # Let the user override the test.
 
7938
+  if test -n "$STRIP"; then
 
7939
+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 
7940
 else
 
7941
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
7942
 for as_dir in $PATH
 
7943
 do
 
7944
   IFS=$as_save_IFS
 
7945
   test -z "$as_dir" && as_dir=.
 
7946
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
7947
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
7948
-    ac_cv_prog_AWK="$ac_prog"
 
7949
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7950
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
7951
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7952
+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
7953
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7954
     break 2
 
7955
   fi
 
7956
 done
 
7957
-done
 
7958
+  done
 
7959
+IFS=$as_save_IFS
 
7960
 
 
7961
 fi
 
7962
 fi
 
7963
-AWK=$ac_cv_prog_AWK
 
7964
-if test -n "$AWK"; then
 
7965
-  echo "$as_me:$LINENO: result: $AWK" >&5
 
7966
-echo "${ECHO_T}$AWK" >&6
 
7967
+STRIP=$ac_cv_prog_STRIP
 
7968
+if test -n "$STRIP"; then
 
7969
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
 
7970
+$as_echo "$STRIP" >&6; }
 
7971
 else
 
7972
-  echo "$as_me:$LINENO: result: no" >&5
 
7973
-echo "${ECHO_T}no" >&6
 
7974
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7975
+$as_echo "no" >&6; }
 
7976
 fi
 
7977
 
 
7978
-  test -n "$AWK" && break
 
7979
-done
 
7980
 
 
7981
-echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
7982
-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
 
7983
-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
 
7984
-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
 
7985
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7986
+fi
 
7987
+if test -z "$ac_cv_prog_STRIP"; then
 
7988
+  ac_ct_STRIP=$STRIP
 
7989
+  # Extract the first word of "strip", so it can be a program name with args.
 
7990
+set dummy strip; ac_word=$2
 
7991
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
7992
+$as_echo_n "checking for $ac_word... " >&6; }
 
7993
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
 
7994
+  $as_echo_n "(cached) " >&6
 
7995
 else
 
7996
-  cat >conftest.make <<\_ACEOF
 
7997
-all:
 
7998
-       @echo 'ac_maketemp="$(MAKE)"'
 
7999
-_ACEOF
 
8000
-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 
8001
-eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
 
8002
-if test -n "$ac_maketemp"; then
 
8003
-  eval ac_cv_prog_make_${ac_make}_set=yes
 
8004
+  if test -n "$ac_ct_STRIP"; then
 
8005
+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 
8006
 else
 
8007
-  eval ac_cv_prog_make_${ac_make}_set=no
 
8008
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
8009
+for as_dir in $PATH
 
8010
+do
 
8011
+  IFS=$as_save_IFS
 
8012
+  test -z "$as_dir" && as_dir=.
 
8013
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
8014
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8015
+    ac_cv_prog_ac_ct_STRIP="strip"
 
8016
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8017
+    break 2
 
8018
+  fi
 
8019
+done
 
8020
+  done
 
8021
+IFS=$as_save_IFS
 
8022
+
 
8023
 fi
 
8024
+fi
 
8025
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
8026
+if test -n "$ac_ct_STRIP"; then
 
8027
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
 
8028
+$as_echo "$ac_ct_STRIP" >&6; }
 
8029
+else
 
8030
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
8031
+$as_echo "no" >&6; }
 
8032
+fi
 
8033
+
 
8034
+  if test "x$ac_ct_STRIP" = x; then
 
8035
+    STRIP=":"
 
8036
+  else
 
8037
+    case $cross_compiling:$ac_tool_warned in
 
8038
+yes:)
 
8039
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
8040
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
8041
+ac_tool_warned=yes ;;
 
8042
+esac
 
8043
+    STRIP=$ac_ct_STRIP
 
8044
+  fi
 
8045
+else
 
8046
+  STRIP="$ac_cv_prog_STRIP"
 
8047
+fi
 
8048
+
 
8049
+fi
 
8050
+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
8051
+
 
8052
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
 
8053
+$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
 
8054
+if test -z "$MKDIR_P"; then
 
8055
+  if test "${ac_cv_path_mkdir+set}" = set; then :
 
8056
+  $as_echo_n "(cached) " >&6
 
8057
+else
 
8058
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
8059
+for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
 
8060
+do
 
8061
+  IFS=$as_save_IFS
 
8062
+  test -z "$as_dir" && as_dir=.
 
8063
+    for ac_prog in mkdir gmkdir; do
 
8064
+        for ac_exec_ext in '' $ac_executable_extensions; do
 
8065
+          { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
 
8066
+          case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
 
8067
+            'mkdir (GNU coreutils) '* | \
 
8068
+            'mkdir (coreutils) '* | \
 
8069
+            'mkdir (fileutils) '4.1*)
 
8070
+              ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
 
8071
+              break 3;;
 
8072
+          esac
 
8073
+        done
 
8074
+       done
 
8075
+  done
 
8076
+IFS=$as_save_IFS
 
8077
+
 
8078
+fi
 
8079
+
 
8080
+  test -d ./--version && rmdir ./--version
 
8081
+  if test "${ac_cv_path_mkdir+set}" = set; then
 
8082
+    MKDIR_P="$ac_cv_path_mkdir -p"
 
8083
+  else
 
8084
+    # As a last resort, use the slow shell script.  Don't cache a
 
8085
+    # value for MKDIR_P within a source directory, because that will
 
8086
+    # break other packages using the cache if that directory is
 
8087
+    # removed, or if the value is a relative name.
 
8088
+    MKDIR_P="$ac_install_sh -d"
 
8089
+  fi
 
8090
+fi
 
8091
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
 
8092
+$as_echo "$MKDIR_P" >&6; }
 
8093
+
 
8094
+mkdir_p="$MKDIR_P"
 
8095
+case $mkdir_p in
 
8096
+  [\\/$]* | ?:[\\/]*) ;;
 
8097
+  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
8098
+esac
 
8099
+
 
8100
+for ac_prog in gawk mawk nawk awk
 
8101
+do
 
8102
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
 
8103
+set dummy $ac_prog; ac_word=$2
 
8104
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
8105
+$as_echo_n "checking for $ac_word... " >&6; }
 
8106
+if test "${ac_cv_prog_AWK+set}" = set; then :
 
8107
+  $as_echo_n "(cached) " >&6
 
8108
+else
 
8109
+  if test -n "$AWK"; then
 
8110
+  ac_cv_prog_AWK="$AWK" # Let the user override the test.
 
8111
+else
 
8112
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
8113
+for as_dir in $PATH
 
8114
+do
 
8115
+  IFS=$as_save_IFS
 
8116
+  test -z "$as_dir" && as_dir=.
 
8117
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
8118
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8119
+    ac_cv_prog_AWK="$ac_prog"
 
8120
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8121
+    break 2
 
8122
+  fi
 
8123
+done
 
8124
+  done
 
8125
+IFS=$as_save_IFS
 
8126
+
 
8127
+fi
 
8128
+fi
 
8129
+AWK=$ac_cv_prog_AWK
 
8130
+if test -n "$AWK"; then
 
8131
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
 
8132
+$as_echo "$AWK" >&6; }
 
8133
+else
 
8134
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
8135
+$as_echo "no" >&6; }
 
8136
+fi
 
8137
+
 
8138
+
 
8139
+  test -n "$AWK" && break
 
8140
+done
 
8141
+
 
8142
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
8143
+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
 
8144
+set x ${MAKE-make}
 
8145
+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 
8146
+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
 
8147
+  $as_echo_n "(cached) " >&6
 
8148
+else
 
8149
+  cat >conftest.make <<\_ACEOF
 
8150
+SHELL = /bin/sh
 
8151
+all:
 
8152
+       @echo '@@@%%%=$(MAKE)=@@@%%%'
 
8153
+_ACEOF
 
8154
+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
 
8155
+case `${MAKE-make} -f conftest.make 2>/dev/null` in
 
8156
+  *@@@%%%=?*=@@@%%%*)
 
8157
+    eval ac_cv_prog_make_${ac_make}_set=yes;;
 
8158
+  *)
 
8159
+    eval ac_cv_prog_make_${ac_make}_set=no;;
 
8160
+esac
 
8161
 rm -f conftest.make
 
8162
 fi
 
8163
-if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
 
8164
-  echo "$as_me:$LINENO: result: yes" >&5
 
8165
-echo "${ECHO_T}yes" >&6
 
8166
+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
 
8167
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
8168
+$as_echo "yes" >&6; }
 
8169
   SET_MAKE=
 
8170
 else
 
8171
-  echo "$as_me:$LINENO: result: no" >&5
 
8172
-echo "${ECHO_T}no" >&6
 
8173
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
8174
+$as_echo "no" >&6; }
 
8175
   SET_MAKE="MAKE=${MAKE-make}"
 
8176
 fi
 
8177
 
 
8178
- # test to see if srcdir already configured
 
8179
-if test "`cd $srcdir && pwd`" != "`pwd`" &&
 
8180
-   test -f $srcdir/config.status; then
 
8181
-  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 
8182
-echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
 
8183
-   { (exit 1); exit 1; }; }
 
8184
+rm -rf .tst 2>/dev/null
 
8185
+mkdir .tst 2>/dev/null
 
8186
+if test -d .tst; then
 
8187
+  am__leading_dot=.
 
8188
+else
 
8189
+  am__leading_dot=_
 
8190
+fi
 
8191
+rmdir .tst 2>/dev/null
 
8192
+
 
8193
+if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
8194
+  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
8195
+  # is not polluted with repeated "-I."
 
8196
+  am__isrc=' -I$(srcdir)'
 
8197
+  # test to see if srcdir already configured
 
8198
+  if test -f $srcdir/config.status; then
 
8199
+    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
 
8200
+  fi
 
8201
+fi
 
8202
+
 
8203
+# test whether we have cygpath
 
8204
+if test -z "$CYGPATH_W"; then
 
8205
+  if (cygpath --version) >/dev/null 2>/dev/null; then
 
8206
+    CYGPATH_W='cygpath -w'
 
8207
+  else
 
8208
+    CYGPATH_W=echo
 
8209
+  fi
 
8210
 fi
 
8211
 
 
8212
+
 
8213
 # Define the identity of the package.
 
8214
  PACKAGE=gtkboard
 
8215
  VERSION=0.11pre0
 
8216
@@ -1649,104 +2810,20 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_ru
 
8217
 
 
8218
 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
 
8219
 
 
8220
+# We need awk for the "check" target.  The system "awk" is bad on
 
8221
+# some platforms.
 
8222
+# Always define AMTAR for backward compatibility.
 
8223
 
 
8224
 AMTAR=${AMTAR-"${am_missing_run}tar"}
 
8225
 
 
8226
-install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
8227
-
 
8228
-# Installed binaries are usually stripped using `strip' when the user
 
8229
-# run `make install-strip'.  However `strip' might not be the right
 
8230
-# tool to use in cross-compilation environments, therefore Automake
 
8231
-# will honor the `STRIP' environment variable to overrule this program.
 
8232
-if test "$cross_compiling" != no; then
 
8233
-  if test -n "$ac_tool_prefix"; then
 
8234
-  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
8235
-set dummy ${ac_tool_prefix}strip; ac_word=$2
 
8236
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8237
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
8238
-if test "${ac_cv_prog_STRIP+set}" = set; then
 
8239
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8240
-else
 
8241
-  if test -n "$STRIP"; then
 
8242
-  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 
8243
-else
 
8244
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
8245
-for as_dir in $PATH
 
8246
-do
 
8247
-  IFS=$as_save_IFS
 
8248
-  test -z "$as_dir" && as_dir=.
 
8249
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
8250
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
8251
-    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
8252
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8253
-    break 2
 
8254
-  fi
 
8255
-done
 
8256
-done
 
8257
-
 
8258
-fi
 
8259
-fi
 
8260
-STRIP=$ac_cv_prog_STRIP
 
8261
-if test -n "$STRIP"; then
 
8262
-  echo "$as_me:$LINENO: result: $STRIP" >&5
 
8263
-echo "${ECHO_T}$STRIP" >&6
 
8264
-else
 
8265
-  echo "$as_me:$LINENO: result: no" >&5
 
8266
-echo "${ECHO_T}no" >&6
 
8267
-fi
 
8268
-
 
8269
-fi
 
8270
-if test -z "$ac_cv_prog_STRIP"; then
 
8271
-  ac_ct_STRIP=$STRIP
 
8272
-  # Extract the first word of "strip", so it can be a program name with args.
 
8273
-set dummy strip; ac_word=$2
 
8274
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8275
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
8276
-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 
8277
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8278
-else
 
8279
-  if test -n "$ac_ct_STRIP"; then
 
8280
-  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 
8281
-else
 
8282
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
8283
-for as_dir in $PATH
 
8284
-do
 
8285
-  IFS=$as_save_IFS
 
8286
-  test -z "$as_dir" && as_dir=.
 
8287
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
8288
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
8289
-    ac_cv_prog_ac_ct_STRIP="strip"
 
8290
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8291
-    break 2
 
8292
-  fi
 
8293
-done
 
8294
-done
 
8295
-
 
8296
-  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
 
8297
-fi
 
8298
-fi
 
8299
-ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
8300
-if test -n "$ac_ct_STRIP"; then
 
8301
-  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
8302
-echo "${ECHO_T}$ac_ct_STRIP" >&6
 
8303
-else
 
8304
-  echo "$as_me:$LINENO: result: no" >&5
 
8305
-echo "${ECHO_T}no" >&6
 
8306
-fi
 
8307
+am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
 
8308
 
 
8309
-  STRIP=$ac_ct_STRIP
 
8310
-else
 
8311
-  STRIP="$ac_cv_prog_STRIP"
 
8312
-fi
 
8313
 
 
8314
-fi
 
8315
-INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
8316
 
 
8317
-# We need awk for the "check" target.  The system "awk" is bad on
 
8318
-# some platforms.
 
8319
 
 
8320
 
 
8321
 
 
8322
+# Checks for programs.
 
8323
 ac_ext=c
 
8324
 ac_cpp='$CPP $CPPFLAGS'
 
8325
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
8326
@@ -1755,10 +2832,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
8327
 if test -n "$ac_tool_prefix"; then
 
8328
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 
8329
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
 
8330
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8331
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
8332
-if test "${ac_cv_prog_CC+set}" = set; then
 
8333
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8334
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
8335
+$as_echo_n "checking for $ac_word... " >&6; }
 
8336
+if test "${ac_cv_prog_CC+set}" = set; then :
 
8337
+  $as_echo_n "(cached) " >&6
 
8338
 else
 
8339
   if test -n "$CC"; then
 
8340
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
8341
@@ -1768,35 +2845,37 @@ for as_dir in $PATH
 
8342
 do
 
8343
   IFS=$as_save_IFS
 
8344
   test -z "$as_dir" && as_dir=.
 
8345
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
8346
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
8347
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
8348
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8349
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
 
8350
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8351
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8352
     break 2
 
8353
   fi
 
8354
 done
 
8355
-done
 
8356
+  done
 
8357
+IFS=$as_save_IFS
 
8358
 
 
8359
 fi
 
8360
 fi
 
8361
 CC=$ac_cv_prog_CC
 
8362
 if test -n "$CC"; then
 
8363
-  echo "$as_me:$LINENO: result: $CC" >&5
 
8364
-echo "${ECHO_T}$CC" >&6
 
8365
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
 
8366
+$as_echo "$CC" >&6; }
 
8367
 else
 
8368
-  echo "$as_me:$LINENO: result: no" >&5
 
8369
-echo "${ECHO_T}no" >&6
 
8370
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
8371
+$as_echo "no" >&6; }
 
8372
 fi
 
8373
 
 
8374
+
 
8375
 fi
 
8376
 if test -z "$ac_cv_prog_CC"; then
 
8377
   ac_ct_CC=$CC
 
8378
   # Extract the first word of "gcc", so it can be a program name with args.
 
8379
 set dummy gcc; ac_word=$2
 
8380
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8381
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
8382
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
8383
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8384
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
8385
+$as_echo_n "checking for $ac_word... " >&6; }
 
8386
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
 
8387
+  $as_echo_n "(cached) " >&6
 
8388
 else
 
8389
   if test -n "$ac_ct_CC"; then
 
8390
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
8391
@@ -1806,39 +2885,50 @@ for as_dir in $PATH
 
8392
 do
 
8393
   IFS=$as_save_IFS
 
8394
   test -z "$as_dir" && as_dir=.
 
8395
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
8396
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
8397
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
8398
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8399
     ac_cv_prog_ac_ct_CC="gcc"
 
8400
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8401
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8402
     break 2
 
8403
   fi
 
8404
 done
 
8405
-done
 
8406
+  done
 
8407
+IFS=$as_save_IFS
 
8408
 
 
8409
 fi
 
8410
 fi
 
8411
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
8412
 if test -n "$ac_ct_CC"; then
 
8413
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
8414
-echo "${ECHO_T}$ac_ct_CC" >&6
 
8415
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
 
8416
+$as_echo "$ac_ct_CC" >&6; }
 
8417
 else
 
8418
-  echo "$as_me:$LINENO: result: no" >&5
 
8419
-echo "${ECHO_T}no" >&6
 
8420
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
8421
+$as_echo "no" >&6; }
 
8422
 fi
 
8423
 
 
8424
-  CC=$ac_ct_CC
 
8425
+  if test "x$ac_ct_CC" = x; then
 
8426
+    CC=""
 
8427
+  else
 
8428
+    case $cross_compiling:$ac_tool_warned in
 
8429
+yes:)
 
8430
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
8431
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
8432
+ac_tool_warned=yes ;;
 
8433
+esac
 
8434
+    CC=$ac_ct_CC
 
8435
+  fi
 
8436
 else
 
8437
   CC="$ac_cv_prog_CC"
 
8438
 fi
 
8439
 
 
8440
 if test -z "$CC"; then
 
8441
-  if test -n "$ac_tool_prefix"; then
 
8442
-  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 
8443
+          if test -n "$ac_tool_prefix"; then
 
8444
+    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 
8445
 set dummy ${ac_tool_prefix}cc; ac_word=$2
 
8446
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8447
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
8448
-if test "${ac_cv_prog_CC+set}" = set; then
 
8449
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8450
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
8451
+$as_echo_n "checking for $ac_word... " >&6; }
 
8452
+if test "${ac_cv_prog_CC+set}" = set; then :
 
8453
+  $as_echo_n "(cached) " >&6
 
8454
 else
 
8455
   if test -n "$CC"; then
 
8456
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
8457
@@ -1848,77 +2938,37 @@ for as_dir in $PATH
 
8458
 do
 
8459
   IFS=$as_save_IFS
 
8460
   test -z "$as_dir" && as_dir=.
 
8461
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
8462
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
8463
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
8464
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8465
     ac_cv_prog_CC="${ac_tool_prefix}cc"
 
8466
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8467
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8468
     break 2
 
8469
   fi
 
8470
 done
 
8471
-done
 
8472
+  done
 
8473
+IFS=$as_save_IFS
 
8474
 
 
8475
 fi
 
8476
 fi
 
8477
 CC=$ac_cv_prog_CC
 
8478
 if test -n "$CC"; then
 
8479
-  echo "$as_me:$LINENO: result: $CC" >&5
 
8480
-echo "${ECHO_T}$CC" >&6
 
8481
-else
 
8482
-  echo "$as_me:$LINENO: result: no" >&5
 
8483
-echo "${ECHO_T}no" >&6
 
8484
-fi
 
8485
-
 
8486
-fi
 
8487
-if test -z "$ac_cv_prog_CC"; then
 
8488
-  ac_ct_CC=$CC
 
8489
-  # Extract the first word of "cc", so it can be a program name with args.
 
8490
-set dummy cc; ac_word=$2
 
8491
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8492
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
8493
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
8494
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8495
-else
 
8496
-  if test -n "$ac_ct_CC"; then
 
8497
-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
8498
-else
 
8499
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
8500
-for as_dir in $PATH
 
8501
-do
 
8502
-  IFS=$as_save_IFS
 
8503
-  test -z "$as_dir" && as_dir=.
 
8504
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
8505
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
8506
-    ac_cv_prog_ac_ct_CC="cc"
 
8507
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8508
-    break 2
 
8509
-  fi
 
8510
-done
 
8511
-done
 
8512
-
 
8513
-fi
 
8514
-fi
 
8515
-ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
8516
-if test -n "$ac_ct_CC"; then
 
8517
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
8518
-echo "${ECHO_T}$ac_ct_CC" >&6
 
8519
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
 
8520
+$as_echo "$CC" >&6; }
 
8521
 else
 
8522
-  echo "$as_me:$LINENO: result: no" >&5
 
8523
-echo "${ECHO_T}no" >&6
 
8524
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
8525
+$as_echo "no" >&6; }
 
8526
 fi
 
8527
 
 
8528
-  CC=$ac_ct_CC
 
8529
-else
 
8530
-  CC="$ac_cv_prog_CC"
 
8531
-fi
 
8532
 
 
8533
+  fi
 
8534
 fi
 
8535
 if test -z "$CC"; then
 
8536
   # Extract the first word of "cc", so it can be a program name with args.
 
8537
 set dummy cc; ac_word=$2
 
8538
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8539
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
8540
-if test "${ac_cv_prog_CC+set}" = set; then
 
8541
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8542
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
8543
+$as_echo_n "checking for $ac_word... " >&6; }
 
8544
+if test "${ac_cv_prog_CC+set}" = set; then :
 
8545
+  $as_echo_n "(cached) " >&6
 
8546
 else
 
8547
   if test -n "$CC"; then
 
8548
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
8549
@@ -1929,18 +2979,19 @@ for as_dir in $PATH
 
8550
 do
 
8551
   IFS=$as_save_IFS
 
8552
   test -z "$as_dir" && as_dir=.
 
8553
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
8554
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
8555
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
8556
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8557
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
 
8558
        ac_prog_rejected=yes
 
8559
        continue
 
8560
      fi
 
8561
     ac_cv_prog_CC="cc"
 
8562
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8563
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8564
     break 2
 
8565
   fi
 
8566
 done
 
8567
-done
 
8568
+  done
 
8569
+IFS=$as_save_IFS
 
8570
 
 
8571
 if test $ac_prog_rejected = yes; then
 
8572
   # We found a bogon in the path, so make sure we never use it.
 
8573
@@ -1958,24 +3009,25 @@ fi
 
8574
 fi
 
8575
 CC=$ac_cv_prog_CC
 
8576
 if test -n "$CC"; then
 
8577
-  echo "$as_me:$LINENO: result: $CC" >&5
 
8578
-echo "${ECHO_T}$CC" >&6
 
8579
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
 
8580
+$as_echo "$CC" >&6; }
 
8581
 else
 
8582
-  echo "$as_me:$LINENO: result: no" >&5
 
8583
-echo "${ECHO_T}no" >&6
 
8584
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
8585
+$as_echo "no" >&6; }
 
8586
 fi
 
8587
 
 
8588
+
 
8589
 fi
 
8590
 if test -z "$CC"; then
 
8591
   if test -n "$ac_tool_prefix"; then
 
8592
-  for ac_prog in cl
 
8593
+  for ac_prog in cl.exe
 
8594
   do
 
8595
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
8596
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
8597
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8598
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
8599
-if test "${ac_cv_prog_CC+set}" = set; then
 
8600
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8601
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
8602
+$as_echo_n "checking for $ac_word... " >&6; }
 
8603
+if test "${ac_cv_prog_CC+set}" = set; then :
 
8604
+  $as_echo_n "(cached) " >&6
 
8605
 else
 
8606
   if test -n "$CC"; then
 
8607
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
8608
@@ -1985,39 +3037,41 @@ for as_dir in $PATH
 
8609
 do
 
8610
   IFS=$as_save_IFS
 
8611
   test -z "$as_dir" && as_dir=.
 
8612
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
8613
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
8614
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
8615
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8616
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 
8617
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8618
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8619
     break 2
 
8620
   fi
 
8621
 done
 
8622
-done
 
8623
+  done
 
8624
+IFS=$as_save_IFS
 
8625
 
 
8626
 fi
 
8627
 fi
 
8628
 CC=$ac_cv_prog_CC
 
8629
 if test -n "$CC"; then
 
8630
-  echo "$as_me:$LINENO: result: $CC" >&5
 
8631
-echo "${ECHO_T}$CC" >&6
 
8632
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
 
8633
+$as_echo "$CC" >&6; }
 
8634
 else
 
8635
-  echo "$as_me:$LINENO: result: no" >&5
 
8636
-echo "${ECHO_T}no" >&6
 
8637
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
8638
+$as_echo "no" >&6; }
 
8639
 fi
 
8640
 
 
8641
+
 
8642
     test -n "$CC" && break
 
8643
   done
 
8644
 fi
 
8645
 if test -z "$CC"; then
 
8646
   ac_ct_CC=$CC
 
8647
-  for ac_prog in cl
 
8648
+  for ac_prog in cl.exe
 
8649
 do
 
8650
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
8651
 set dummy $ac_prog; ac_word=$2
 
8652
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8653
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
8654
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
8655
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8656
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
8657
+$as_echo_n "checking for $ac_word... " >&6; }
 
8658
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
 
8659
+  $as_echo_n "(cached) " >&6
 
8660
 else
 
8661
   if test -n "$ac_ct_CC"; then
 
8662
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
8663
@@ -2027,67 +3081,78 @@ for as_dir in $PATH
 
8664
 do
 
8665
   IFS=$as_save_IFS
 
8666
   test -z "$as_dir" && as_dir=.
 
8667
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
8668
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
8669
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
8670
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8671
     ac_cv_prog_ac_ct_CC="$ac_prog"
 
8672
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8673
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8674
     break 2
 
8675
   fi
 
8676
 done
 
8677
-done
 
8678
+  done
 
8679
+IFS=$as_save_IFS
 
8680
 
 
8681
 fi
 
8682
 fi
 
8683
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
8684
 if test -n "$ac_ct_CC"; then
 
8685
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
8686
-echo "${ECHO_T}$ac_ct_CC" >&6
 
8687
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
 
8688
+$as_echo "$ac_ct_CC" >&6; }
 
8689
 else
 
8690
-  echo "$as_me:$LINENO: result: no" >&5
 
8691
-echo "${ECHO_T}no" >&6
 
8692
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
8693
+$as_echo "no" >&6; }
 
8694
 fi
 
8695
 
 
8696
+
 
8697
   test -n "$ac_ct_CC" && break
 
8698
 done
 
8699
 
 
8700
-  CC=$ac_ct_CC
 
8701
+  if test "x$ac_ct_CC" = x; then
 
8702
+    CC=""
 
8703
+  else
 
8704
+    case $cross_compiling:$ac_tool_warned in
 
8705
+yes:)
 
8706
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
8707
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
8708
+ac_tool_warned=yes ;;
 
8709
+esac
 
8710
+    CC=$ac_ct_CC
 
8711
+  fi
 
8712
 fi
 
8713
 
 
8714
 fi
 
8715
 
 
8716
 
 
8717
-test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
8718
-See \`config.log' for more details." >&5
 
8719
-echo "$as_me: error: no acceptable C compiler found in \$PATH
 
8720
-See \`config.log' for more details." >&2;}
 
8721
-   { (exit 1); exit 1; }; }
 
8722
+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
8723
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
8724
+as_fn_error $? "no acceptable C compiler found in \$PATH
 
8725
+See \`config.log' for more details" "$LINENO" 5 ; }
 
8726
 
 
8727
 # Provide some information about the compiler.
 
8728
-echo "$as_me:$LINENO:" \
 
8729
-     "checking for C compiler version" >&5
 
8730
-ac_compiler=`set X $ac_compile; echo $2`
 
8731
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
 
8732
-  (eval $ac_compiler --version </dev/null >&5) 2>&5
 
8733
-  ac_status=$?
 
8734
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8735
-  (exit $ac_status); }
 
8736
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
 
8737
-  (eval $ac_compiler -v </dev/null >&5) 2>&5
 
8738
-  ac_status=$?
 
8739
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8740
-  (exit $ac_status); }
 
8741
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
 
8742
-  (eval $ac_compiler -V </dev/null >&5) 2>&5
 
8743
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
 
8744
+set X $ac_compile
 
8745
+ac_compiler=$2
 
8746
+for ac_option in --version -v -V -qversion; do
 
8747
+  { { ac_try="$ac_compiler $ac_option >&5"
 
8748
+case "(($ac_try" in
 
8749
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8750
+  *) ac_try_echo=$ac_try;;
 
8751
+esac
 
8752
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
8753
+$as_echo "$ac_try_echo"; } >&5
 
8754
+  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
 
8755
   ac_status=$?
 
8756
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8757
-  (exit $ac_status); }
 
8758
+  if test -s conftest.err; then
 
8759
+    sed '10a\
 
8760
+... rest of stderr output deleted ...
 
8761
+         10q' conftest.err >conftest.er1
 
8762
+    cat conftest.er1 >&5
 
8763
+  fi
 
8764
+  rm -f conftest.er1 conftest.err
 
8765
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
8766
+  test $ac_status = 0; }
 
8767
+done
 
8768
 
 
8769
-cat >conftest.$ac_ext <<_ACEOF
 
8770
-#line $LINENO "configure"
 
8771
-/* confdefs.h.  */
 
8772
-_ACEOF
 
8773
-cat confdefs.h >>conftest.$ac_ext
 
8774
-cat >>conftest.$ac_ext <<_ACEOF
 
8775
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
8776
 /* end confdefs.h.  */
 
8777
 
 
8778
 int
 
8779
@@ -2099,112 +3164,108 @@ main ()
 
8780
 }
 
8781
 _ACEOF
 
8782
 ac_clean_files_save=$ac_clean_files
 
8783
-ac_clean_files="$ac_clean_files a.out a.exe b.out"
 
8784
+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
 
8785
 # Try to create an executable without -o first, disregard a.out.
 
8786
 # It will help us diagnose broken compilers, and finding out an intuition
 
8787
 # of exeext.
 
8788
-echo "$as_me:$LINENO: checking for C compiler default output" >&5
 
8789
-echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
 
8790
-ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 
8791
-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
 
8792
-  (eval $ac_link_default) 2>&5
 
8793
-  ac_status=$?
 
8794
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8795
-  (exit $ac_status); }; then
 
8796
-  # Find the output, starting from the most likely.  This scheme is
 
8797
-# not robust to junk in `.', hence go to wildcards (a.*) only as a last
 
8798
-# resort.
 
8799
-
 
8800
-# Be careful to initialize this variable, since it used to be cached.
 
8801
-# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
 
8802
-ac_cv_exeext=
 
8803
-# b.out is created by i960 compilers.
 
8804
-for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
 
8805
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
 
8806
+$as_echo_n "checking whether the C compiler works... " >&6; }
 
8807
+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 
8808
+
 
8809
+# The possible output files:
 
8810
+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
 
8811
+
 
8812
+ac_rmfiles=
 
8813
+for ac_file in $ac_files
 
8814
+do
 
8815
+  case $ac_file in
 
8816
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
 
8817
+    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
 
8818
+  esac
 
8819
+done
 
8820
+rm -f $ac_rmfiles
 
8821
+
 
8822
+if { { ac_try="$ac_link_default"
 
8823
+case "(($ac_try" in
 
8824
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8825
+  *) ac_try_echo=$ac_try;;
 
8826
+esac
 
8827
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
8828
+$as_echo "$ac_try_echo"; } >&5
 
8829
+  (eval "$ac_link_default") 2>&5
 
8830
+  ac_status=$?
 
8831
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
8832
+  test $ac_status = 0; }; then :
 
8833
+  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
 
8834
+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
 
8835
+# in a Makefile.  We should not override ac_cv_exeext if it was cached,
 
8836
+# so that the user can short-circuit this test for compilers unknown to
 
8837
+# Autoconf.
 
8838
+for ac_file in $ac_files ''
 
8839
 do
 
8840
   test -f "$ac_file" || continue
 
8841
   case $ac_file in
 
8842
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
 
8843
-        ;;
 
8844
-    conftest.$ac_ext )
 
8845
-        # This is the source file.
 
8846
-        ;;
 
8847
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
 
8848
+       ;;
 
8849
     [ab].out )
 
8850
-        # We found the default executable, but exeext='' is most
 
8851
-        # certainly right.
 
8852
-        break;;
 
8853
+       # We found the default executable, but exeext='' is most
 
8854
+       # certainly right.
 
8855
+       break;;
 
8856
     *.* )
 
8857
-        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 
8858
-        # FIXME: I believe we export ac_cv_exeext for Libtool,
 
8859
-        # but it would be cool to find out if it's true.  Does anybody
 
8860
-        # maintain Libtool? --akim.
 
8861
-        export ac_cv_exeext
 
8862
-        break;;
 
8863
+       if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
 
8864
+       then :; else
 
8865
+          ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 
8866
+       fi
 
8867
+       # We set ac_cv_exeext here because the later test for it is not
 
8868
+       # safe: cross compilers may not add the suffix if given an `-o'
 
8869
+       # argument, so we may need to know it at that point already.
 
8870
+       # Even if this section looks crufty: it has the advantage of
 
8871
+       # actually working.
 
8872
+       break;;
 
8873
     * )
 
8874
-        break;;
 
8875
+       break;;
 
8876
   esac
 
8877
 done
 
8878
-else
 
8879
-  echo "$as_me: failed program was:" >&5
 
8880
-sed 's/^/| /' conftest.$ac_ext >&5
 
8881
+test "$ac_cv_exeext" = no && ac_cv_exeext=
 
8882
 
 
8883
-{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
 
8884
-See \`config.log' for more details." >&5
 
8885
-echo "$as_me: error: C compiler cannot create executables
 
8886
-See \`config.log' for more details." >&2;}
 
8887
-   { (exit 77); exit 77; }; }
 
8888
+else
 
8889
+  ac_file=''
 
8890
 fi
 
8891
+if test -z "$ac_file"; then :
 
8892
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
8893
+$as_echo "no" >&6; }
 
8894
+$as_echo "$as_me: failed program was:" >&5
 
8895
+sed 's/^/| /' conftest.$ac_ext >&5
 
8896
 
 
8897
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
8898
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
8899
+as_fn_error 77 "C compiler cannot create executables
 
8900
+See \`config.log' for more details" "$LINENO" 5 ; }
 
8901
+else
 
8902
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
8903
+$as_echo "yes" >&6; }
 
8904
+fi
 
8905
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
 
8906
+$as_echo_n "checking for C compiler default output file name... " >&6; }
 
8907
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
 
8908
+$as_echo "$ac_file" >&6; }
 
8909
 ac_exeext=$ac_cv_exeext
 
8910
-echo "$as_me:$LINENO: result: $ac_file" >&5
 
8911
-echo "${ECHO_T}$ac_file" >&6
 
8912
-
 
8913
-# Check the compiler produces executables we can run.  If not, either
 
8914
-# the compiler is broken, or we cross compile.
 
8915
-echo "$as_me:$LINENO: checking whether the C compiler works" >&5
 
8916
-echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
 
8917
-# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
 
8918
-# If not cross compiling, check that we can run a simple program.
 
8919
-if test "$cross_compiling" != yes; then
 
8920
-  if { ac_try='./$ac_file'
 
8921
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
8922
-  (eval $ac_try) 2>&5
 
8923
-  ac_status=$?
 
8924
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8925
-  (exit $ac_status); }; }; then
 
8926
-    cross_compiling=no
 
8927
-  else
 
8928
-    if test "$cross_compiling" = maybe; then
 
8929
-       cross_compiling=yes
 
8930
-    else
 
8931
-       { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
 
8932
-If you meant to cross compile, use \`--host'.
 
8933
-See \`config.log' for more details." >&5
 
8934
-echo "$as_me: error: cannot run C compiled programs.
 
8935
-If you meant to cross compile, use \`--host'.
 
8936
-See \`config.log' for more details." >&2;}
 
8937
-   { (exit 1); exit 1; }; }
 
8938
-    fi
 
8939
-  fi
 
8940
-fi
 
8941
-echo "$as_me:$LINENO: result: yes" >&5
 
8942
-echo "${ECHO_T}yes" >&6
 
8943
 
 
8944
-rm -f a.out a.exe conftest$ac_cv_exeext b.out
 
8945
+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
 
8946
 ac_clean_files=$ac_clean_files_save
 
8947
-# Check the compiler produces executables we can run.  If not, either
 
8948
-# the compiler is broken, or we cross compile.
 
8949
-echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
 
8950
-echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
 
8951
-echo "$as_me:$LINENO: result: $cross_compiling" >&5
 
8952
-echo "${ECHO_T}$cross_compiling" >&6
 
8953
-
 
8954
-echo "$as_me:$LINENO: checking for suffix of executables" >&5
 
8955
-echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
 
8956
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
8957
-  (eval $ac_link) 2>&5
 
8958
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
 
8959
+$as_echo_n "checking for suffix of executables... " >&6; }
 
8960
+if { { ac_try="$ac_link"
 
8961
+case "(($ac_try" in
 
8962
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8963
+  *) ac_try_echo=$ac_try;;
 
8964
+esac
 
8965
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
8966
+$as_echo "$ac_try_echo"; } >&5
 
8967
+  (eval "$ac_link") 2>&5
 
8968
   ac_status=$?
 
8969
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8970
-  (exit $ac_status); }; then
 
8971
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
8972
+  test $ac_status = 0; }; then :
 
8973
   # If both `conftest.exe' and `conftest' are `present' (well, observable)
 
8974
 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
 
8975
 # work properly (i.e., refer to `conftest.exe'), while it won't with
 
8976
@@ -2212,90 +3273,141 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
 
8977
 for ac_file in conftest.exe conftest conftest.*; do
 
8978
   test -f "$ac_file" || continue
 
8979
   case $ac_file in
 
8980
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
 
8981
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
 
8982
     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 
8983
-          export ac_cv_exeext
 
8984
-          break;;
 
8985
+         break;;
 
8986
     * ) break;;
 
8987
   esac
 
8988
 done
 
8989
 else
 
8990
-  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
 
8991
-See \`config.log' for more details." >&5
 
8992
-echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
 
8993
-See \`config.log' for more details." >&2;}
 
8994
-   { (exit 1); exit 1; }; }
 
8995
-fi
 
8996
-
 
8997
-rm -f conftest$ac_cv_exeext
 
8998
-echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
 
8999
-echo "${ECHO_T}$ac_cv_exeext" >&6
 
9000
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
9001
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
9002
+as_fn_error $? "cannot compute suffix of executables: cannot compile and link
 
9003
+See \`config.log' for more details" "$LINENO" 5 ; }
 
9004
+fi
 
9005
+rm -f conftest conftest$ac_cv_exeext
 
9006
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
 
9007
+$as_echo "$ac_cv_exeext" >&6; }
 
9008
 
 
9009
 rm -f conftest.$ac_ext
 
9010
 EXEEXT=$ac_cv_exeext
 
9011
 ac_exeext=$EXEEXT
 
9012
-echo "$as_me:$LINENO: checking for suffix of object files" >&5
 
9013
-echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
 
9014
-if test "${ac_cv_objext+set}" = set; then
 
9015
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9016
-else
 
9017
-  cat >conftest.$ac_ext <<_ACEOF
 
9018
-#line $LINENO "configure"
 
9019
-/* confdefs.h.  */
 
9020
-_ACEOF
 
9021
-cat confdefs.h >>conftest.$ac_ext
 
9022
-cat >>conftest.$ac_ext <<_ACEOF
 
9023
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
9024
 /* end confdefs.h.  */
 
9025
-
 
9026
+#include <stdio.h>
 
9027
 int
 
9028
 main ()
 
9029
 {
 
9030
+FILE *f = fopen ("conftest.out", "w");
 
9031
+ return ferror (f) || fclose (f) != 0;
 
9032
 
 
9033
   ;
 
9034
   return 0;
 
9035
 }
 
9036
 _ACEOF
 
9037
-rm -f conftest.o conftest.obj
 
9038
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
9039
-  (eval $ac_compile) 2>&5
 
9040
+ac_clean_files="$ac_clean_files conftest.out"
 
9041
+# Check that the compiler produces executables we can run.  If not, either
 
9042
+# the compiler is broken, or we cross compile.
 
9043
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
 
9044
+$as_echo_n "checking whether we are cross compiling... " >&6; }
 
9045
+if test "$cross_compiling" != yes; then
 
9046
+  { { ac_try="$ac_link"
 
9047
+case "(($ac_try" in
 
9048
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9049
+  *) ac_try_echo=$ac_try;;
 
9050
+esac
 
9051
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
9052
+$as_echo "$ac_try_echo"; } >&5
 
9053
+  (eval "$ac_link") 2>&5
 
9054
+  ac_status=$?
 
9055
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
9056
+  test $ac_status = 0; }
 
9057
+  if { ac_try='./conftest$ac_cv_exeext'
 
9058
+  { { case "(($ac_try" in
 
9059
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9060
+  *) ac_try_echo=$ac_try;;
 
9061
+esac
 
9062
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
9063
+$as_echo "$ac_try_echo"; } >&5
 
9064
+  (eval "$ac_try") 2>&5
 
9065
   ac_status=$?
 
9066
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9067
-  (exit $ac_status); }; then
 
9068
-  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
 
9069
-  case $ac_file in
 
9070
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
 
9071
-    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
 
9072
-       break;;
 
9073
-  esac
 
9074
-done
 
9075
-else
 
9076
-  echo "$as_me: failed program was:" >&5
 
9077
-sed 's/^/| /' conftest.$ac_ext >&5
 
9078
-
 
9079
-{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
 
9080
-See \`config.log' for more details." >&5
 
9081
-echo "$as_me: error: cannot compute suffix of object files: cannot compile
 
9082
-See \`config.log' for more details." >&2;}
 
9083
-   { (exit 1); exit 1; }; }
 
9084
-fi
 
9085
-
 
9086
-rm -f conftest.$ac_cv_objext conftest.$ac_ext
 
9087
-fi
 
9088
-echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
 
9089
-echo "${ECHO_T}$ac_cv_objext" >&6
 
9090
-OBJEXT=$ac_cv_objext
 
9091
-ac_objext=$OBJEXT
 
9092
-echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
9093
-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
 
9094
-if test "${ac_cv_c_compiler_gnu+set}" = set; then
 
9095
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9096
-else
 
9097
-  cat >conftest.$ac_ext <<_ACEOF
 
9098
-#line $LINENO "configure"
 
9099
-/* confdefs.h.  */
 
9100
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
9101
+  test $ac_status = 0; }; }; then
 
9102
+    cross_compiling=no
 
9103
+  else
 
9104
+    if test "$cross_compiling" = maybe; then
 
9105
+       cross_compiling=yes
 
9106
+    else
 
9107
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
9108
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
9109
+as_fn_error $? "cannot run C compiled programs.
 
9110
+If you meant to cross compile, use \`--host'.
 
9111
+See \`config.log' for more details" "$LINENO" 5 ; }
 
9112
+    fi
 
9113
+  fi
 
9114
+fi
 
9115
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
 
9116
+$as_echo "$cross_compiling" >&6; }
 
9117
+
 
9118
+rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
 
9119
+ac_clean_files=$ac_clean_files_save
 
9120
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
 
9121
+$as_echo_n "checking for suffix of object files... " >&6; }
 
9122
+if test "${ac_cv_objext+set}" = set; then :
 
9123
+  $as_echo_n "(cached) " >&6
 
9124
+else
 
9125
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
9126
+/* end confdefs.h.  */
 
9127
+
 
9128
+int
 
9129
+main ()
 
9130
+{
 
9131
+
 
9132
+  ;
 
9133
+  return 0;
 
9134
+}
 
9135
 _ACEOF
 
9136
-cat confdefs.h >>conftest.$ac_ext
 
9137
-cat >>conftest.$ac_ext <<_ACEOF
 
9138
+rm -f conftest.o conftest.obj
 
9139
+if { { ac_try="$ac_compile"
 
9140
+case "(($ac_try" in
 
9141
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9142
+  *) ac_try_echo=$ac_try;;
 
9143
+esac
 
9144
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
9145
+$as_echo "$ac_try_echo"; } >&5
 
9146
+  (eval "$ac_compile") 2>&5
 
9147
+  ac_status=$?
 
9148
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
9149
+  test $ac_status = 0; }; then :
 
9150
+  for ac_file in conftest.o conftest.obj conftest.*; do
 
9151
+  test -f "$ac_file" || continue;
 
9152
+  case $ac_file in
 
9153
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
 
9154
+    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
 
9155
+       break;;
 
9156
+  esac
 
9157
+done
 
9158
+else
 
9159
+  $as_echo "$as_me: failed program was:" >&5
 
9160
+sed 's/^/| /' conftest.$ac_ext >&5
 
9161
+
 
9162
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
9163
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
9164
+as_fn_error $? "cannot compute suffix of object files: cannot compile
 
9165
+See \`config.log' for more details" "$LINENO" 5 ; }
 
9166
+fi
 
9167
+rm -f conftest.$ac_cv_objext conftest.$ac_ext
 
9168
+fi
 
9169
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
 
9170
+$as_echo "$ac_cv_objext" >&6; }
 
9171
+OBJEXT=$ac_cv_objext
 
9172
+ac_objext=$OBJEXT
 
9173
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
 
9174
+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
 
9175
+if test "${ac_cv_c_compiler_gnu+set}" = set; then :
 
9176
+  $as_echo_n "(cached) " >&6
 
9177
+else
 
9178
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
9179
 /* end confdefs.h.  */
 
9180
 
 
9181
 int
 
9182
@@ -2309,46 +3421,34 @@ main ()
 
9183
   return 0;
 
9184
 }
 
9185
 _ACEOF
 
9186
-rm -f conftest.$ac_objext
 
9187
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
9188
-  (eval $ac_compile) 2>&5
 
9189
-  ac_status=$?
 
9190
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9191
-  (exit $ac_status); } &&
 
9192
-         { ac_try='test -s conftest.$ac_objext'
 
9193
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9194
-  (eval $ac_try) 2>&5
 
9195
-  ac_status=$?
 
9196
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9197
-  (exit $ac_status); }; }; then
 
9198
+if ac_fn_c_try_compile "$LINENO"; then :
 
9199
   ac_compiler_gnu=yes
 
9200
 else
 
9201
-  echo "$as_me: failed program was:" >&5
 
9202
-sed 's/^/| /' conftest.$ac_ext >&5
 
9203
-
 
9204
-ac_compiler_gnu=no
 
9205
+  ac_compiler_gnu=no
 
9206
 fi
 
9207
-rm -f conftest.$ac_objext conftest.$ac_ext
 
9208
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
9209
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
 
9210
 
 
9211
 fi
 
9212
-echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
9213
-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
 
9214
-GCC=`test $ac_compiler_gnu = yes && echo yes`
 
9215
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
 
9216
+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
 
9217
+if test $ac_compiler_gnu = yes; then
 
9218
+  GCC=yes
 
9219
+else
 
9220
+  GCC=
 
9221
+fi
 
9222
 ac_test_CFLAGS=${CFLAGS+set}
 
9223
 ac_save_CFLAGS=$CFLAGS
 
9224
-CFLAGS="-g"
 
9225
-echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
9226
-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
 
9227
-if test "${ac_cv_prog_cc_g+set}" = set; then
 
9228
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9229
-else
 
9230
-  cat >conftest.$ac_ext <<_ACEOF
 
9231
-#line $LINENO "configure"
 
9232
-/* confdefs.h.  */
 
9233
-_ACEOF
 
9234
-cat confdefs.h >>conftest.$ac_ext
 
9235
-cat >>conftest.$ac_ext <<_ACEOF
 
9236
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
 
9237
+$as_echo_n "checking whether $CC accepts -g... " >&6; }
 
9238
+if test "${ac_cv_prog_cc_g+set}" = set; then :
 
9239
+  $as_echo_n "(cached) " >&6
 
9240
+else
 
9241
+  ac_save_c_werror_flag=$ac_c_werror_flag
 
9242
+   ac_c_werror_flag=yes
 
9243
+   ac_cv_prog_cc_g=no
 
9244
+   CFLAGS="-g"
 
9245
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
9246
 /* end confdefs.h.  */
 
9247
 
 
9248
 int
 
9249
@@ -2359,29 +3459,49 @@ main ()
 
9250
   return 0;
 
9251
 }
 
9252
 _ACEOF
 
9253
-rm -f conftest.$ac_objext
 
9254
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
9255
-  (eval $ac_compile) 2>&5
 
9256
-  ac_status=$?
 
9257
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9258
-  (exit $ac_status); } &&
 
9259
-         { ac_try='test -s conftest.$ac_objext'
 
9260
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9261
-  (eval $ac_try) 2>&5
 
9262
-  ac_status=$?
 
9263
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9264
-  (exit $ac_status); }; }; then
 
9265
+if ac_fn_c_try_compile "$LINENO"; then :
 
9266
   ac_cv_prog_cc_g=yes
 
9267
 else
 
9268
-  echo "$as_me: failed program was:" >&5
 
9269
-sed 's/^/| /' conftest.$ac_ext >&5
 
9270
+  CFLAGS=""
 
9271
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
9272
+/* end confdefs.h.  */
 
9273
+
 
9274
+int
 
9275
+main ()
 
9276
+{
 
9277
+
 
9278
+  ;
 
9279
+  return 0;
 
9280
+}
 
9281
+_ACEOF
 
9282
+if ac_fn_c_try_compile "$LINENO"; then :
 
9283
+
 
9284
+else
 
9285
+  ac_c_werror_flag=$ac_save_c_werror_flag
 
9286
+        CFLAGS="-g"
 
9287
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
9288
+/* end confdefs.h.  */
 
9289
+
 
9290
+int
 
9291
+main ()
 
9292
+{
 
9293
 
 
9294
-ac_cv_prog_cc_g=no
 
9295
+  ;
 
9296
+  return 0;
 
9297
+}
 
9298
+_ACEOF
 
9299
+if ac_fn_c_try_compile "$LINENO"; then :
 
9300
+  ac_cv_prog_cc_g=yes
 
9301
+fi
 
9302
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
9303
 fi
 
9304
-rm -f conftest.$ac_objext conftest.$ac_ext
 
9305
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
9306
 fi
 
9307
-echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
9308
-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
 
9309
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
9310
+   ac_c_werror_flag=$ac_save_c_werror_flag
 
9311
+fi
 
9312
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
 
9313
+$as_echo "$ac_cv_prog_cc_g" >&6; }
 
9314
 if test "$ac_test_CFLAGS" = set; then
 
9315
   CFLAGS=$ac_save_CFLAGS
 
9316
 elif test $ac_cv_prog_cc_g = yes; then
 
9317
@@ -2397,19 +3517,14 @@ else
 
9318
     CFLAGS=
 
9319
   fi
 
9320
 fi
 
9321
-echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
 
9322
-echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
 
9323
-if test "${ac_cv_prog_cc_stdc+set}" = set; then
 
9324
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9325
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
 
9326
+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
 
9327
+if test "${ac_cv_prog_cc_c89+set}" = set; then :
 
9328
+  $as_echo_n "(cached) " >&6
 
9329
 else
 
9330
-  ac_cv_prog_cc_stdc=no
 
9331
+  ac_cv_prog_cc_c89=no
 
9332
 ac_save_CC=$CC
 
9333
-cat >conftest.$ac_ext <<_ACEOF
 
9334
-#line $LINENO "configure"
 
9335
-/* confdefs.h.  */
 
9336
-_ACEOF
 
9337
-cat confdefs.h >>conftest.$ac_ext
 
9338
-cat >>conftest.$ac_ext <<_ACEOF
 
9339
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
9340
 /* end confdefs.h.  */
 
9341
 #include <stdarg.h>
 
9342
 #include <stdio.h>
 
9343
@@ -2433,6 +3548,21 @@ static char *f (char * (*g) (char **, in
 
9344
   va_end (v);
 
9345
   return s;
 
9346
 }
 
9347
+
 
9348
+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
 
9349
+   function prototypes and stuff, but not '\xHH' hex character constants.
 
9350
+   These don't provoke an error unfortunately, instead are silently treated
 
9351
+   as 'x'.  The following induces an error, until -std is added to get
 
9352
+   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
 
9353
+   array size at least.  It's necessary to write '\x00'==0 to get something
 
9354
+   that's true only with -std.  */
 
9355
+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
 
9356
+
 
9357
+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
 
9358
+   inside strings and character constants.  */
 
9359
+#define FOO(x) 'x'
 
9360
+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
 
9361
+
 
9362
 int test (int i, double x);
 
9363
 struct s1 {int (*f) (int a);};
 
9364
 struct s2 {int (*f) (double a);};
 
9365
@@ -2447,237 +3577,96 @@ return f (e, argv, 0) != argv[0]  ||  f
 
9366
   return 0;
 
9367
 }
 
9368
 _ACEOF
 
9369
-# Don't try gcc -ansi; that turns off useful extensions and
 
9370
-# breaks some systems' header files.
 
9371
-# AIX                  -qlanglvl=ansi
 
9372
-# Ultrix and OSF/1     -std1
 
9373
-# HP-UX 10.20 and later        -Ae
 
9374
-# HP-UX older versions -Aa -D_HPUX_SOURCE
 
9375
-# SVR4                 -Xc -D__EXTENSIONS__
 
9376
-for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
 
9377
+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
 
9378
+       -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
 
9379
 do
 
9380
   CC="$ac_save_CC $ac_arg"
 
9381
-  rm -f conftest.$ac_objext
 
9382
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
9383
-  (eval $ac_compile) 2>&5
 
9384
-  ac_status=$?
 
9385
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9386
-  (exit $ac_status); } &&
 
9387
-         { ac_try='test -s conftest.$ac_objext'
 
9388
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9389
-  (eval $ac_try) 2>&5
 
9390
-  ac_status=$?
 
9391
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9392
-  (exit $ac_status); }; }; then
 
9393
-  ac_cv_prog_cc_stdc=$ac_arg
 
9394
-break
 
9395
-else
 
9396
-  echo "$as_me: failed program was:" >&5
 
9397
-sed 's/^/| /' conftest.$ac_ext >&5
 
9398
-
 
9399
+  if ac_fn_c_try_compile "$LINENO"; then :
 
9400
+  ac_cv_prog_cc_c89=$ac_arg
 
9401
 fi
 
9402
-rm -f conftest.$ac_objext
 
9403
+rm -f core conftest.err conftest.$ac_objext
 
9404
+  test "x$ac_cv_prog_cc_c89" != "xno" && break
 
9405
 done
 
9406
-rm -f conftest.$ac_ext conftest.$ac_objext
 
9407
+rm -f conftest.$ac_ext
 
9408
 CC=$ac_save_CC
 
9409
 
 
9410
 fi
 
9411
-
 
9412
-case "x$ac_cv_prog_cc_stdc" in
 
9413
-  x|xno)
 
9414
-    echo "$as_me:$LINENO: result: none needed" >&5
 
9415
-echo "${ECHO_T}none needed" >&6 ;;
 
9416
+# AC_CACHE_VAL
 
9417
+case "x$ac_cv_prog_cc_c89" in
 
9418
+  x)
 
9419
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
 
9420
+$as_echo "none needed" >&6; } ;;
 
9421
+  xno)
 
9422
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
 
9423
+$as_echo "unsupported" >&6; } ;;
 
9424
   *)
 
9425
-    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
 
9426
-echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
 
9427
-    CC="$CC $ac_cv_prog_cc_stdc" ;;
 
9428
+    CC="$CC $ac_cv_prog_cc_c89"
 
9429
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
 
9430
+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
 
9431
 esac
 
9432
+if test "x$ac_cv_prog_cc_c89" != xno; then :
 
9433
 
 
9434
-# Some people use a C++ compiler to compile C.  Since we use `exit',
 
9435
-# in C++ we need to declare it.  In case someone uses the same compiler
 
9436
-# for both compiling C and C++ we need to have the C++ compiler decide
 
9437
-# the declaration of exit, since it's the most demanding environment.
 
9438
-cat >conftest.$ac_ext <<_ACEOF
 
9439
-#ifndef __cplusplus
 
9440
-  choke me
 
9441
-#endif
 
9442
-_ACEOF
 
9443
-rm -f conftest.$ac_objext
 
9444
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
9445
-  (eval $ac_compile) 2>&5
 
9446
-  ac_status=$?
 
9447
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9448
-  (exit $ac_status); } &&
 
9449
-         { ac_try='test -s conftest.$ac_objext'
 
9450
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9451
-  (eval $ac_try) 2>&5
 
9452
-  ac_status=$?
 
9453
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9454
-  (exit $ac_status); }; }; then
 
9455
-  for ac_declaration in \
 
9456
-   ''\
 
9457
-   '#include <stdlib.h>' \
 
9458
-   'extern "C" void std::exit (int) throw (); using std::exit;' \
 
9459
-   'extern "C" void std::exit (int); using std::exit;' \
 
9460
-   'extern "C" void exit (int) throw ();' \
 
9461
-   'extern "C" void exit (int);' \
 
9462
-   'void exit (int);'
 
9463
-do
 
9464
-  cat >conftest.$ac_ext <<_ACEOF
 
9465
-#line $LINENO "configure"
 
9466
-/* confdefs.h.  */
 
9467
-_ACEOF
 
9468
-cat confdefs.h >>conftest.$ac_ext
 
9469
-cat >>conftest.$ac_ext <<_ACEOF
 
9470
-/* end confdefs.h.  */
 
9471
-#include <stdlib.h>
 
9472
-$ac_declaration
 
9473
-int
 
9474
-main ()
 
9475
-{
 
9476
-exit (42);
 
9477
-  ;
 
9478
-  return 0;
 
9479
-}
 
9480
-_ACEOF
 
9481
-rm -f conftest.$ac_objext
 
9482
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
9483
-  (eval $ac_compile) 2>&5
 
9484
-  ac_status=$?
 
9485
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9486
-  (exit $ac_status); } &&
 
9487
-         { ac_try='test -s conftest.$ac_objext'
 
9488
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9489
-  (eval $ac_try) 2>&5
 
9490
-  ac_status=$?
 
9491
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9492
-  (exit $ac_status); }; }; then
 
9493
-  :
 
9494
-else
 
9495
-  echo "$as_me: failed program was:" >&5
 
9496
-sed 's/^/| /' conftest.$ac_ext >&5
 
9497
-
 
9498
-continue
 
9499
-fi
 
9500
-rm -f conftest.$ac_objext conftest.$ac_ext
 
9501
-  cat >conftest.$ac_ext <<_ACEOF
 
9502
-#line $LINENO "configure"
 
9503
-/* confdefs.h.  */
 
9504
-_ACEOF
 
9505
-cat confdefs.h >>conftest.$ac_ext
 
9506
-cat >>conftest.$ac_ext <<_ACEOF
 
9507
-/* end confdefs.h.  */
 
9508
-$ac_declaration
 
9509
-int
 
9510
-main ()
 
9511
-{
 
9512
-exit (42);
 
9513
-  ;
 
9514
-  return 0;
 
9515
-}
 
9516
-_ACEOF
 
9517
-rm -f conftest.$ac_objext
 
9518
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
9519
-  (eval $ac_compile) 2>&5
 
9520
-  ac_status=$?
 
9521
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9522
-  (exit $ac_status); } &&
 
9523
-         { ac_try='test -s conftest.$ac_objext'
 
9524
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9525
-  (eval $ac_try) 2>&5
 
9526
-  ac_status=$?
 
9527
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9528
-  (exit $ac_status); }; }; then
 
9529
-  break
 
9530
-else
 
9531
-  echo "$as_me: failed program was:" >&5
 
9532
-sed 's/^/| /' conftest.$ac_ext >&5
 
9533
-
 
9534
-fi
 
9535
-rm -f conftest.$ac_objext conftest.$ac_ext
 
9536
-done
 
9537
-rm -f conftest*
 
9538
-if test -n "$ac_declaration"; then
 
9539
-  echo '#ifdef __cplusplus' >>confdefs.h
 
9540
-  echo $ac_declaration      >>confdefs.h
 
9541
-  echo '#endif'             >>confdefs.h
 
9542
 fi
 
9543
 
 
9544
-else
 
9545
-  echo "$as_me: failed program was:" >&5
 
9546
-sed 's/^/| /' conftest.$ac_ext >&5
 
9547
-
 
9548
-fi
 
9549
-rm -f conftest.$ac_objext conftest.$ac_ext
 
9550
 ac_ext=c
 
9551
 ac_cpp='$CPP $CPPFLAGS'
 
9552
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
9553
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
9554
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
9555
-rm -f .deps 2>/dev/null
 
9556
-mkdir .deps 2>/dev/null
 
9557
-if test -d .deps; then
 
9558
-  DEPDIR=.deps
 
9559
-else
 
9560
-  # MS-DOS does not allow filenames that begin with a dot.
 
9561
-  DEPDIR=_deps
 
9562
-fi
 
9563
-rmdir .deps 2>/dev/null
 
9564
-
 
9565
+DEPDIR="${am__leading_dot}deps"
 
9566
 
 
9567
-          ac_config_commands="$ac_config_commands depfiles"
 
9568
+ac_config_commands="$ac_config_commands depfiles"
 
9569
 
 
9570
 
 
9571
 am_make=${MAKE-make}
 
9572
 cat > confinc << 'END'
 
9573
-doit:
 
9574
-       @echo done
 
9575
+am__doit:
 
9576
+       @echo this is the am__doit target
 
9577
+.PHONY: am__doit
 
9578
 END
 
9579
 # If we don't find an include directive, just comment out the code.
 
9580
-echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
 
9581
-echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
 
9582
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
 
9583
+$as_echo_n "checking for style of include used by $am_make... " >&6; }
 
9584
 am__include="#"
 
9585
 am__quote=
 
9586
 _am_result=none
 
9587
 # First try GNU make style include.
 
9588
 echo "include confinc" > confmf
 
9589
-# We grep out `Entering directory' and `Leaving directory'
 
9590
-# messages which can occur if `w' ends up in MAKEFLAGS.
 
9591
-# In particular we don't look at `^make:' because GNU make might
 
9592
-# be invoked under some other name (usually "gmake"), in which
 
9593
-# case it prints its new name instead of `make'.
 
9594
-if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
 
9595
-   am__include=include
 
9596
-   am__quote=
 
9597
-   _am_result=GNU
 
9598
-fi
 
9599
+# Ignore all kinds of additional output from `make'.
 
9600
+case `$am_make -s -f confmf 2> /dev/null` in #(
 
9601
+*the\ am__doit\ target*)
 
9602
+  am__include=include
 
9603
+  am__quote=
 
9604
+  _am_result=GNU
 
9605
+  ;;
 
9606
+esac
 
9607
 # Now try BSD make style include.
 
9608
 if test "$am__include" = "#"; then
 
9609
    echo '.include "confinc"' > confmf
 
9610
-   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
 
9611
-      am__include=.include
 
9612
-      am__quote="\""
 
9613
-      _am_result=BSD
 
9614
-   fi
 
9615
+   case `$am_make -s -f confmf 2> /dev/null` in #(
 
9616
+   *the\ am__doit\ target*)
 
9617
+     am__include=.include
 
9618
+     am__quote="\""
 
9619
+     _am_result=BSD
 
9620
+     ;;
 
9621
+   esac
 
9622
 fi
 
9623
 
 
9624
 
 
9625
-echo "$as_me:$LINENO: result: $_am_result" >&5
 
9626
-echo "${ECHO_T}$_am_result" >&6
 
9627
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
 
9628
+$as_echo "$_am_result" >&6; }
 
9629
 rm -f confinc confmf
 
9630
 
 
9631
-# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
 
9632
-if test "${enable_dependency_tracking+set}" = set; then
 
9633
-  enableval="$enable_dependency_tracking"
 
9634
+# Check whether --enable-dependency-tracking was given.
 
9635
+if test "${enable_dependency_tracking+set}" = set; then :
 
9636
+  enableval=$enable_dependency_tracking;
 
9637
+fi
 
9638
 
 
9639
-fi;
 
9640
 if test "x$enable_dependency_tracking" != xno; then
 
9641
   am_depcomp="$ac_aux_dir/depcomp"
 
9642
   AMDEPBACKSLASH='\'
 
9643
 fi
 
9644
-
 
9645
-
 
9646
-if test "x$enable_dependency_tracking" != xno; then
 
9647
+ if test "x$enable_dependency_tracking" != xno; then
 
9648
   AMDEP_TRUE=
 
9649
   AMDEP_FALSE='#'
 
9650
 else
 
9651
@@ -2687,13 +3676,12 @@ fi
 
9652
 
 
9653
 
 
9654
 
 
9655
-
 
9656
 depcc="$CC"   am_compiler_list=
 
9657
 
 
9658
-echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
9659
-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
 
9660
-if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
 
9661
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9662
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
 
9663
+$as_echo_n "checking dependency style of $depcc... " >&6; }
 
9664
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
 
9665
+  $as_echo_n "(cached) " >&6
 
9666
 else
 
9667
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
9668
   # We make a subdir and do the tests there.  Otherwise we can end up
 
9669
@@ -2706,20 +3694,51 @@ else
 
9670
   # using a relative directory.
 
9671
   cp "$am_depcomp" conftest.dir
 
9672
   cd conftest.dir
 
9673
+  # We will build objects and dependencies in a subdirectory because
 
9674
+  # it helps to detect inapplicable dependency modes.  For instance
 
9675
+  # both Tru64's cc and ICC support -MD to output dependencies as a
 
9676
+  # side effect of compilation, but ICC will put the dependencies in
 
9677
+  # the current directory while Tru64 will put them in the object
 
9678
+  # directory.
 
9679
+  mkdir sub
 
9680
 
 
9681
   am_cv_CC_dependencies_compiler_type=none
 
9682
   if test "$am_compiler_list" = ""; then
 
9683
      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
 
9684
   fi
 
9685
+  am__universal=false
 
9686
+  case " $depcc " in #(
 
9687
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
9688
+     esac
 
9689
+
 
9690
   for depmode in $am_compiler_list; do
 
9691
+    # Setup a source with many dependencies, because some compilers
 
9692
+    # like to wrap large dependency lists on column 80 (with \), and
 
9693
+    # we should not choose a depcomp mode which is confused by this.
 
9694
+    #
 
9695
     # We need to recreate these files for each test, as the compiler may
 
9696
     # overwrite some of them when testing with obscure command lines.
 
9697
     # This happens at least with the AIX C compiler.
 
9698
-    echo '#include "conftest.h"' > conftest.c
 
9699
-    echo 'int i;' > conftest.h
 
9700
-    echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
 
9701
+    : > sub/conftest.c
 
9702
+    for i in 1 2 3 4 5 6; do
 
9703
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
9704
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
9705
+      # Solaris 8's {/usr,}/bin/sh.
 
9706
+      touch sub/conftst$i.h
 
9707
+    done
 
9708
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
9709
 
 
9710
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
9711
+    # mode.  It turns out that the SunPro C++ compiler does not properly
 
9712
+    # handle `-M -o', and we need to detect this.  Also, some Intel
 
9713
+    # versions had trouble with output in subdirs
 
9714
+    am__obj=sub/conftest.${OBJEXT-o}
 
9715
+    am__minus_obj="-o $am__obj"
 
9716
     case $depmode in
 
9717
+    gcc)
 
9718
+      # This depmode causes a compiler race in universal mode.
 
9719
+      test "$am__universal" = false || continue
 
9720
+      ;;
 
9721
     nosideeffect)
 
9722
       # after this tag, mechanisms are not by side-effect, so they'll
 
9723
       # only be used when explicitly requested
 
9724
@@ -2729,19 +3748,36 @@ else
 
9725
        break
 
9726
       fi
 
9727
       ;;
 
9728
+    msvisualcpp | msvcmsys)
 
9729
+      # This compiler won't grok `-c -o', but also, the minuso test has
 
9730
+      # not run yet.  These depmodes are late enough in the game, and
 
9731
+      # so weak that their functioning should not be impacted.
 
9732
+      am__obj=conftest.${OBJEXT-o}
 
9733
+      am__minus_obj=
 
9734
+      ;;
 
9735
     none) break ;;
 
9736
     esac
 
9737
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
9738
-    # mode.  It turns out that the SunPro C++ compiler does not properly
 
9739
-    # handle `-M -o', and we need to detect this.
 
9740
     if depmode=$depmode \
 
9741
-       source=conftest.c object=conftest.o \
 
9742
-       depfile=conftest.Po tmpdepfile=conftest.TPo \
 
9743
-       $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
 
9744
-       grep conftest.h conftest.Po > /dev/null 2>&1 &&
 
9745
+       source=sub/conftest.c object=$am__obj \
 
9746
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
9747
+       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
 
9748
+         >/dev/null 2>conftest.err &&
 
9749
+       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
 
9750
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
9751
+       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
 
9752
        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
9753
-      am_cv_CC_dependencies_compiler_type=$depmode
 
9754
-      break
 
9755
+      # icc doesn't choke on unknown options, it will just issue warnings
 
9756
+      # or remarks (even with -Werror).  So we grep stderr for any message
 
9757
+      # that says an option was ignored or not supported.
 
9758
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
9759
+      #   icc: Command line warning: ignoring option '-M'; no argument required
 
9760
+      # The diagnosis changed in icc 8.0:
 
9761
+      #   icc: Command line remark: option '-MP' not supported
 
9762
+      if (grep 'ignoring option' conftest.err ||
 
9763
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
9764
+        am_cv_CC_dependencies_compiler_type=$depmode
 
9765
+        break
 
9766
+      fi
 
9767
     fi
 
9768
   done
 
9769
 
 
9770
@@ -2752,33 +3788,48 @@ else
 
9771
 fi
 
9772
 
 
9773
 fi
 
9774
-echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
9775
-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
 
9776
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
 
9777
+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
 
9778
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 
9779
 
 
9780
+ if
 
9781
+  test "x$enable_dependency_tracking" != xno \
 
9782
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
 
9783
+  am__fastdepCC_TRUE=
 
9784
+  am__fastdepCC_FALSE='#'
 
9785
+else
 
9786
+  am__fastdepCC_TRUE='#'
 
9787
+  am__fastdepCC_FALSE=
 
9788
+fi
 
9789
+
 
9790
 
 
9791
 
 
9792
-# Check whether --enable-gtk2 or --disable-gtk2 was given.
 
9793
-if test "${enable_gtk2+set}" = set; then
 
9794
-  enableval="$enable_gtk2"
 
9795
-  enable_gtk2=$enableval
 
9796
+# Checks for libraries.
 
9797
+# Check whether --enable-gtk2 was given.
 
9798
+if test "${enable_gtk2+set}" = set; then :
 
9799
+  enableval=$enable_gtk2; enable_gtk2=$enableval
 
9800
 else
 
9801
   enable_gtk2="yes"
 
9802
-fi;
 
9803
+fi
 
9804
+
 
9805
 
 
9806
 found_gtk2=0;
 
9807
 
 
9808
 if test "$enable_gtk2" = "yes" ; then
 
9809
 
 
9810
-  succeeded=no
 
9811
 
 
9812
-  if test -z "$PKG_CONFIG"; then
 
9813
-    # Extract the first word of "pkg-config", so it can be a program name with args.
 
9814
-set dummy pkg-config; ac_word=$2
 
9815
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
9816
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
9817
-if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
 
9818
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9819
+
 
9820
+
 
9821
+
 
9822
+
 
9823
+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
 
9824
+       if test -n "$ac_tool_prefix"; then
 
9825
+  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
 
9826
+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
 
9827
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
9828
+$as_echo_n "checking for $ac_word... " >&6; }
 
9829
+if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
 
9830
+  $as_echo_n "(cached) " >&6
 
9831
 else
 
9832
   case $PKG_CONFIG in
 
9833
   [\\/]* | ?:[\\/]*)
 
9834
@@ -2790,141 +3841,42 @@ for as_dir in $PATH
 
9835
 do
 
9836
   IFS=$as_save_IFS
 
9837
   test -z "$as_dir" && as_dir=.
 
9838
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
9839
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
9840
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
9841
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
9842
     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
9843
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
9844
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
9845
     break 2
 
9846
   fi
 
9847
 done
 
9848
-done
 
9849
+  done
 
9850
+IFS=$as_save_IFS
 
9851
 
 
9852
-  test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
 
9853
   ;;
 
9854
 esac
 
9855
 fi
 
9856
 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
 
9857
-
 
9858
 if test -n "$PKG_CONFIG"; then
 
9859
-  echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
 
9860
-echo "${ECHO_T}$PKG_CONFIG" >&6
 
9861
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
 
9862
+$as_echo "$PKG_CONFIG" >&6; }
 
9863
 else
 
9864
-  echo "$as_me:$LINENO: result: no" >&5
 
9865
-echo "${ECHO_T}no" >&6
 
9866
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
9867
+$as_echo "no" >&6; }
 
9868
 fi
 
9869
 
 
9870
-  fi
 
9871
-
 
9872
-  if test "$PKG_CONFIG" = "no" ; then
 
9873
-     echo "*** The pkg-config script could not be found. Make sure it is"
 
9874
-     echo "*** in your path, or set the PKG_CONFIG environment variable"
 
9875
-     echo "*** to the full path to pkg-config."
 
9876
-     echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
 
9877
-  else
 
9878
-     PKG_CONFIG_MIN_VERSION=0.9.0
 
9879
-     if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
 
9880
-        echo "$as_me:$LINENO: checking for gtk+-2.0 >= 2.0.0" >&5
 
9881
-echo $ECHO_N "checking for gtk+-2.0 >= 2.0.0... $ECHO_C" >&6
 
9882
-
 
9883
-        if $PKG_CONFIG --exists "gtk+-2.0 >= 2.0.0" ; then
 
9884
-            echo "$as_me:$LINENO: result: yes" >&5
 
9885
-echo "${ECHO_T}yes" >&6
 
9886
-            succeeded=yes
 
9887
-
 
9888
-            echo "$as_me:$LINENO: checking GTK_CFLAGS" >&5
 
9889
-echo $ECHO_N "checking GTK_CFLAGS... $ECHO_C" >&6
 
9890
-            GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.0.0"`
 
9891
-            echo "$as_me:$LINENO: result: $GTK_CFLAGS" >&5
 
9892
-echo "${ECHO_T}$GTK_CFLAGS" >&6
 
9893
-
 
9894
-            echo "$as_me:$LINENO: checking GTK_LIBS" >&5
 
9895
-echo $ECHO_N "checking GTK_LIBS... $ECHO_C" >&6
 
9896
-            GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.0.0"`
 
9897
-            echo "$as_me:$LINENO: result: $GTK_LIBS" >&5
 
9898
-echo "${ECHO_T}$GTK_LIBS" >&6
 
9899
-        else
 
9900
-            GTK_CFLAGS=""
 
9901
-            GTK_LIBS=""
 
9902
-            ## If we have a custom action on failure, don't print errors, but
 
9903
-            ## do set a variable so people can do so.
 
9904
-            GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.0.0"`
 
9905
-
 
9906
-        fi
 
9907
-
 
9908
-
 
9909
-
 
9910
-     else
 
9911
-        echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
 
9912
-        echo "*** See http://www.freedesktop.org/software/pkgconfig"
 
9913
-     fi
 
9914
-  fi
 
9915
-
 
9916
-  if test $succeeded = yes; then
 
9917
-     found_gtk2=1
 
9918
-  else
 
9919
-     found_gtk2=0
 
9920
-  fi
 
9921
 
 
9922
 fi
 
9923
-
 
9924
-if test $found_gtk2 = 0; then
 
9925
-
 
9926
-
 
9927
-# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
 
9928
-if test "${with_gtk_prefix+set}" = set; then
 
9929
-  withval="$with_gtk_prefix"
 
9930
-  gtk_config_prefix="$withval"
 
9931
-else
 
9932
-  gtk_config_prefix=""
 
9933
-fi;
 
9934
-
 
9935
-# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
 
9936
-if test "${with_gtk_exec_prefix+set}" = set; then
 
9937
-  withval="$with_gtk_exec_prefix"
 
9938
-  gtk_config_exec_prefix="$withval"
 
9939
-else
 
9940
-  gtk_config_exec_prefix=""
 
9941
-fi;
 
9942
-# Check whether --enable-gtktest or --disable-gtktest was given.
 
9943
-if test "${enable_gtktest+set}" = set; then
 
9944
-  enableval="$enable_gtktest"
 
9945
-
 
9946
-else
 
9947
-  enable_gtktest=yes
 
9948
-fi;
 
9949
-
 
9950
-  for module in .
 
9951
-  do
 
9952
-      case "$module" in
 
9953
-         gthread)
 
9954
-             gtk_config_args="$gtk_config_args gthread"
 
9955
-         ;;
 
9956
-      esac
 
9957
-  done
 
9958
-
 
9959
-  if test x$gtk_config_exec_prefix != x ; then
 
9960
-     gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
 
9961
-     if test x${GTK_CONFIG+set} != xset ; then
 
9962
-        GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
 
9963
-     fi
 
9964
-  fi
 
9965
-  if test x$gtk_config_prefix != x ; then
 
9966
-     gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
 
9967
-     if test x${GTK_CONFIG+set} != xset ; then
 
9968
-        GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
 
9969
-     fi
 
9970
-  fi
 
9971
-
 
9972
-  # Extract the first word of "gtk-config", so it can be a program name with args.
 
9973
-set dummy gtk-config; ac_word=$2
 
9974
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
9975
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
9976
-if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
 
9977
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9978
+if test -z "$ac_cv_path_PKG_CONFIG"; then
 
9979
+  ac_pt_PKG_CONFIG=$PKG_CONFIG
 
9980
+  # Extract the first word of "pkg-config", so it can be a program name with args.
 
9981
+set dummy pkg-config; ac_word=$2
 
9982
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
9983
+$as_echo_n "checking for $ac_word... " >&6; }
 
9984
+if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
 
9985
+  $as_echo_n "(cached) " >&6
 
9986
 else
 
9987
-  case $GTK_CONFIG in
 
9988
+  case $ac_pt_PKG_CONFIG in
 
9989
   [\\/]* | ?:[\\/]*)
 
9990
-  ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
 
9991
+  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
 
9992
   ;;
 
9993
   *)
 
9994
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
9995
@@ -2932,260 +3884,136 @@ for as_dir in $PATH
 
9996
 do
 
9997
   IFS=$as_save_IFS
 
9998
   test -z "$as_dir" && as_dir=.
 
9999
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
10000
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
10001
-    ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
10002
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
10003
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
10004
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
10005
+    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
10006
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
10007
     break 2
 
10008
   fi
 
10009
 done
 
10010
-done
 
10011
+  done
 
10012
+IFS=$as_save_IFS
 
10013
 
 
10014
-  test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
 
10015
   ;;
 
10016
 esac
 
10017
 fi
 
10018
-GTK_CONFIG=$ac_cv_path_GTK_CONFIG
 
10019
+ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
 
10020
+if test -n "$ac_pt_PKG_CONFIG"; then
 
10021
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
 
10022
+$as_echo "$ac_pt_PKG_CONFIG" >&6; }
 
10023
+else
 
10024
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
10025
+$as_echo "no" >&6; }
 
10026
+fi
 
10027
 
 
10028
-if test -n "$GTK_CONFIG"; then
 
10029
-  echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
 
10030
-echo "${ECHO_T}$GTK_CONFIG" >&6
 
10031
-else
 
10032
-  echo "$as_me:$LINENO: result: no" >&5
 
10033
-echo "${ECHO_T}no" >&6
 
10034
-fi
 
10035
-
 
10036
-  min_gtk_version=1.2.3
 
10037
-  echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
 
10038
-echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
 
10039
-  no_gtk=""
 
10040
-  if test "$GTK_CONFIG" = "no" ; then
 
10041
-    no_gtk=yes
 
10042
+  if test "x$ac_pt_PKG_CONFIG" = x; then
 
10043
+    PKG_CONFIG=""
 
10044
   else
 
10045
-    GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
 
10046
-    GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
 
10047
-    gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
 
10048
-           sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
 
10049
-    gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
 
10050
-           sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
 
10051
-    gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
 
10052
-           sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
 
10053
-    if test "x$enable_gtktest" = "xyes" ; then
 
10054
-      ac_save_CFLAGS="$CFLAGS"
 
10055
-      ac_save_LIBS="$LIBS"
 
10056
-      CFLAGS="$CFLAGS $GTK_CFLAGS"
 
10057
-      LIBS="$GTK_LIBS $LIBS"
 
10058
-      rm -f conf.gtktest
 
10059
-      if test "$cross_compiling" = yes; then
 
10060
-  echo $ac_n "cross compiling; assumed OK... $ac_c"
 
10061
-else
 
10062
-  cat >conftest.$ac_ext <<_ACEOF
 
10063
-#line $LINENO "configure"
 
10064
-/* confdefs.h.  */
 
10065
-_ACEOF
 
10066
-cat confdefs.h >>conftest.$ac_ext
 
10067
-cat >>conftest.$ac_ext <<_ACEOF
 
10068
-/* end confdefs.h.  */
 
10069
-
 
10070
-#include <gtk/gtk.h>
 
10071
-#include <stdio.h>
 
10072
-#include <stdlib.h>
 
10073
-
 
10074
-int
 
10075
-main ()
 
10076
-{
 
10077
-  int major, minor, micro;
 
10078
-  char *tmp_version;
 
10079
+    case $cross_compiling:$ac_tool_warned in
 
10080
+yes:)
 
10081
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
10082
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
10083
+ac_tool_warned=yes ;;
 
10084
+esac
 
10085
+    PKG_CONFIG=$ac_pt_PKG_CONFIG
 
10086
+  fi
 
10087
+else
 
10088
+  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
 
10089
+fi
 
10090
 
 
10091
-  system ("touch conf.gtktest");
 
10092
+fi
 
10093
+if test -n "$PKG_CONFIG"; then
 
10094
+       _pkg_min_version=0.9.0
 
10095
+       { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
 
10096
+$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
 
10097
+       if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
10098
+               { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
10099
+$as_echo "yes" >&6; }
 
10100
+       else
 
10101
+               { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
10102
+$as_echo "no" >&6; }
 
10103
+               PKG_CONFIG=""
 
10104
+       fi
 
10105
+fi
 
10106
 
 
10107
-  /* HP/UX 9 (%@#!) writes to sscanf strings */
 
10108
-  tmp_version = g_strdup("$min_gtk_version");
 
10109
-  if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
 
10110
-     printf("%s, bad version string\n", "$min_gtk_version");
 
10111
-     exit(1);
 
10112
-   }
 
10113
-
 
10114
-  if ((gtk_major_version != $gtk_config_major_version) ||
 
10115
-      (gtk_minor_version != $gtk_config_minor_version) ||
 
10116
-      (gtk_micro_version != $gtk_config_micro_version))
 
10117
-    {
 
10118
-      printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
 
10119
-             $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
 
10120
-             gtk_major_version, gtk_minor_version, gtk_micro_version);
 
10121
-      printf ("*** was found! If gtk-config was correct, then it is best\n");
 
10122
-      printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
 
10123
-      printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
 
10124
-      printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
 
10125
-      printf("*** required on your system.\n");
 
10126
-      printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
 
10127
-      printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
 
10128
-      printf("*** before re-running configure\n");
 
10129
-    }
 
10130
-#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
 
10131
-  else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
 
10132
-          (gtk_minor_version != GTK_MINOR_VERSION) ||
 
10133
-           (gtk_micro_version != GTK_MICRO_VERSION))
 
10134
-    {
 
10135
-      printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
 
10136
-            GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
 
10137
-      printf("*** library (version %d.%d.%d)\n",
 
10138
-            gtk_major_version, gtk_minor_version, gtk_micro_version);
 
10139
-    }
 
10140
-#endif /* defined (GTK_MAJOR_VERSION) ... */
 
10141
-  else
 
10142
-    {
 
10143
-      if ((gtk_major_version > major) ||
 
10144
-        ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
 
10145
-        ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
 
10146
-      {
 
10147
-        return 0;
 
10148
-       }
 
10149
-     else
 
10150
-      {
 
10151
-        printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
 
10152
-               gtk_major_version, gtk_minor_version, gtk_micro_version);
 
10153
-        printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
 
10154
-              major, minor, micro);
 
10155
-        printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
 
10156
-        printf("***\n");
 
10157
-        printf("*** If you have already installed a sufficiently new version, this error\n");
 
10158
-        printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
 
10159
-        printf("*** being found. The easiest way to fix this is to remove the old version\n");
 
10160
-        printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
 
10161
-        printf("*** correct copy of gtk-config. (In this case, you will have to\n");
 
10162
-        printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
 
10163
-        printf("*** so that the correct libraries are found at run-time))\n");
 
10164
-      }
 
10165
-    }
 
10166
-  return 1;
 
10167
-}
 
10168
+pkg_failed=no
 
10169
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
 
10170
+$as_echo_n "checking for GTK... " >&6; }
 
10171
 
 
10172
-_ACEOF
 
10173
-rm -f conftest$ac_exeext
 
10174
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
10175
-  (eval $ac_link) 2>&5
 
10176
+if test -n "$GTK_CFLAGS"; then
 
10177
+    pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
 
10178
+ elif test -n "$PKG_CONFIG"; then
 
10179
+    if test -n "$PKG_CONFIG" && \
 
10180
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0.0\""; } >&5
 
10181
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0.0") 2>&5
 
10182
   ac_status=$?
 
10183
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10184
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
10185
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10186
-  (eval $ac_try) 2>&5
 
10187
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
10188
+  test $ac_status = 0; }; then
 
10189
+  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.0.0" 2>/dev/null`
 
10190
+else
 
10191
+  pkg_failed=yes
 
10192
+fi
 
10193
+ else
 
10194
+    pkg_failed=untried
 
10195
+fi
 
10196
+if test -n "$GTK_LIBS"; then
 
10197
+    pkg_cv_GTK_LIBS="$GTK_LIBS"
 
10198
+ elif test -n "$PKG_CONFIG"; then
 
10199
+    if test -n "$PKG_CONFIG" && \
 
10200
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0.0\""; } >&5
 
10201
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0.0") 2>&5
 
10202
   ac_status=$?
 
10203
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10204
-  (exit $ac_status); }; }; then
 
10205
-  :
 
10206
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
10207
+  test $ac_status = 0; }; then
 
10208
+  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.0.0" 2>/dev/null`
 
10209
 else
 
10210
-  echo "$as_me: program exited with status $ac_status" >&5
 
10211
-echo "$as_me: failed program was:" >&5
 
10212
-sed 's/^/| /' conftest.$ac_ext >&5
 
10213
-
 
10214
-( exit $ac_status )
 
10215
-no_gtk=yes
 
10216
+  pkg_failed=yes
 
10217
 fi
 
10218
-rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
10219
+ else
 
10220
+    pkg_failed=untried
 
10221
 fi
 
10222
-       CFLAGS="$ac_save_CFLAGS"
 
10223
-       LIBS="$ac_save_LIBS"
 
10224
-     fi
 
10225
-  fi
 
10226
-  if test "x$no_gtk" = x ; then
 
10227
-     echo "$as_me:$LINENO: result: yes" >&5
 
10228
-echo "${ECHO_T}yes" >&6
 
10229
-     :
 
10230
-  else
 
10231
-     echo "$as_me:$LINENO: result: no" >&5
 
10232
-echo "${ECHO_T}no" >&6
 
10233
-     if test "$GTK_CONFIG" = "no" ; then
 
10234
-       echo "*** The gtk-config script installed by GTK could not be found"
 
10235
-       echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
 
10236
-       echo "*** your path, or set the GTK_CONFIG environment variable to the"
 
10237
-       echo "*** full path to gtk-config."
 
10238
-     else
 
10239
-       if test -f conf.gtktest ; then
 
10240
-        :
 
10241
-       else
 
10242
-          echo "*** Could not run GTK test program, checking why..."
 
10243
-          CFLAGS="$CFLAGS $GTK_CFLAGS"
 
10244
-          LIBS="$LIBS $GTK_LIBS"
 
10245
-          cat >conftest.$ac_ext <<_ACEOF
 
10246
-#line $LINENO "configure"
 
10247
-/* confdefs.h.  */
 
10248
-_ACEOF
 
10249
-cat confdefs.h >>conftest.$ac_ext
 
10250
-cat >>conftest.$ac_ext <<_ACEOF
 
10251
-/* end confdefs.h.  */
 
10252
 
 
10253
-#include <gtk/gtk.h>
 
10254
-#include <stdio.h>
 
10255
 
 
10256
-int
 
10257
-main ()
 
10258
-{
 
10259
- return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
 
10260
-  ;
 
10261
-  return 0;
 
10262
-}
 
10263
-_ACEOF
 
10264
-rm -f conftest.$ac_objext conftest$ac_exeext
 
10265
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
10266
-  (eval $ac_link) 2>&5
 
10267
-  ac_status=$?
 
10268
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10269
-  (exit $ac_status); } &&
 
10270
-         { ac_try='test -s conftest$ac_exeext'
 
10271
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10272
-  (eval $ac_try) 2>&5
 
10273
-  ac_status=$?
 
10274
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10275
-  (exit $ac_status); }; }; then
 
10276
-   echo "*** The test program compiled, but did not run. This usually means"
 
10277
-          echo "*** that the run-time linker is not finding GTK or finding the wrong"
 
10278
-          echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
 
10279
-          echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
 
10280
-          echo "*** to the installed location  Also, make sure you have run ldconfig if that"
 
10281
-          echo "*** is required on your system"
 
10282
-         echo "***"
 
10283
-          echo "*** If you have an old version installed, it is best to remove it, although"
 
10284
-          echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
 
10285
-          echo "***"
 
10286
-          echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
 
10287
-          echo "*** came with the system with the command"
 
10288
-          echo "***"
 
10289
-          echo "***    rpm --erase --nodeps gtk gtk-devel"
 
10290
-else
 
10291
-  echo "$as_me: failed program was:" >&5
 
10292
-sed 's/^/| /' conftest.$ac_ext >&5
 
10293
-
 
10294
- echo "*** The test program failed to compile or link. See the file config.log for the"
 
10295
-          echo "*** exact error that occured. This usually means GTK was incorrectly installed"
 
10296
-          echo "*** or that you have moved GTK since it was installed. In the latter case, you"
 
10297
-          echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
 
10298
-fi
 
10299
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
10300
-          CFLAGS="$ac_save_CFLAGS"
 
10301
-          LIBS="$ac_save_LIBS"
 
10302
-       fi
 
10303
-     fi
 
10304
-     GTK_CFLAGS=""
 
10305
-     GTK_LIBS=""
 
10306
-     { { echo "$as_me:$LINENO: error: gtkboard needs GTK 1.2.3 or higher" >&5
 
10307
-echo "$as_me: error: gtkboard needs GTK 1.2.3 or higher" >&2;}
 
10308
-   { (exit 1); exit 1; }; }
 
10309
-  fi
 
10310
 
 
10311
+if test $pkg_failed = yes; then
 
10312
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
10313
+$as_echo "no" >&6; }
 
10314
 
 
10315
-  rm -f conf.gtktest
 
10316
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
10317
+        _pkg_short_errors_supported=yes
 
10318
+else
 
10319
+        _pkg_short_errors_supported=no
 
10320
+fi
 
10321
+        if test $_pkg_short_errors_supported = yes; then
 
10322
+               GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= 2.0.0" 2>&1`
 
10323
+        else
 
10324
+               GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= 2.0.0" 2>&1`
 
10325
+        fi
 
10326
+       # Put the nasty error message in config.log where it belongs
 
10327
+       echo "$GTK_PKG_ERRORS" >&5
 
10328
 
 
10329
+       found_gtk2=0
 
10330
+elif test $pkg_failed = untried; then
 
10331
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
10332
+$as_echo "no" >&6; }
 
10333
+       found_gtk2=0
 
10334
+else
 
10335
+       GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
 
10336
+       GTK_LIBS=$pkg_cv_GTK_LIBS
 
10337
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
10338
+$as_echo "yes" >&6; }
 
10339
+       found_gtk2=1
 
10340
+fi
 
10341
 fi
 
10342
 
 
10343
 
 
10344
-# Check whether --enable-sdl or --disable-sdl was given.
 
10345
-if test "${enable_sdl+set}" = set; then
 
10346
-  enableval="$enable_sdl"
 
10347
-  enable_sdl=$enableval
 
10348
+# Check whether --enable-sdl was given.
 
10349
+if test "${enable_sdl+set}" = set; then :
 
10350
+  enableval=$enable_sdl; enable_sdl=$enableval
 
10351
 else
 
10352
   enable_sdl="yes"
 
10353
-fi;
 
10354
+fi
 
10355
+
 
10356
 
 
10357
 if test "$enable_sdl" = "yes" ; then
 
10358
        #       SDL_VERSION=1.2.0
 
10359
@@ -3193,61 +4021,44 @@ if test "$enable_sdl" = "yes" ; then
 
10360
 #                      AC_DEFINE([HAVE_SDL], [], [Do we have the SDL library]),
 
10361
 #                      AC_MSG_WARN([*** SDL version $SDL_VERSION not found. Sound will be disabled])
 
10362
 #      )
 
10363
-       echo "$as_me:$LINENO: checking for Mix_OpenAudio in -lSDL_mixer" >&5
 
10364
-echo $ECHO_N "checking for Mix_OpenAudio in -lSDL_mixer... $ECHO_C" >&6
 
10365
-if test "${ac_cv_lib_SDL_mixer_Mix_OpenAudio+set}" = set; then
 
10366
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10367
+
 
10368
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mix_OpenAudio in -lSDL_mixer" >&5
 
10369
+$as_echo_n "checking for Mix_OpenAudio in -lSDL_mixer... " >&6; }
 
10370
+if test "${ac_cv_lib_SDL_mixer_Mix_OpenAudio+set}" = set; then :
 
10371
+  $as_echo_n "(cached) " >&6
 
10372
 else
 
10373
   ac_check_lib_save_LIBS=$LIBS
 
10374
 LIBS="-lSDL_mixer  $LIBS"
 
10375
-cat >conftest.$ac_ext <<_ACEOF
 
10376
-#line $LINENO "configure"
 
10377
-/* confdefs.h.  */
 
10378
-_ACEOF
 
10379
-cat confdefs.h >>conftest.$ac_ext
 
10380
-cat >>conftest.$ac_ext <<_ACEOF
 
10381
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
10382
 /* end confdefs.h.  */
 
10383
 
 
10384
-/* Override any gcc2 internal prototype to avoid an error.  */
 
10385
+/* Override any GCC internal prototype to avoid an error.
 
10386
+   Use char because int might match the return type of a GCC
 
10387
+   builtin and then its argument prototype would still apply.  */
 
10388
 #ifdef __cplusplus
 
10389
 extern "C"
 
10390
 #endif
 
10391
-/* We use char because int might match the return type of a gcc2
 
10392
-   builtin and then its argument prototype would still apply.  */
 
10393
 char Mix_OpenAudio ();
 
10394
 int
 
10395
 main ()
 
10396
 {
 
10397
-Mix_OpenAudio ();
 
10398
+return Mix_OpenAudio ();
 
10399
   ;
 
10400
   return 0;
 
10401
 }
 
10402
 _ACEOF
 
10403
-rm -f conftest.$ac_objext conftest$ac_exeext
 
10404
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
10405
-  (eval $ac_link) 2>&5
 
10406
-  ac_status=$?
 
10407
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10408
-  (exit $ac_status); } &&
 
10409
-         { ac_try='test -s conftest$ac_exeext'
 
10410
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10411
-  (eval $ac_try) 2>&5
 
10412
-  ac_status=$?
 
10413
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10414
-  (exit $ac_status); }; }; then
 
10415
+if ac_fn_c_try_link "$LINENO"; then :
 
10416
   ac_cv_lib_SDL_mixer_Mix_OpenAudio=yes
 
10417
 else
 
10418
-  echo "$as_me: failed program was:" >&5
 
10419
-sed 's/^/| /' conftest.$ac_ext >&5
 
10420
-
 
10421
-ac_cv_lib_SDL_mixer_Mix_OpenAudio=no
 
10422
+  ac_cv_lib_SDL_mixer_Mix_OpenAudio=no
 
10423
 fi
 
10424
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
10425
+rm -f core conftest.err conftest.$ac_objext \
 
10426
+    conftest$ac_exeext conftest.$ac_ext
 
10427
 LIBS=$ac_check_lib_save_LIBS
 
10428
 fi
 
10429
-echo "$as_me:$LINENO: result: $ac_cv_lib_SDL_mixer_Mix_OpenAudio" >&5
 
10430
-echo "${ECHO_T}$ac_cv_lib_SDL_mixer_Mix_OpenAudio" >&6
 
10431
-if test $ac_cv_lib_SDL_mixer_Mix_OpenAudio = yes; then
 
10432
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SDL_mixer_Mix_OpenAudio" >&5
 
10433
+$as_echo "$ac_cv_lib_SDL_mixer_Mix_OpenAudio" >&6; }
 
10434
+if test "x$ac_cv_lib_SDL_mixer_Mix_OpenAudio" = x""yes; then :
 
10435
   have_SDL_mixer=yes
 
10436
 else
 
10437
   have_SDL_mixer=no
 
10438
@@ -3257,11 +4068,9 @@ fi
 
10439
        if test "$have_SDL_mixer" = "yes" ; then
 
10440
 #              CFLAGS="$CFLAGS -DHAVE_SDL"
 
10441
 
 
10442
-cat >>confdefs.h <<\_ACEOF
 
10443
-#define HAVE_SDL
 
10444
-_ACEOF
 
10445
+$as_echo "#define HAVE_SDL /**/" >>confdefs.h
 
10446
 
 
10447
-           LIBS="$LIBS -lSDL_mixer"
 
10448
+           LIBS="$LIBS -lSDL_mixer -lSDL"
 
10449
        else
 
10450
            echo "*** SDL_mixer not found.  Configuring without audio support."
 
10451
        fi
 
10452
@@ -3276,148 +4085,140 @@ gnome=false
 
10453
 GNOME_CFLAGS=""
 
10454
 GNOME_LIBS=""
 
10455
 
 
10456
-# Check whether --enable-gnome or --disable-gnome was given.
 
10457
-if test "${enable_gnome+set}" = set; then
 
10458
-  enableval="$enable_gnome"
 
10459
-
 
10460
+# Check whether --enable-gnome was given.
 
10461
+if test "${enable_gnome+set}" = set; then :
 
10462
+  enableval=$enable_gnome;
 
10463
        if test "x$enableval" = "xyes"; then
 
10464
                gnome=true
 
10465
        fi
 
10466
 
 
10467
-fi;
 
10468
-
 
10469
-if test "$gnome" = true ; then
 
10470
-
 
10471
-  succeeded=no
 
10472
-
 
10473
-  if test -z "$PKG_CONFIG"; then
 
10474
-    # Extract the first word of "pkg-config", so it can be a program name with args.
 
10475
-set dummy pkg-config; ac_word=$2
 
10476
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
10477
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
10478
-if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
 
10479
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10480
-else
 
10481
-  case $PKG_CONFIG in
 
10482
-  [\\/]* | ?:[\\/]*)
 
10483
-  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
 
10484
-  ;;
 
10485
-  *)
 
10486
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
10487
-for as_dir in $PATH
 
10488
-do
 
10489
-  IFS=$as_save_IFS
 
10490
-  test -z "$as_dir" && as_dir=.
 
10491
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
10492
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
10493
-    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
10494
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
10495
-    break 2
 
10496
-  fi
 
10497
-done
 
10498
-done
 
10499
-
 
10500
-  test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
 
10501
-  ;;
 
10502
-esac
 
10503
 fi
 
10504
-PKG_CONFIG=$ac_cv_path_PKG_CONFIG
 
10505
 
 
10506
-if test -n "$PKG_CONFIG"; then
 
10507
-  echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
 
10508
-echo "${ECHO_T}$PKG_CONFIG" >&6
 
10509
-else
 
10510
-  echo "$as_me:$LINENO: result: no" >&5
 
10511
-echo "${ECHO_T}no" >&6
 
10512
-fi
 
10513
 
 
10514
-  fi
 
10515
+if test "$gnome" = true ; then
 
10516
 
 
10517
-  if test "$PKG_CONFIG" = "no" ; then
 
10518
-     echo "*** The pkg-config script could not be found. Make sure it is"
 
10519
-     echo "*** in your path, or set the PKG_CONFIG environment variable"
 
10520
-     echo "*** to the full path to pkg-config."
 
10521
-     echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
 
10522
-  else
 
10523
-     PKG_CONFIG_MIN_VERSION=0.9.0
 
10524
-     if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
 
10525
-        echo "$as_me:$LINENO: checking for
 
10526
+pkg_failed=no
 
10527
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNOME" >&5
 
10528
+$as_echo_n "checking for GNOME... " >&6; }
 
10529
+
 
10530
+if test -n "$GNOME_CFLAGS"; then
 
10531
+    pkg_cv_GNOME_CFLAGS="$GNOME_CFLAGS"
 
10532
+ elif test -n "$PKG_CONFIG"; then
 
10533
+    if test -n "$PKG_CONFIG" && \
 
10534
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
 
10535
                        libgnome-2.0 >= 2.0.0
 
10536
                        libgnomeui-2.0 >= 2.0.0
 
10537
-       " >&5
 
10538
-echo $ECHO_N "checking for
 
10539
+       \""; } >&5
 
10540
+  ($PKG_CONFIG --exists --print-errors "
 
10541
                        libgnome-2.0 >= 2.0.0
 
10542
                        libgnomeui-2.0 >= 2.0.0
 
10543
-       ... $ECHO_C" >&6
 
10544
-
 
10545
-        if $PKG_CONFIG --exists "
 
10546
+       ") 2>&5
 
10547
+  ac_status=$?
 
10548
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
10549
+  test $ac_status = 0; }; then
 
10550
+  pkg_cv_GNOME_CFLAGS=`$PKG_CONFIG --cflags "
 
10551
                        libgnome-2.0 >= 2.0.0
 
10552
                        libgnomeui-2.0 >= 2.0.0
 
10553
-       " ; then
 
10554
-            echo "$as_me:$LINENO: result: yes" >&5
 
10555
-echo "${ECHO_T}yes" >&6
 
10556
-            succeeded=yes
 
10557
-
 
10558
-            echo "$as_me:$LINENO: checking GNOME_CFLAGS" >&5
 
10559
-echo $ECHO_N "checking GNOME_CFLAGS... $ECHO_C" >&6
 
10560
-            GNOME_CFLAGS=`$PKG_CONFIG --cflags "
 
10561
+       " 2>/dev/null`
 
10562
+else
 
10563
+  pkg_failed=yes
 
10564
+fi
 
10565
+ else
 
10566
+    pkg_failed=untried
 
10567
+fi
 
10568
+if test -n "$GNOME_LIBS"; then
 
10569
+    pkg_cv_GNOME_LIBS="$GNOME_LIBS"
 
10570
+ elif test -n "$PKG_CONFIG"; then
 
10571
+    if test -n "$PKG_CONFIG" && \
 
10572
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
 
10573
                        libgnome-2.0 >= 2.0.0
 
10574
                        libgnomeui-2.0 >= 2.0.0
 
10575
-       "`
 
10576
-            echo "$as_me:$LINENO: result: $GNOME_CFLAGS" >&5
 
10577
-echo "${ECHO_T}$GNOME_CFLAGS" >&6
 
10578
-
 
10579
-            echo "$as_me:$LINENO: checking GNOME_LIBS" >&5
 
10580
-echo $ECHO_N "checking GNOME_LIBS... $ECHO_C" >&6
 
10581
-            GNOME_LIBS=`$PKG_CONFIG --libs "
 
10582
+       \""; } >&5
 
10583
+  ($PKG_CONFIG --exists --print-errors "
 
10584
                        libgnome-2.0 >= 2.0.0
 
10585
                        libgnomeui-2.0 >= 2.0.0
 
10586
-       "`
 
10587
-            echo "$as_me:$LINENO: result: $GNOME_LIBS" >&5
 
10588
-echo "${ECHO_T}$GNOME_LIBS" >&6
 
10589
-        else
 
10590
-            GNOME_CFLAGS=""
 
10591
-            GNOME_LIBS=""
 
10592
-            ## If we have a custom action on failure, don't print errors, but
 
10593
-            ## do set a variable so people can do so.
 
10594
-            GNOME_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "
 
10595
+       ") 2>&5
 
10596
+  ac_status=$?
 
10597
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
10598
+  test $ac_status = 0; }; then
 
10599
+  pkg_cv_GNOME_LIBS=`$PKG_CONFIG --libs "
 
10600
                        libgnome-2.0 >= 2.0.0
 
10601
                        libgnomeui-2.0 >= 2.0.0
 
10602
-       "`
 
10603
-            echo $GNOME_PKG_ERRORS
 
10604
-        fi
 
10605
+       " 2>/dev/null`
 
10606
+else
 
10607
+  pkg_failed=yes
 
10608
+fi
 
10609
+ else
 
10610
+    pkg_failed=untried
 
10611
+fi
 
10612
 
 
10613
 
 
10614
 
 
10615
-     else
 
10616
-        echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
 
10617
-        echo "*** See http://www.freedesktop.org/software/pkgconfig"
 
10618
-     fi
 
10619
-  fi
 
10620
+if test $pkg_failed = yes; then
 
10621
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
10622
+$as_echo "no" >&6; }
 
10623
 
 
10624
-  if test $succeeded = yes; then
 
10625
-     :
 
10626
-  else
 
10627
-     { { echo "$as_me:$LINENO: error: Library requirements (
 
10628
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
10629
+        _pkg_short_errors_supported=yes
 
10630
+else
 
10631
+        _pkg_short_errors_supported=no
 
10632
+fi
 
10633
+        if test $_pkg_short_errors_supported = yes; then
 
10634
+               GNOME_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "
 
10635
                        libgnome-2.0 >= 2.0.0
 
10636
                        libgnomeui-2.0 >= 2.0.0
 
10637
-       ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
 
10638
-echo "$as_me: error: Library requirements (
 
10639
+       " 2>&1`
 
10640
+        else
 
10641
+               GNOME_PKG_ERRORS=`$PKG_CONFIG --print-errors "
 
10642
                        libgnome-2.0 >= 2.0.0
 
10643
                        libgnomeui-2.0 >= 2.0.0
 
10644
-       ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
 
10645
-   { (exit 1); exit 1; }; }
 
10646
-  fi
 
10647
+       " 2>&1`
 
10648
+        fi
 
10649
+       # Put the nasty error message in config.log where it belongs
 
10650
+       echo "$GNOME_PKG_ERRORS" >&5
 
10651
 
 
10652
-       GNOME_CFLAGS="$GNOME_CFLAGS -DHAVE_GNOME=1"
 
10653
-fi
 
10654
+       as_fn_error $? "Package requirements (
 
10655
+                       libgnome-2.0 >= 2.0.0
 
10656
+                       libgnomeui-2.0 >= 2.0.0
 
10657
+       ) were not met:
 
10658
 
 
10659
+$GNOME_PKG_ERRORS
 
10660
 
 
10661
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
10662
+installed software in a non-standard prefix.
 
10663
+
 
10664
+Alternatively, you may set the environment variables GNOME_CFLAGS
 
10665
+and GNOME_LIBS to avoid the need to call pkg-config.
 
10666
+See the pkg-config man page for more details." "$LINENO" 5
 
10667
+elif test $pkg_failed = untried; then
 
10668
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
10669
+$as_echo "no" >&6; }
 
10670
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
10671
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
10672
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
10673
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
10674
+path to pkg-config.
 
10675
+
 
10676
+Alternatively, you may set the environment variables GNOME_CFLAGS
 
10677
+and GNOME_LIBS to avoid the need to call pkg-config.
 
10678
+See the pkg-config man page for more details.
 
10679
+
 
10680
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
10681
+See \`config.log' for more details" "$LINENO" 5 ; }
 
10682
+else
 
10683
+       GNOME_CFLAGS=$pkg_cv_GNOME_CFLAGS
 
10684
+       GNOME_LIBS=$pkg_cv_GNOME_LIBS
 
10685
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
10686
+$as_echo "yes" >&6; }
 
10687
+
 
10688
+fi
 
10689
+       GNOME_CFLAGS="$GNOME_CFLAGS -DHAVE_GNOME=1"
 
10690
+fi
 
10691
 
 
10692
 
 
10693
 
 
10694
 
 
10695
-if test "x$gnome" = "xtrue"; then
 
10696
+ if test "x$gnome" = "xtrue"; then
 
10697
   WITH_GNOME_TRUE=
 
10698
   WITH_GNOME_FALSE='#'
 
10699
 else
 
10700
@@ -3431,15 +4232,15 @@ ac_cpp='$CPP $CPPFLAGS'
 
10701
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
10702
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
10703
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
10704
-echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 
10705
-echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
 
10706
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
 
10707
+$as_echo_n "checking how to run the C preprocessor... " >&6; }
 
10708
 # On Suns, sometimes $CPP names a directory.
 
10709
 if test -n "$CPP" && test -d "$CPP"; then
 
10710
   CPP=
 
10711
 fi
 
10712
 if test -z "$CPP"; then
 
10713
-  if test "${ac_cv_prog_CPP+set}" = set; then
 
10714
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10715
+  if test "${ac_cv_prog_CPP+set}" = set; then :
 
10716
+  $as_echo_n "(cached) " >&6
 
10717
 else
 
10718
       # Double quotes because CPP needs to be expanded
 
10719
     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
 
10720
@@ -3453,91 +4254,43 @@ do
 
10721
   # <limits.h> exists even on freestanding compilers.
 
10722
   # On the NeXT, cc -E runs the code through the compiler's parser,
 
10723
   # not just through cpp. "Syntax error" is here to catch this case.
 
10724
-  cat >conftest.$ac_ext <<_ACEOF
 
10725
-#line $LINENO "configure"
 
10726
-/* confdefs.h.  */
 
10727
-_ACEOF
 
10728
-cat confdefs.h >>conftest.$ac_ext
 
10729
-cat >>conftest.$ac_ext <<_ACEOF
 
10730
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
10731
 /* end confdefs.h.  */
 
10732
 #ifdef __STDC__
 
10733
 # include <limits.h>
 
10734
 #else
 
10735
 # include <assert.h>
 
10736
 #endif
 
10737
-                     Syntax error
 
10738
+                    Syntax error
 
10739
 _ACEOF
 
10740
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
10741
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
10742
-  ac_status=$?
 
10743
-  grep -v '^ *+' conftest.er1 >conftest.err
 
10744
-  rm -f conftest.er1
 
10745
-  cat conftest.err >&5
 
10746
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10747
-  (exit $ac_status); } >/dev/null; then
 
10748
-  if test -s conftest.err; then
 
10749
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
10750
-  else
 
10751
-    ac_cpp_err=
 
10752
-  fi
 
10753
-else
 
10754
-  ac_cpp_err=yes
 
10755
-fi
 
10756
-if test -z "$ac_cpp_err"; then
 
10757
-  :
 
10758
-else
 
10759
-  echo "$as_me: failed program was:" >&5
 
10760
-sed 's/^/| /' conftest.$ac_ext >&5
 
10761
+if ac_fn_c_try_cpp "$LINENO"; then :
 
10762
 
 
10763
+else
 
10764
   # Broken: fails on valid input.
 
10765
 continue
 
10766
 fi
 
10767
-rm -f conftest.err conftest.$ac_ext
 
10768
+rm -f conftest.err conftest.i conftest.$ac_ext
 
10769
 
 
10770
-  # OK, works on sane cases.  Now check whether non-existent headers
 
10771
+  # OK, works on sane cases.  Now check whether nonexistent headers
 
10772
   # can be detected and how.
 
10773
-  cat >conftest.$ac_ext <<_ACEOF
 
10774
-#line $LINENO "configure"
 
10775
-/* confdefs.h.  */
 
10776
-_ACEOF
 
10777
-cat confdefs.h >>conftest.$ac_ext
 
10778
-cat >>conftest.$ac_ext <<_ACEOF
 
10779
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
10780
 /* end confdefs.h.  */
 
10781
 #include <ac_nonexistent.h>
 
10782
 _ACEOF
 
10783
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
10784
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
10785
-  ac_status=$?
 
10786
-  grep -v '^ *+' conftest.er1 >conftest.err
 
10787
-  rm -f conftest.er1
 
10788
-  cat conftest.err >&5
 
10789
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10790
-  (exit $ac_status); } >/dev/null; then
 
10791
-  if test -s conftest.err; then
 
10792
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
10793
-  else
 
10794
-    ac_cpp_err=
 
10795
-  fi
 
10796
-else
 
10797
-  ac_cpp_err=yes
 
10798
-fi
 
10799
-if test -z "$ac_cpp_err"; then
 
10800
+if ac_fn_c_try_cpp "$LINENO"; then :
 
10801
   # Broken: success on invalid input.
 
10802
 continue
 
10803
 else
 
10804
-  echo "$as_me: failed program was:" >&5
 
10805
-sed 's/^/| /' conftest.$ac_ext >&5
 
10806
-
 
10807
   # Passes both tests.
 
10808
 ac_preproc_ok=:
 
10809
 break
 
10810
 fi
 
10811
-rm -f conftest.err conftest.$ac_ext
 
10812
+rm -f conftest.err conftest.i conftest.$ac_ext
 
10813
 
 
10814
 done
 
10815
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 
10816
-rm -f conftest.err conftest.$ac_ext
 
10817
-if $ac_preproc_ok; then
 
10818
+rm -f conftest.i conftest.err conftest.$ac_ext
 
10819
+if $ac_preproc_ok; then :
 
10820
   break
 
10821
 fi
 
10822
 
 
10823
@@ -3549,8 +4302,8 @@ fi
 
10824
 else
 
10825
   ac_cv_prog_CPP=$CPP
 
10826
 fi
 
10827
-echo "$as_me:$LINENO: result: $CPP" >&5
 
10828
-echo "${ECHO_T}$CPP" >&6
 
10829
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
 
10830
+$as_echo "$CPP" >&6; }
 
10831
 ac_preproc_ok=false
 
10832
 for ac_c_preproc_warn_flag in '' yes
 
10833
 do
 
10834
@@ -3560,98 +4313,49 @@ do
 
10835
   # <limits.h> exists even on freestanding compilers.
 
10836
   # On the NeXT, cc -E runs the code through the compiler's parser,
 
10837
   # not just through cpp. "Syntax error" is here to catch this case.
 
10838
-  cat >conftest.$ac_ext <<_ACEOF
 
10839
-#line $LINENO "configure"
 
10840
-/* confdefs.h.  */
 
10841
-_ACEOF
 
10842
-cat confdefs.h >>conftest.$ac_ext
 
10843
-cat >>conftest.$ac_ext <<_ACEOF
 
10844
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
10845
 /* end confdefs.h.  */
 
10846
 #ifdef __STDC__
 
10847
 # include <limits.h>
 
10848
 #else
 
10849
 # include <assert.h>
 
10850
 #endif
 
10851
-                     Syntax error
 
10852
+                    Syntax error
 
10853
 _ACEOF
 
10854
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
10855
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
10856
-  ac_status=$?
 
10857
-  grep -v '^ *+' conftest.er1 >conftest.err
 
10858
-  rm -f conftest.er1
 
10859
-  cat conftest.err >&5
 
10860
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10861
-  (exit $ac_status); } >/dev/null; then
 
10862
-  if test -s conftest.err; then
 
10863
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
10864
-  else
 
10865
-    ac_cpp_err=
 
10866
-  fi
 
10867
-else
 
10868
-  ac_cpp_err=yes
 
10869
-fi
 
10870
-if test -z "$ac_cpp_err"; then
 
10871
-  :
 
10872
-else
 
10873
-  echo "$as_me: failed program was:" >&5
 
10874
-sed 's/^/| /' conftest.$ac_ext >&5
 
10875
+if ac_fn_c_try_cpp "$LINENO"; then :
 
10876
 
 
10877
+else
 
10878
   # Broken: fails on valid input.
 
10879
 continue
 
10880
 fi
 
10881
-rm -f conftest.err conftest.$ac_ext
 
10882
+rm -f conftest.err conftest.i conftest.$ac_ext
 
10883
 
 
10884
-  # OK, works on sane cases.  Now check whether non-existent headers
 
10885
+  # OK, works on sane cases.  Now check whether nonexistent headers
 
10886
   # can be detected and how.
 
10887
-  cat >conftest.$ac_ext <<_ACEOF
 
10888
-#line $LINENO "configure"
 
10889
-/* confdefs.h.  */
 
10890
-_ACEOF
 
10891
-cat confdefs.h >>conftest.$ac_ext
 
10892
-cat >>conftest.$ac_ext <<_ACEOF
 
10893
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
10894
 /* end confdefs.h.  */
 
10895
 #include <ac_nonexistent.h>
 
10896
 _ACEOF
 
10897
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
10898
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
10899
-  ac_status=$?
 
10900
-  grep -v '^ *+' conftest.er1 >conftest.err
 
10901
-  rm -f conftest.er1
 
10902
-  cat conftest.err >&5
 
10903
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10904
-  (exit $ac_status); } >/dev/null; then
 
10905
-  if test -s conftest.err; then
 
10906
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
10907
-  else
 
10908
-    ac_cpp_err=
 
10909
-  fi
 
10910
-else
 
10911
-  ac_cpp_err=yes
 
10912
-fi
 
10913
-if test -z "$ac_cpp_err"; then
 
10914
+if ac_fn_c_try_cpp "$LINENO"; then :
 
10915
   # Broken: success on invalid input.
 
10916
 continue
 
10917
 else
 
10918
-  echo "$as_me: failed program was:" >&5
 
10919
-sed 's/^/| /' conftest.$ac_ext >&5
 
10920
-
 
10921
   # Passes both tests.
 
10922
 ac_preproc_ok=:
 
10923
 break
 
10924
 fi
 
10925
-rm -f conftest.err conftest.$ac_ext
 
10926
+rm -f conftest.err conftest.i conftest.$ac_ext
 
10927
 
 
10928
 done
 
10929
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 
10930
-rm -f conftest.err conftest.$ac_ext
 
10931
-if $ac_preproc_ok; then
 
10932
-  :
 
10933
+rm -f conftest.i conftest.err conftest.$ac_ext
 
10934
+if $ac_preproc_ok; then :
 
10935
+
 
10936
 else
 
10937
-  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
 
10938
-See \`config.log' for more details." >&5
 
10939
-echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
 
10940
-See \`config.log' for more details." >&2;}
 
10941
-   { (exit 1); exit 1; }; }
 
10942
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
10943
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
10944
+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
 
10945
+See \`config.log' for more details" "$LINENO" 5 ; }
 
10946
 fi
 
10947
 
 
10948
 ac_ext=c
 
10949
@@ -3661,32 +4365,142 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
 
10950
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
10951
 
 
10952
 
 
10953
-echo "$as_me:$LINENO: checking for egrep" >&5
 
10954
-echo $ECHO_N "checking for egrep... $ECHO_C" >&6
 
10955
-if test "${ac_cv_prog_egrep+set}" = set; then
 
10956
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10957
-else
 
10958
-  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
 
10959
-    then ac_cv_prog_egrep='grep -E'
 
10960
-    else ac_cv_prog_egrep='egrep'
 
10961
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
 
10962
+$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
 
10963
+if test "${ac_cv_path_GREP+set}" = set; then :
 
10964
+  $as_echo_n "(cached) " >&6
 
10965
+else
 
10966
+  if test -z "$GREP"; then
 
10967
+  ac_path_GREP_found=false
 
10968
+  # Loop through the user's path and test for each of PROGNAME-LIST
 
10969
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
10970
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 
10971
+do
 
10972
+  IFS=$as_save_IFS
 
10973
+  test -z "$as_dir" && as_dir=.
 
10974
+    for ac_prog in grep ggrep; do
 
10975
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
10976
+      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
 
10977
+      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
 
10978
+# Check for GNU ac_path_GREP and select it if it is found.
 
10979
+  # Check for GNU $ac_path_GREP
 
10980
+case `"$ac_path_GREP" --version 2>&1` in
 
10981
+*GNU*)
 
10982
+  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
 
10983
+*)
 
10984
+  ac_count=0
 
10985
+  $as_echo_n 0123456789 >"conftest.in"
 
10986
+  while :
 
10987
+  do
 
10988
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
 
10989
+    mv "conftest.tmp" "conftest.in"
 
10990
+    cp "conftest.in" "conftest.nl"
 
10991
+    $as_echo 'GREP' >> "conftest.nl"
 
10992
+    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 
10993
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 
10994
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
 
10995
+    if test $ac_count -gt ${ac_path_GREP_max-0}; then
 
10996
+      # Best one so far, save it but keep looking for a better one
 
10997
+      ac_cv_path_GREP="$ac_path_GREP"
 
10998
+      ac_path_GREP_max=$ac_count
 
10999
+    fi
 
11000
+    # 10*(2^10) chars as input seems more than enough
 
11001
+    test $ac_count -gt 10 && break
 
11002
+  done
 
11003
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 
11004
+esac
 
11005
+
 
11006
+      $ac_path_GREP_found && break 3
 
11007
+    done
 
11008
+  done
 
11009
+  done
 
11010
+IFS=$as_save_IFS
 
11011
+  if test -z "$ac_cv_path_GREP"; then
 
11012
+    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
11013
+  fi
 
11014
+else
 
11015
+  ac_cv_path_GREP=$GREP
 
11016
+fi
 
11017
+
 
11018
+fi
 
11019
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
 
11020
+$as_echo "$ac_cv_path_GREP" >&6; }
 
11021
+ GREP="$ac_cv_path_GREP"
 
11022
+
 
11023
+
 
11024
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
 
11025
+$as_echo_n "checking for egrep... " >&6; }
 
11026
+if test "${ac_cv_path_EGREP+set}" = set; then :
 
11027
+  $as_echo_n "(cached) " >&6
 
11028
+else
 
11029
+  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
 
11030
+   then ac_cv_path_EGREP="$GREP -E"
 
11031
+   else
 
11032
+     if test -z "$EGREP"; then
 
11033
+  ac_path_EGREP_found=false
 
11034
+  # Loop through the user's path and test for each of PROGNAME-LIST
 
11035
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
11036
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 
11037
+do
 
11038
+  IFS=$as_save_IFS
 
11039
+  test -z "$as_dir" && as_dir=.
 
11040
+    for ac_prog in egrep; do
 
11041
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
11042
+      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
 
11043
+      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
 
11044
+# Check for GNU ac_path_EGREP and select it if it is found.
 
11045
+  # Check for GNU $ac_path_EGREP
 
11046
+case `"$ac_path_EGREP" --version 2>&1` in
 
11047
+*GNU*)
 
11048
+  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
 
11049
+*)
 
11050
+  ac_count=0
 
11051
+  $as_echo_n 0123456789 >"conftest.in"
 
11052
+  while :
 
11053
+  do
 
11054
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
 
11055
+    mv "conftest.tmp" "conftest.in"
 
11056
+    cp "conftest.in" "conftest.nl"
 
11057
+    $as_echo 'EGREP' >> "conftest.nl"
 
11058
+    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 
11059
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 
11060
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
 
11061
+    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
 
11062
+      # Best one so far, save it but keep looking for a better one
 
11063
+      ac_cv_path_EGREP="$ac_path_EGREP"
 
11064
+      ac_path_EGREP_max=$ac_count
 
11065
     fi
 
11066
+    # 10*(2^10) chars as input seems more than enough
 
11067
+    test $ac_count -gt 10 && break
 
11068
+  done
 
11069
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 
11070
+esac
 
11071
+
 
11072
+      $ac_path_EGREP_found && break 3
 
11073
+    done
 
11074
+  done
 
11075
+  done
 
11076
+IFS=$as_save_IFS
 
11077
+  if test -z "$ac_cv_path_EGREP"; then
 
11078
+    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
11079
+  fi
 
11080
+else
 
11081
+  ac_cv_path_EGREP=$EGREP
 
11082
 fi
 
11083
-echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
 
11084
-echo "${ECHO_T}$ac_cv_prog_egrep" >&6
 
11085
- EGREP=$ac_cv_prog_egrep
 
11086
-
 
11087
-
 
11088
-echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
11089
-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
 
11090
-if test "${ac_cv_header_stdc+set}" = set; then
 
11091
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
11092
-else
 
11093
-  cat >conftest.$ac_ext <<_ACEOF
 
11094
-#line $LINENO "configure"
 
11095
-/* confdefs.h.  */
 
11096
-_ACEOF
 
11097
-cat confdefs.h >>conftest.$ac_ext
 
11098
-cat >>conftest.$ac_ext <<_ACEOF
 
11099
+
 
11100
+   fi
 
11101
+fi
 
11102
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
 
11103
+$as_echo "$ac_cv_path_EGREP" >&6; }
 
11104
+ EGREP="$ac_cv_path_EGREP"
 
11105
+
 
11106
+
 
11107
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
 
11108
+$as_echo_n "checking for ANSI C header files... " >&6; }
 
11109
+if test "${ac_cv_header_stdc+set}" = set; then :
 
11110
+  $as_echo_n "(cached) " >&6
 
11111
+else
 
11112
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
11113
 /* end confdefs.h.  */
 
11114
 #include <stdlib.h>
 
11115
 #include <stdarg.h>
 
11116
@@ -3701,42 +4515,23 @@ main ()
 
11117
   return 0;
 
11118
 }
 
11119
 _ACEOF
 
11120
-rm -f conftest.$ac_objext
 
11121
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
11122
-  (eval $ac_compile) 2>&5
 
11123
-  ac_status=$?
 
11124
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11125
-  (exit $ac_status); } &&
 
11126
-         { ac_try='test -s conftest.$ac_objext'
 
11127
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
11128
-  (eval $ac_try) 2>&5
 
11129
-  ac_status=$?
 
11130
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11131
-  (exit $ac_status); }; }; then
 
11132
+if ac_fn_c_try_compile "$LINENO"; then :
 
11133
   ac_cv_header_stdc=yes
 
11134
 else
 
11135
-  echo "$as_me: failed program was:" >&5
 
11136
-sed 's/^/| /' conftest.$ac_ext >&5
 
11137
-
 
11138
-ac_cv_header_stdc=no
 
11139
+  ac_cv_header_stdc=no
 
11140
 fi
 
11141
-rm -f conftest.$ac_objext conftest.$ac_ext
 
11142
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
11143
 
 
11144
 if test $ac_cv_header_stdc = yes; then
 
11145
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
 
11146
-  cat >conftest.$ac_ext <<_ACEOF
 
11147
-#line $LINENO "configure"
 
11148
-/* confdefs.h.  */
 
11149
-_ACEOF
 
11150
-cat confdefs.h >>conftest.$ac_ext
 
11151
-cat >>conftest.$ac_ext <<_ACEOF
 
11152
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
11153
 /* end confdefs.h.  */
 
11154
 #include <string.h>
 
11155
 
 
11156
 _ACEOF
 
11157
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 
11158
-  $EGREP "memchr" >/dev/null 2>&1; then
 
11159
-  :
 
11160
+  $EGREP "memchr" >/dev/null 2>&1; then :
 
11161
+
 
11162
 else
 
11163
   ac_cv_header_stdc=no
 
11164
 fi
 
11165
@@ -3746,19 +4541,14 @@ fi
 
11166
 
 
11167
 if test $ac_cv_header_stdc = yes; then
 
11168
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
 
11169
-  cat >conftest.$ac_ext <<_ACEOF
 
11170
-#line $LINENO "configure"
 
11171
-/* confdefs.h.  */
 
11172
-_ACEOF
 
11173
-cat confdefs.h >>conftest.$ac_ext
 
11174
-cat >>conftest.$ac_ext <<_ACEOF
 
11175
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
11176
 /* end confdefs.h.  */
 
11177
 #include <stdlib.h>
 
11178
 
 
11179
 _ACEOF
 
11180
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 
11181
-  $EGREP "free" >/dev/null 2>&1; then
 
11182
-  :
 
11183
+  $EGREP "free" >/dev/null 2>&1; then :
 
11184
+
 
11185
 else
 
11186
   ac_cv_header_stdc=no
 
11187
 fi
 
11188
@@ -3768,25 +4558,21 @@ fi
 
11189
 
 
11190
 if test $ac_cv_header_stdc = yes; then
 
11191
   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
 
11192
-  if test "$cross_compiling" = yes; then
 
11193
+  if test "$cross_compiling" = yes; then :
 
11194
   :
 
11195
 else
 
11196
-  cat >conftest.$ac_ext <<_ACEOF
 
11197
-#line $LINENO "configure"
 
11198
-/* confdefs.h.  */
 
11199
-_ACEOF
 
11200
-cat confdefs.h >>conftest.$ac_ext
 
11201
-cat >>conftest.$ac_ext <<_ACEOF
 
11202
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
11203
 /* end confdefs.h.  */
 
11204
 #include <ctype.h>
 
11205
+#include <stdlib.h>
 
11206
 #if ((' ' & 0x0FF) == 0x020)
 
11207
 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
 
11208
 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
 
11209
 #else
 
11210
 # define ISLOWER(c) \
 
11211
-                   (('a' <= (c) && (c) <= 'i') \
 
11212
-                     || ('j' <= (c) && (c) <= 'r') \
 
11213
-                     || ('s' <= (c) && (c) <= 'z'))
 
11214
+                  (('a' <= (c) && (c) <= 'i') \
 
11215
+                    || ('j' <= (c) && (c) <= 'r') \
 
11216
+                    || ('s' <= (c) && (c) <= 'z'))
 
11217
 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
 
11218
 #endif
 
11219
 
 
11220
@@ -3797,101 +4583,40 @@ main ()
 
11221
   int i;
 
11222
   for (i = 0; i < 256; i++)
 
11223
     if (XOR (islower (i), ISLOWER (i))
 
11224
-        || toupper (i) != TOUPPER (i))
 
11225
-      exit(2);
 
11226
-  exit (0);
 
11227
+       || toupper (i) != TOUPPER (i))
 
11228
+      return 2;
 
11229
+  return 0;
 
11230
 }
 
11231
 _ACEOF
 
11232
-rm -f conftest$ac_exeext
 
11233
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
11234
-  (eval $ac_link) 2>&5
 
11235
-  ac_status=$?
 
11236
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11237
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
11238
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
11239
-  (eval $ac_try) 2>&5
 
11240
-  ac_status=$?
 
11241
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11242
-  (exit $ac_status); }; }; then
 
11243
-  :
 
11244
-else
 
11245
-  echo "$as_me: program exited with status $ac_status" >&5
 
11246
-echo "$as_me: failed program was:" >&5
 
11247
-sed 's/^/| /' conftest.$ac_ext >&5
 
11248
+if ac_fn_c_try_run "$LINENO"; then :
 
11249
 
 
11250
-( exit $ac_status )
 
11251
-ac_cv_header_stdc=no
 
11252
+else
 
11253
+  ac_cv_header_stdc=no
 
11254
 fi
 
11255
-rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
11256
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
11257
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
11258
 fi
 
11259
+
 
11260
 fi
 
11261
 fi
 
11262
-echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
11263
-echo "${ECHO_T}$ac_cv_header_stdc" >&6
 
11264
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
 
11265
+$as_echo "$ac_cv_header_stdc" >&6; }
 
11266
 if test $ac_cv_header_stdc = yes; then
 
11267
 
 
11268
-cat >>confdefs.h <<\_ACEOF
 
11269
-#define STDC_HEADERS 1
 
11270
-_ACEOF
 
11271
+$as_echo "#define STDC_HEADERS 1" >>confdefs.h
 
11272
 
 
11273
 fi
 
11274
 
 
11275
 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
 
11276
-
 
11277
-
 
11278
-
 
11279
-
 
11280
-
 
11281
-
 
11282
-
 
11283
-
 
11284
-
 
11285
 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
 
11286
-                  inttypes.h stdint.h unistd.h
 
11287
-do
 
11288
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
11289
-echo "$as_me:$LINENO: checking for $ac_header" >&5
 
11290
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 
11291
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
11292
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
11293
-else
 
11294
-  cat >conftest.$ac_ext <<_ACEOF
 
11295
-#line $LINENO "configure"
 
11296
-/* confdefs.h.  */
 
11297
-_ACEOF
 
11298
-cat confdefs.h >>conftest.$ac_ext
 
11299
-cat >>conftest.$ac_ext <<_ACEOF
 
11300
-/* end confdefs.h.  */
 
11301
-$ac_includes_default
 
11302
-
 
11303
-#include <$ac_header>
 
11304
-_ACEOF
 
11305
-rm -f conftest.$ac_objext
 
11306
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
11307
-  (eval $ac_compile) 2>&5
 
11308
-  ac_status=$?
 
11309
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11310
-  (exit $ac_status); } &&
 
11311
-         { ac_try='test -s conftest.$ac_objext'
 
11312
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
11313
-  (eval $ac_try) 2>&5
 
11314
-  ac_status=$?
 
11315
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11316
-  (exit $ac_status); }; }; then
 
11317
-  eval "$as_ac_Header=yes"
 
11318
-else
 
11319
-  echo "$as_me: failed program was:" >&5
 
11320
-sed 's/^/| /' conftest.$ac_ext >&5
 
11321
-
 
11322
-eval "$as_ac_Header=no"
 
11323
-fi
 
11324
-rm -f conftest.$ac_objext conftest.$ac_ext
 
11325
-fi
 
11326
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 
11327
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 
11328
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
11329
+                 inttypes.h stdint.h unistd.h
 
11330
+do :
 
11331
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
11332
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
 
11333
+"
 
11334
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
 
11335
   cat >>confdefs.h <<_ACEOF
 
11336
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
11337
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
11338
 _ACEOF
 
11339
 
 
11340
 fi
 
11341
@@ -3899,142 +4624,13 @@ fi
 
11342
 done
 
11343
 
 
11344
 
 
11345
-
 
11346
-for ac_header in unistd.h
 
11347
-do
 
11348
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
11349
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
11350
-  echo "$as_me:$LINENO: checking for $ac_header" >&5
 
11351
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 
11352
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
11353
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
11354
-fi
 
11355
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 
11356
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 
11357
-else
 
11358
-  # Is the header compilable?
 
11359
-echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
11360
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
 
11361
-cat >conftest.$ac_ext <<_ACEOF
 
11362
-#line $LINENO "configure"
 
11363
-/* confdefs.h.  */
 
11364
-_ACEOF
 
11365
-cat confdefs.h >>conftest.$ac_ext
 
11366
-cat >>conftest.$ac_ext <<_ACEOF
 
11367
-/* end confdefs.h.  */
 
11368
-$ac_includes_default
 
11369
-#include <$ac_header>
 
11370
-_ACEOF
 
11371
-rm -f conftest.$ac_objext
 
11372
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
11373
-  (eval $ac_compile) 2>&5
 
11374
-  ac_status=$?
 
11375
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11376
-  (exit $ac_status); } &&
 
11377
-         { ac_try='test -s conftest.$ac_objext'
 
11378
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
11379
-  (eval $ac_try) 2>&5
 
11380
-  ac_status=$?
 
11381
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11382
-  (exit $ac_status); }; }; then
 
11383
-  ac_header_compiler=yes
 
11384
-else
 
11385
-  echo "$as_me: failed program was:" >&5
 
11386
-sed 's/^/| /' conftest.$ac_ext >&5
 
11387
-
 
11388
-ac_header_compiler=no
 
11389
-fi
 
11390
-rm -f conftest.$ac_objext conftest.$ac_ext
 
11391
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
11392
-echo "${ECHO_T}$ac_header_compiler" >&6
 
11393
-
 
11394
-# Is the header present?
 
11395
-echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
11396
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
 
11397
-cat >conftest.$ac_ext <<_ACEOF
 
11398
-#line $LINENO "configure"
 
11399
-/* confdefs.h.  */
 
11400
-_ACEOF
 
11401
-cat confdefs.h >>conftest.$ac_ext
 
11402
-cat >>conftest.$ac_ext <<_ACEOF
 
11403
-/* end confdefs.h.  */
 
11404
-#include <$ac_header>
 
11405
-_ACEOF
 
11406
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
11407
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
11408
-  ac_status=$?
 
11409
-  grep -v '^ *+' conftest.er1 >conftest.err
 
11410
-  rm -f conftest.er1
 
11411
-  cat conftest.err >&5
 
11412
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11413
-  (exit $ac_status); } >/dev/null; then
 
11414
-  if test -s conftest.err; then
 
11415
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
11416
-  else
 
11417
-    ac_cpp_err=
 
11418
-  fi
 
11419
-else
 
11420
-  ac_cpp_err=yes
 
11421
-fi
 
11422
-if test -z "$ac_cpp_err"; then
 
11423
-  ac_header_preproc=yes
 
11424
-else
 
11425
-  echo "$as_me: failed program was:" >&5
 
11426
-sed 's/^/| /' conftest.$ac_ext >&5
 
11427
-
 
11428
-  ac_header_preproc=no
 
11429
-fi
 
11430
-rm -f conftest.err conftest.$ac_ext
 
11431
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
11432
-echo "${ECHO_T}$ac_header_preproc" >&6
 
11433
-
 
11434
-# So?  What about this header?
 
11435
-case $ac_header_compiler:$ac_header_preproc in
 
11436
-  yes:no )
 
11437
-    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
11438
-echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
11439
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
11440
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
11441
-    (
 
11442
-      cat <<\_ASBOX
 
11443
-## ------------------------------------ ##
 
11444
-## Report this to bug-autoconf@gnu.org. ##
 
11445
-## ------------------------------------ ##
 
11446
-_ASBOX
 
11447
-    ) |
 
11448
-      sed "s/^/$as_me: WARNING:     /" >&2
 
11449
-    ;;
 
11450
-  no:yes )
 
11451
-    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
11452
-echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
11453
-    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
 
11454
-echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
 
11455
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
11456
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
11457
-    (
 
11458
-      cat <<\_ASBOX
 
11459
-## ------------------------------------ ##
 
11460
-## Report this to bug-autoconf@gnu.org. ##
 
11461
-## ------------------------------------ ##
 
11462
-_ASBOX
 
11463
-    ) |
 
11464
-      sed "s/^/$as_me: WARNING:     /" >&2
 
11465
-    ;;
 
11466
-esac
 
11467
-echo "$as_me:$LINENO: checking for $ac_header" >&5
 
11468
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 
11469
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
11470
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
11471
-else
 
11472
-  eval "$as_ac_Header=$ac_header_preproc"
 
11473
-fi
 
11474
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 
11475
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 
11476
-
 
11477
-fi
 
11478
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
11479
+for ac_header in stdlib.h string.h unistd.h
 
11480
+do :
 
11481
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
11482
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 
11483
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
 
11484
   cat >>confdefs.h <<_ACEOF
 
11485
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
11486
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
11487
 _ACEOF
 
11488
 
 
11489
 fi
 
11490
@@ -4042,17 +4638,12 @@ fi
 
11491
 done
 
11492
 
 
11493
 
 
11494
-echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
 
11495
-echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
 
11496
-if test "${ac_cv_c_const+set}" = set; then
 
11497
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
11498
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
 
11499
+$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
 
11500
+if test "${ac_cv_c_const+set}" = set; then :
 
11501
+  $as_echo_n "(cached) " >&6
 
11502
 else
 
11503
-  cat >conftest.$ac_ext <<_ACEOF
 
11504
-#line $LINENO "configure"
 
11505
-/* confdefs.h.  */
 
11506
-_ACEOF
 
11507
-cat confdefs.h >>conftest.$ac_ext
 
11508
-cat >>conftest.$ac_ext <<_ACEOF
 
11509
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
11510
 /* end confdefs.h.  */
 
11511
 
 
11512
 int
 
11513
@@ -4062,10 +4653,10 @@ main ()
 
11514
 #ifndef __cplusplus
 
11515
   /* Ultrix mips cc rejects this.  */
 
11516
   typedef int charset[2];
 
11517
-  const charset x;
 
11518
+  const charset cs;
 
11519
   /* SunOS 4.1.1 cc rejects this.  */
 
11520
-  char const *const *ccp;
 
11521
-  char **p;
 
11522
+  char const *const *pcpcc;
 
11523
+  char **ppc;
 
11524
   /* NEC SVR4.0.2 mips cc rejects this.  */
 
11525
   struct point {int x, y;};
 
11526
   static struct point const zero = {0,0};
 
11527
@@ -4074,16 +4665,17 @@ main ()
 
11528
      an arm of an if-expression whose if-part is not a constant
 
11529
      expression */
 
11530
   const char *g = "string";
 
11531
-  ccp = &g + (g ? g-g : 0);
 
11532
+  pcpcc = &g + (g ? g-g : 0);
 
11533
   /* HPUX 7.0 cc rejects these. */
 
11534
-  ++ccp;
 
11535
-  p = (char**) ccp;
 
11536
-  ccp = (char const *const *) p;
 
11537
+  ++pcpcc;
 
11538
+  ppc = (char**) pcpcc;
 
11539
+  pcpcc = (char const *const *) ppc;
 
11540
   { /* SCO 3.2v4 cc rejects this.  */
 
11541
     char *t;
 
11542
     char const *s = 0 ? (char *) 0 : (char const *) 0;
 
11543
 
 
11544
     *t++ = 0;
 
11545
+    if (s) return 0;
 
11546
   }
 
11547
   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
 
11548
     int x[] = {25, 17};
 
11549
@@ -4102,192 +4694,447 @@ main ()
 
11550
   }
 
11551
   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
 
11552
     const int foo = 10;
 
11553
+    if (!foo) return 0;
 
11554
   }
 
11555
+  return !cs[0] && !zero.x;
 
11556
 #endif
 
11557
 
 
11558
   ;
 
11559
   return 0;
 
11560
 }
 
11561
 _ACEOF
 
11562
-rm -f conftest.$ac_objext
 
11563
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
11564
-  (eval $ac_compile) 2>&5
 
11565
-  ac_status=$?
 
11566
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11567
-  (exit $ac_status); } &&
 
11568
-         { ac_try='test -s conftest.$ac_objext'
 
11569
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
11570
-  (eval $ac_try) 2>&5
 
11571
-  ac_status=$?
 
11572
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11573
-  (exit $ac_status); }; }; then
 
11574
+if ac_fn_c_try_compile "$LINENO"; then :
 
11575
   ac_cv_c_const=yes
 
11576
 else
 
11577
-  echo "$as_me: failed program was:" >&5
 
11578
-sed 's/^/| /' conftest.$ac_ext >&5
 
11579
-
 
11580
-ac_cv_c_const=no
 
11581
+  ac_cv_c_const=no
 
11582
 fi
 
11583
-rm -f conftest.$ac_objext conftest.$ac_ext
 
11584
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
11585
 fi
 
11586
-echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
 
11587
-echo "${ECHO_T}$ac_cv_c_const" >&6
 
11588
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
 
11589
+$as_echo "$ac_cv_c_const" >&6; }
 
11590
 if test $ac_cv_c_const = no; then
 
11591
 
 
11592
-cat >>confdefs.h <<\_ACEOF
 
11593
-#define const
 
11594
-_ACEOF
 
11595
+$as_echo "#define const /**/" >>confdefs.h
 
11596
 
 
11597
 fi
 
11598
 
 
11599
-
 
11600
-echo "$as_me:$LINENO: checking return type of signal handlers" >&5
 
11601
-echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
 
11602
-if test "${ac_cv_type_signal+set}" = set; then
 
11603
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
11604
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
 
11605
+$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
 
11606
+if test "${ac_cv_header_stdbool_h+set}" = set; then :
 
11607
+  $as_echo_n "(cached) " >&6
 
11608
 else
 
11609
-  cat >conftest.$ac_ext <<_ACEOF
 
11610
-#line $LINENO "configure"
 
11611
-/* confdefs.h.  */
 
11612
-_ACEOF
 
11613
-cat confdefs.h >>conftest.$ac_ext
 
11614
-cat >>conftest.$ac_ext <<_ACEOF
 
11615
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
11616
 /* end confdefs.h.  */
 
11617
-#include <sys/types.h>
 
11618
-#include <signal.h>
 
11619
-#ifdef signal
 
11620
-# undef signal
 
11621
+
 
11622
+#include <stdbool.h>
 
11623
+#ifndef bool
 
11624
+ "error: bool is not defined"
 
11625
 #endif
 
11626
-#ifdef __cplusplus
 
11627
-extern "C" void (*signal (int, void (*)(int)))(int);
 
11628
-#else
 
11629
-void (*signal ()) ();
 
11630
+#ifndef false
 
11631
+ "error: false is not defined"
 
11632
+#endif
 
11633
+#if false
 
11634
+ "error: false is not 0"
 
11635
+#endif
 
11636
+#ifndef true
 
11637
+ "error: true is not defined"
 
11638
+#endif
 
11639
+#if true != 1
 
11640
+ "error: true is not 1"
 
11641
+#endif
 
11642
+#ifndef __bool_true_false_are_defined
 
11643
+ "error: __bool_true_false_are_defined is not defined"
 
11644
 #endif
 
11645
 
 
11646
+       struct s { _Bool s: 1; _Bool t; } s;
 
11647
+
 
11648
+       char a[true == 1 ? 1 : -1];
 
11649
+       char b[false == 0 ? 1 : -1];
 
11650
+       char c[__bool_true_false_are_defined == 1 ? 1 : -1];
 
11651
+       char d[(bool) 0.5 == true ? 1 : -1];
 
11652
+       bool e = &s;
 
11653
+       char f[(_Bool) 0.0 == false ? 1 : -1];
 
11654
+       char g[true];
 
11655
+       char h[sizeof (_Bool)];
 
11656
+       char i[sizeof s.t];
 
11657
+       enum { j = false, k = true, l = false * true, m = true * 256 };
 
11658
+       /* The following fails for
 
11659
+          HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
 
11660
+       _Bool n[m];
 
11661
+       char o[sizeof n == m * sizeof n[0] ? 1 : -1];
 
11662
+       char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
 
11663
+#      if defined __xlc__ || defined __GNUC__
 
11664
+        /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0
 
11665
+           reported by James Lemley on 2005-10-05; see
 
11666
+           http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html
 
11667
+           This test is not quite right, since xlc is allowed to
 
11668
+           reject this program, as the initializer for xlcbug is
 
11669
+           not one of the forms that C requires support for.
 
11670
+           However, doing the test right would require a runtime
 
11671
+           test, and that would make cross-compilation harder.
 
11672
+           Let us hope that IBM fixes the xlc bug, and also adds
 
11673
+           support for this kind of constant expression.  In the
 
11674
+           meantime, this test will reject xlc, which is OK, since
 
11675
+           our stdbool.h substitute should suffice.  We also test
 
11676
+           this with GCC, where it should work, to detect more
 
11677
+           quickly whether someone messes up the test in the
 
11678
+           future.  */
 
11679
+        char digs[] = "0123456789";
 
11680
+        int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1);
 
11681
+#      endif
 
11682
+       /* Catch a bug in an HP-UX C compiler.  See
 
11683
+          http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
 
11684
+          http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
 
11685
+        */
 
11686
+       _Bool q = true;
 
11687
+       _Bool *pq = &q;
 
11688
+
 
11689
 int
 
11690
 main ()
 
11691
 {
 
11692
-int i;
 
11693
+
 
11694
+       *pq |= q;
 
11695
+       *pq |= ! q;
 
11696
+       /* Refer to every declared value, to avoid compiler optimizations.  */
 
11697
+       return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
 
11698
+               + !m + !n + !o + !p + !q + !pq);
 
11699
+
 
11700
   ;
 
11701
   return 0;
 
11702
 }
 
11703
 _ACEOF
 
11704
-rm -f conftest.$ac_objext
 
11705
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
11706
-  (eval $ac_compile) 2>&5
 
11707
-  ac_status=$?
 
11708
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11709
-  (exit $ac_status); } &&
 
11710
-         { ac_try='test -s conftest.$ac_objext'
 
11711
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
11712
-  (eval $ac_try) 2>&5
 
11713
-  ac_status=$?
 
11714
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11715
-  (exit $ac_status); }; }; then
 
11716
-  ac_cv_type_signal=void
 
11717
+if ac_fn_c_try_compile "$LINENO"; then :
 
11718
+  ac_cv_header_stdbool_h=yes
 
11719
 else
 
11720
-  echo "$as_me: failed program was:" >&5
 
11721
-sed 's/^/| /' conftest.$ac_ext >&5
 
11722
+  ac_cv_header_stdbool_h=no
 
11723
+fi
 
11724
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
11725
+fi
 
11726
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
 
11727
+$as_echo "$ac_cv_header_stdbool_h" >&6; }
 
11728
+ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
 
11729
+if test "x$ac_cv_type__Bool" = x""yes; then :
 
11730
+
 
11731
+cat >>confdefs.h <<_ACEOF
 
11732
+#define HAVE__BOOL 1
 
11733
+_ACEOF
 
11734
+
 
11735
 
 
11736
-ac_cv_type_signal=int
 
11737
 fi
 
11738
-rm -f conftest.$ac_objext conftest.$ac_ext
 
11739
+
 
11740
+if test $ac_cv_header_stdbool_h = yes; then
 
11741
+
 
11742
+$as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
 
11743
+
 
11744
 fi
 
11745
-echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
 
11746
-echo "${ECHO_T}$ac_cv_type_signal" >&6
 
11747
+
 
11748
+
 
11749
+ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
 
11750
+if test "x$ac_cv_type_pid_t" = x""yes; then :
 
11751
+
 
11752
+else
 
11753
 
 
11754
 cat >>confdefs.h <<_ACEOF
 
11755
-#define RETSIGTYPE $ac_cv_type_signal
 
11756
+#define pid_t int
 
11757
 _ACEOF
 
11758
 
 
11759
+fi
 
11760
+
 
11761
+for ac_header in vfork.h
 
11762
+do :
 
11763
+  ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
 
11764
+if test "x$ac_cv_header_vfork_h" = x""yes; then :
 
11765
+  cat >>confdefs.h <<_ACEOF
 
11766
+#define HAVE_VFORK_H 1
 
11767
+_ACEOF
 
11768
 
 
11769
+fi
 
11770
 
 
11771
+done
 
11772
 
 
11773
-for ac_func in mkdir strtol
 
11774
-do
 
11775
-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
11776
-echo "$as_me:$LINENO: checking for $ac_func" >&5
 
11777
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 
11778
-if eval "test \"\${$as_ac_var+set}\" = set"; then
 
11779
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
11780
-else
 
11781
-  cat >conftest.$ac_ext <<_ACEOF
 
11782
-#line $LINENO "configure"
 
11783
-/* confdefs.h.  */
 
11784
+for ac_func in fork vfork
 
11785
+do :
 
11786
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
11787
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
 
11788
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
 
11789
+  cat >>confdefs.h <<_ACEOF
 
11790
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
11791
 _ACEOF
 
11792
-cat confdefs.h >>conftest.$ac_ext
 
11793
-cat >>conftest.$ac_ext <<_ACEOF
 
11794
+
 
11795
+fi
 
11796
+done
 
11797
+
 
11798
+if test "x$ac_cv_func_fork" = xyes; then
 
11799
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
 
11800
+$as_echo_n "checking for working fork... " >&6; }
 
11801
+if test "${ac_cv_func_fork_works+set}" = set; then :
 
11802
+  $as_echo_n "(cached) " >&6
 
11803
+else
 
11804
+  if test "$cross_compiling" = yes; then :
 
11805
+  ac_cv_func_fork_works=cross
 
11806
+else
 
11807
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
11808
 /* end confdefs.h.  */
 
11809
-/* System header to define __stub macros and hopefully few prototypes,
 
11810
-    which can conflict with char $ac_func (); below.
 
11811
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
11812
-    <limits.h> exists even on freestanding compilers.  */
 
11813
-#ifdef __STDC__
 
11814
-# include <limits.h>
 
11815
-#else
 
11816
-# include <assert.h>
 
11817
-#endif
 
11818
-/* Override any gcc2 internal prototype to avoid an error.  */
 
11819
-#ifdef __cplusplus
 
11820
-extern "C"
 
11821
+$ac_includes_default
 
11822
+int
 
11823
+main ()
 
11824
 {
 
11825
+
 
11826
+         /* By Ruediger Kuhlmann. */
 
11827
+         return fork () < 0;
 
11828
+
 
11829
+  ;
 
11830
+  return 0;
 
11831
+}
 
11832
+_ACEOF
 
11833
+if ac_fn_c_try_run "$LINENO"; then :
 
11834
+  ac_cv_func_fork_works=yes
 
11835
+else
 
11836
+  ac_cv_func_fork_works=no
 
11837
+fi
 
11838
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
11839
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
11840
+fi
 
11841
+
 
11842
+fi
 
11843
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
 
11844
+$as_echo "$ac_cv_func_fork_works" >&6; }
 
11845
+
 
11846
+else
 
11847
+  ac_cv_func_fork_works=$ac_cv_func_fork
 
11848
+fi
 
11849
+if test "x$ac_cv_func_fork_works" = xcross; then
 
11850
+  case $host in
 
11851
+    *-*-amigaos* | *-*-msdosdjgpp*)
 
11852
+      # Override, as these systems have only a dummy fork() stub
 
11853
+      ac_cv_func_fork_works=no
 
11854
+      ;;
 
11855
+    *)
 
11856
+      ac_cv_func_fork_works=yes
 
11857
+      ;;
 
11858
+  esac
 
11859
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
 
11860
+$as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
 
11861
+fi
 
11862
+ac_cv_func_vfork_works=$ac_cv_func_vfork
 
11863
+if test "x$ac_cv_func_vfork" = xyes; then
 
11864
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
 
11865
+$as_echo_n "checking for working vfork... " >&6; }
 
11866
+if test "${ac_cv_func_vfork_works+set}" = set; then :
 
11867
+  $as_echo_n "(cached) " >&6
 
11868
+else
 
11869
+  if test "$cross_compiling" = yes; then :
 
11870
+  ac_cv_func_vfork_works=cross
 
11871
+else
 
11872
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
11873
+/* end confdefs.h.  */
 
11874
+/* Thanks to Paul Eggert for this test.  */
 
11875
+$ac_includes_default
 
11876
+#include <sys/wait.h>
 
11877
+#ifdef HAVE_VFORK_H
 
11878
+# include <vfork.h>
 
11879
 #endif
 
11880
-/* We use char because int might match the return type of a gcc2
 
11881
-   builtin and then its argument prototype would still apply.  */
 
11882
-char $ac_func ();
 
11883
-/* The GNU C library defines this for functions which it implements
 
11884
-    to always fail with ENOSYS.  Some functions are actually named
 
11885
-    something starting with __ and the normal name is an alias.  */
 
11886
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 
11887
-choke me
 
11888
-#else
 
11889
-char (*f) () = $ac_func;
 
11890
-#endif
 
11891
+/* On some sparc systems, changes by the child to local and incoming
 
11892
+   argument registers are propagated back to the parent.  The compiler
 
11893
+   is told about this with #include <vfork.h>, but some compilers
 
11894
+   (e.g. gcc -O) don't grok <vfork.h>.  Test for this by using a
 
11895
+   static variable whose address is put into a register that is
 
11896
+   clobbered by the vfork.  */
 
11897
+static void
 
11898
 #ifdef __cplusplus
 
11899
+sparc_address_test (int arg)
 
11900
+# else
 
11901
+sparc_address_test (arg) int arg;
 
11902
+#endif
 
11903
+{
 
11904
+  static pid_t child;
 
11905
+  if (!child) {
 
11906
+    child = vfork ();
 
11907
+    if (child < 0) {
 
11908
+      perror ("vfork");
 
11909
+      _exit(2);
 
11910
+    }
 
11911
+    if (!child) {
 
11912
+      arg = getpid();
 
11913
+      write(-1, "", 0);
 
11914
+      _exit (arg);
 
11915
+    }
 
11916
+  }
 
11917
 }
 
11918
+
 
11919
+int
 
11920
+main ()
 
11921
+{
 
11922
+  pid_t parent = getpid ();
 
11923
+  pid_t child;
 
11924
+
 
11925
+  sparc_address_test (0);
 
11926
+
 
11927
+  child = vfork ();
 
11928
+
 
11929
+  if (child == 0) {
 
11930
+    /* Here is another test for sparc vfork register problems.  This
 
11931
+       test uses lots of local variables, at least as many local
 
11932
+       variables as main has allocated so far including compiler
 
11933
+       temporaries.  4 locals are enough for gcc 1.40.3 on a Solaris
 
11934
+       4.1.3 sparc, but we use 8 to be safe.  A buggy compiler should
 
11935
+       reuse the register of parent for one of the local variables,
 
11936
+       since it will think that parent can't possibly be used any more
 
11937
+       in this routine.  Assigning to the local variable will thus
 
11938
+       munge parent in the parent process.  */
 
11939
+    pid_t
 
11940
+      p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
 
11941
+      p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
 
11942
+    /* Convince the compiler that p..p7 are live; otherwise, it might
 
11943
+       use the same hardware register for all 8 local variables.  */
 
11944
+    if (p != p1 || p != p2 || p != p3 || p != p4
 
11945
+       || p != p5 || p != p6 || p != p7)
 
11946
+      _exit(1);
 
11947
+
 
11948
+    /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
 
11949
+       from child file descriptors.  If the child closes a descriptor
 
11950
+       before it execs or exits, this munges the parent's descriptor
 
11951
+       as well.  Test for this by closing stdout in the child.  */
 
11952
+    _exit(close(fileno(stdout)) != 0);
 
11953
+  } else {
 
11954
+    int status;
 
11955
+    struct stat st;
 
11956
+
 
11957
+    while (wait(&status) != child)
 
11958
+      ;
 
11959
+    return (
 
11960
+        /* Was there some problem with vforking?  */
 
11961
+        child < 0
 
11962
+
 
11963
+        /* Did the child fail?  (This shouldn't happen.)  */
 
11964
+        || status
 
11965
+
 
11966
+        /* Did the vfork/compiler bug occur?  */
 
11967
+        || parent != getpid()
 
11968
+
 
11969
+        /* Did the file descriptor bug occur?  */
 
11970
+        || fstat(fileno(stdout), &st) != 0
 
11971
+        );
 
11972
+  }
 
11973
+}
 
11974
+_ACEOF
 
11975
+if ac_fn_c_try_run "$LINENO"; then :
 
11976
+  ac_cv_func_vfork_works=yes
 
11977
+else
 
11978
+  ac_cv_func_vfork_works=no
 
11979
+fi
 
11980
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
11981
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
11982
+fi
 
11983
+
 
11984
+fi
 
11985
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
 
11986
+$as_echo "$ac_cv_func_vfork_works" >&6; }
 
11987
+
 
11988
+fi;
 
11989
+if test "x$ac_cv_func_fork_works" = xcross; then
 
11990
+  ac_cv_func_vfork_works=$ac_cv_func_vfork
 
11991
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
 
11992
+$as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
 
11993
+fi
 
11994
+
 
11995
+if test "x$ac_cv_func_vfork_works" = xyes; then
 
11996
+
 
11997
+$as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
 
11998
+
 
11999
+else
 
12000
+
 
12001
+$as_echo "#define vfork fork" >>confdefs.h
 
12002
+
 
12003
+fi
 
12004
+if test "x$ac_cv_func_fork_works" = xyes; then
 
12005
+
 
12006
+$as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
 
12007
+
 
12008
+fi
 
12009
+
 
12010
+for ac_header in stdlib.h
 
12011
+do :
 
12012
+  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
 
12013
+if test "x$ac_cv_header_stdlib_h" = x""yes; then :
 
12014
+  cat >>confdefs.h <<_ACEOF
 
12015
+#define HAVE_STDLIB_H 1
 
12016
+_ACEOF
 
12017
+
 
12018
+fi
 
12019
+
 
12020
+done
 
12021
+
 
12022
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
 
12023
+$as_echo_n "checking for GNU libc compatible malloc... " >&6; }
 
12024
+if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then :
 
12025
+  $as_echo_n "(cached) " >&6
 
12026
+else
 
12027
+  if test "$cross_compiling" = yes; then :
 
12028
+  ac_cv_func_malloc_0_nonnull=no
 
12029
+else
 
12030
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
12031
+/* end confdefs.h.  */
 
12032
+#if defined STDC_HEADERS || defined HAVE_STDLIB_H
 
12033
+# include <stdlib.h>
 
12034
+#else
 
12035
+char *malloc ();
 
12036
 #endif
 
12037
 
 
12038
 int
 
12039
 main ()
 
12040
 {
 
12041
-return f != $ac_func;
 
12042
+return ! malloc (0);
 
12043
   ;
 
12044
   return 0;
 
12045
 }
 
12046
 _ACEOF
 
12047
-rm -f conftest.$ac_objext conftest$ac_exeext
 
12048
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
12049
-  (eval $ac_link) 2>&5
 
12050
-  ac_status=$?
 
12051
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12052
-  (exit $ac_status); } &&
 
12053
-         { ac_try='test -s conftest$ac_exeext'
 
12054
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
12055
-  (eval $ac_try) 2>&5
 
12056
-  ac_status=$?
 
12057
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12058
-  (exit $ac_status); }; }; then
 
12059
-  eval "$as_ac_var=yes"
 
12060
+if ac_fn_c_try_run "$LINENO"; then :
 
12061
+  ac_cv_func_malloc_0_nonnull=yes
 
12062
 else
 
12063
-  echo "$as_me: failed program was:" >&5
 
12064
-sed 's/^/| /' conftest.$ac_ext >&5
 
12065
+  ac_cv_func_malloc_0_nonnull=no
 
12066
+fi
 
12067
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
12068
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
12069
+fi
 
12070
 
 
12071
-eval "$as_ac_var=no"
 
12072
 fi
 
12073
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
12074
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
 
12075
+$as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
 
12076
+if test $ac_cv_func_malloc_0_nonnull = yes; then :
 
12077
+
 
12078
+$as_echo "#define HAVE_MALLOC 1" >>confdefs.h
 
12079
+
 
12080
+else
 
12081
+  $as_echo "#define HAVE_MALLOC 0" >>confdefs.h
 
12082
+
 
12083
+   case " $LIBOBJS " in
 
12084
+  *" malloc.$ac_objext "* ) ;;
 
12085
+  *) LIBOBJS="$LIBOBJS malloc.$ac_objext"
 
12086
+ ;;
 
12087
+esac
 
12088
+
 
12089
+
 
12090
+$as_echo "#define malloc rpl_malloc" >>confdefs.h
 
12091
+
 
12092
 fi
 
12093
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
 
12094
-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 
12095
-if test `eval echo '${'$as_ac_var'}'` = yes; then
 
12096
+
 
12097
+
 
12098
+for ac_func in getcwd memset mkdir sqrt strcasecmp strncasecmp strpbrk strstr strtol
 
12099
+do :
 
12100
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
12101
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
 
12102
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
 
12103
   cat >>confdefs.h <<_ACEOF
 
12104
-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
12105
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
12106
 _ACEOF
 
12107
 
 
12108
 fi
 
12109
 done
 
12110
 
 
12111
 
 
12112
-                                                  ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile sounds/Makefile pixmaps/Makefile"
 
12113
+ac_config_files="$ac_config_files Makefile doc/Makefile pixmaps/Makefile sounds/Makefile src/Makefile"
 
12114
+
 
12115
 cat >confcache <<\_ACEOF
 
12116
 # This file is a shell script that caches the results of configure
 
12117
 # tests run on this system so they can be shared between configure
 
12118
@@ -4306,39 +5153,59 @@ _ACEOF
 
12119
 
 
12120
 # The following way of writing the cache mishandles newlines in values,
 
12121
 # but we know of no workaround that is simple, portable, and efficient.
 
12122
-# So, don't put newlines in cache variables' values.
 
12123
+# So, we kill variables containing newlines.
 
12124
 # Ultrix sh set writes to stderr and can't be redirected directly,
 
12125
 # and sets the high bit in the cache file unless we assign to the vars.
 
12126
-{
 
12127
+(
 
12128
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
 
12129
+    eval ac_val=\$$ac_var
 
12130
+    case $ac_val in #(
 
12131
+    *${as_nl}*)
 
12132
+      case $ac_var in #(
 
12133
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
 
12134
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
 
12135
+      esac
 
12136
+      case $ac_var in #(
 
12137
+      _ | IFS | as_nl) ;; #(
 
12138
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
 
12139
+      *) { eval $ac_var=; unset $ac_var;} ;;
 
12140
+      esac ;;
 
12141
+    esac
 
12142
+  done
 
12143
+
 
12144
   (set) 2>&1 |
 
12145
-    case `(ac_space=' '; set | grep ac_space) 2>&1` in
 
12146
-    *ac_space=\ *)
 
12147
-      # `set' does not quote correctly, so add quotes (double-quote
 
12148
-      # substitution turns \\\\ into \\, and sed turns \\ into \).
 
12149
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
 
12150
+    *${as_nl}ac_space=\ *)
 
12151
+      # `set' does not quote correctly, so add quotes: double-quote
 
12152
+      # substitution turns \\\\ into \\, and sed turns \\ into \.
 
12153
       sed -n \
 
12154
-        "s/'/'\\\\''/g;
 
12155
-         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 
12156
-      ;;
 
12157
+       "s/'/'\\\\''/g;
 
12158
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 
12159
+      ;; #(
 
12160
     *)
 
12161
       # `set' quotes correctly as required by POSIX, so do not add quotes.
 
12162
-      sed -n \
 
12163
-        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 
12164
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 
12165
       ;;
 
12166
-    esac;
 
12167
-} |
 
12168
+    esac |
 
12169
+    sort
 
12170
+) |
 
12171
   sed '
 
12172
+     /^ac_cv_env_/b end
 
12173
      t clear
 
12174
-     : clear
 
12175
+     :clear
 
12176
      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
 
12177
      t end
 
12178
-     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 
12179
-     : end' >>confcache
 
12180
-if diff $cache_file confcache >/dev/null 2>&1; then :; else
 
12181
-  if test -w $cache_file; then
 
12182
-    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
 
12183
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 
12184
+     :end' >>confcache
 
12185
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 
12186
+  if test -w "$cache_file"; then
 
12187
+    test "x$cache_file" != "x/dev/null" &&
 
12188
+      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
 
12189
+$as_echo "$as_me: updating cache $cache_file" >&6;}
 
12190
     cat confcache >$cache_file
 
12191
   else
 
12192
-    echo "not updating unwritable cache $cache_file"
 
12193
+    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
 
12194
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 
12195
   fi
 
12196
 fi
 
12197
 rm -f confcache
 
12198
@@ -4347,59 +5214,54 @@ test "x$prefix" = xNONE && prefix=$ac_de
 
12199
 # Let make expand exec_prefix.
 
12200
 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 
12201
 
 
12202
-# VPATH may cause trouble with some makes, so we remove $(srcdir),
 
12203
-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 
12204
-# trailing colons and then remove the whole line if VPATH becomes empty
 
12205
-# (actually we leave an empty line to preserve line numbers).
 
12206
-if test "x$srcdir" = x.; then
 
12207
-  ac_vpsub='/^[        ]*VPATH[        ]*=/{
 
12208
-s/:*\$(srcdir):*/:/;
 
12209
-s/:*\${srcdir}:*/:/;
 
12210
-s/:*@srcdir@:*/:/;
 
12211
-s/^\([^=]*=[   ]*\):*/\1/;
 
12212
-s/:*$//;
 
12213
-s/^[^=]*=[     ]*$//;
 
12214
-}'
 
12215
-fi
 
12216
-
 
12217
 DEFS=-DHAVE_CONFIG_H
 
12218
 
 
12219
 ac_libobjs=
 
12220
 ac_ltlibobjs=
 
12221
+U=
 
12222
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 
12223
   # 1. Remove the extension, and $U if already installed.
 
12224
-  ac_i=`echo "$ac_i" |
 
12225
-         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
 
12226
-  # 2. Add them.
 
12227
-  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
 
12228
-  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
 
12229
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 
12230
+  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
 
12231
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 
12232
+  #    will be set to the directory where LIBOBJS objects are built.
 
12233
+  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 
12234
+  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
 
12235
 done
 
12236
 LIBOBJS=$ac_libobjs
 
12237
 
 
12238
 LTLIBOBJS=$ac_ltlibobjs
 
12239
 
 
12240
 
 
12241
+ if test -n "$EXEEXT"; then
 
12242
+  am__EXEEXT_TRUE=
 
12243
+  am__EXEEXT_FALSE='#'
 
12244
+else
 
12245
+  am__EXEEXT_TRUE='#'
 
12246
+  am__EXEEXT_FALSE=
 
12247
+fi
 
12248
+
 
12249
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
 
12250
-  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
 
12251
-Usually this means the macro was only invoked conditionally." >&5
 
12252
-echo "$as_me: error: conditional \"AMDEP\" was never defined.
 
12253
-Usually this means the macro was only invoked conditionally." >&2;}
 
12254
-   { (exit 1); exit 1; }; }
 
12255
+  as_fn_error $? "conditional \"AMDEP\" was never defined.
 
12256
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
12257
+fi
 
12258
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 
12259
+  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
 
12260
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
12261
 fi
 
12262
 if test -z "${WITH_GNOME_TRUE}" && test -z "${WITH_GNOME_FALSE}"; then
 
12263
-  { { echo "$as_me:$LINENO: error: conditional \"WITH_GNOME\" was never defined.
 
12264
-Usually this means the macro was only invoked conditionally." >&5
 
12265
-echo "$as_me: error: conditional \"WITH_GNOME\" was never defined.
 
12266
-Usually this means the macro was only invoked conditionally." >&2;}
 
12267
-   { (exit 1); exit 1; }; }
 
12268
+  as_fn_error $? "conditional \"WITH_GNOME\" was never defined.
 
12269
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
12270
 fi
 
12271
 
 
12272
 : ${CONFIG_STATUS=./config.status}
 
12273
+ac_write_fail=0
 
12274
 ac_clean_files_save=$ac_clean_files
 
12275
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 
12276
-{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
 
12277
-echo "$as_me: creating $CONFIG_STATUS" >&6;}
 
12278
-cat >$CONFIG_STATUS <<_ACEOF
 
12279
+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
 
12280
+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
 
12281
+as_write_fail=0
 
12282
+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
 
12283
 #! $SHELL
 
12284
 # Generated by $as_me.
 
12285
 # Run this file to recreate the current configuration.
 
12286
@@ -4409,80 +5271,252 @@ cat >$CONFIG_STATUS <<_ACEOF
 
12287
 debug=false
 
12288
 ac_cs_recheck=false
 
12289
 ac_cs_silent=false
 
12290
-SHELL=\${CONFIG_SHELL-$SHELL}
 
12291
-_ACEOF
 
12292
 
 
12293
-cat >>$CONFIG_STATUS <<\_ACEOF
 
12294
-## --------------------- ##
 
12295
-## M4sh Initialization.  ##
 
12296
-## --------------------- ##
 
12297
-
 
12298
-# Be Bourne compatible
 
12299
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
12300
+SHELL=\${CONFIG_SHELL-$SHELL}
 
12301
+export SHELL
 
12302
+_ASEOF
 
12303
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
 
12304
+## -------------------- ##
 
12305
+## M4sh Initialization. ##
 
12306
+## -------------------- ##
 
12307
+
 
12308
+# Be more Bourne compatible
 
12309
+DUALCASE=1; export DUALCASE # for MKS sh
 
12310
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
 
12311
   emulate sh
 
12312
   NULLCMD=:
 
12313
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
12314
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
12315
   # is contrary to our usage.  Disable this feature.
 
12316
   alias -g '${1+"$@"}'='"$@"'
 
12317
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
 
12318
-  set -o posix
 
12319
+  setopt NO_GLOB_SUBST
 
12320
+else
 
12321
+  case `(set -o) 2>/dev/null` in #(
 
12322
+  *posix*) :
 
12323
+    set -o posix ;; #(
 
12324
+  *) :
 
12325
+     ;;
 
12326
+esac
 
12327
 fi
 
12328
 
 
12329
-# Support unset when possible.
 
12330
-if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
 
12331
-  as_unset=unset
 
12332
-else
 
12333
-  as_unset=false
 
12334
+
 
12335
+as_nl='
 
12336
+'
 
12337
+export as_nl
 
12338
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
 
12339
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
12340
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 
12341
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 
12342
+# Prefer a ksh shell builtin over an external printf program on Solaris,
 
12343
+# but without wasting forks for bash or zsh.
 
12344
+if test -z "$BASH_VERSION$ZSH_VERSION" \
 
12345
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
 
12346
+  as_echo='print -r --'
 
12347
+  as_echo_n='print -rn --'
 
12348
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
12349
+  as_echo='printf %s\n'
 
12350
+  as_echo_n='printf %s'
 
12351
+else
 
12352
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
 
12353
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
 
12354
+    as_echo_n='/usr/ucb/echo -n'
 
12355
+  else
 
12356
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 
12357
+    as_echo_n_body='eval
 
12358
+      arg=$1;
 
12359
+      case $arg in #(
 
12360
+      *"$as_nl"*)
 
12361
+       expr "X$arg" : "X\\(.*\\)$as_nl";
 
12362
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 
12363
+      esac;
 
12364
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
 
12365
+    '
 
12366
+    export as_echo_n_body
 
12367
+    as_echo_n='sh -c $as_echo_n_body as_echo'
 
12368
+  fi
 
12369
+  export as_echo_body
 
12370
+  as_echo='sh -c $as_echo_body as_echo'
 
12371
+fi
 
12372
+
 
12373
+# The user is always right.
 
12374
+if test "${PATH_SEPARATOR+set}" != set; then
 
12375
+  PATH_SEPARATOR=:
 
12376
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
 
12377
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
 
12378
+      PATH_SEPARATOR=';'
 
12379
+  }
 
12380
 fi
 
12381
 
 
12382
 
 
12383
-# Work around bugs in pre-3.0 UWIN ksh.
 
12384
-$as_unset ENV MAIL MAILPATH
 
12385
+# IFS
 
12386
+# We need space, tab and new line, in precisely that order.  Quoting is
 
12387
+# there to prevent editors from complaining about space-tab.
 
12388
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
12389
+# splitting by setting IFS to empty value.)
 
12390
+IFS=" ""       $as_nl"
 
12391
+
 
12392
+# Find who we are.  Look in the path if we contain no directory separator.
 
12393
+case $0 in #((
 
12394
+  *[\\/]* ) as_myself=$0 ;;
 
12395
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
12396
+for as_dir in $PATH
 
12397
+do
 
12398
+  IFS=$as_save_IFS
 
12399
+  test -z "$as_dir" && as_dir=.
 
12400
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
12401
+  done
 
12402
+IFS=$as_save_IFS
 
12403
+
 
12404
+     ;;
 
12405
+esac
 
12406
+# We did not find ourselves, most probably we were run as `sh COMMAND'
 
12407
+# in which case we are not to be found in the path.
 
12408
+if test "x$as_myself" = x; then
 
12409
+  as_myself=$0
 
12410
+fi
 
12411
+if test ! -f "$as_myself"; then
 
12412
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
12413
+  exit 1
 
12414
+fi
 
12415
+
 
12416
+# Unset variables that we do not need and which cause bugs (e.g. in
 
12417
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
 
12418
+# suppresses any "Segmentation fault" message there.  '((' could
 
12419
+# trigger a bug in pdksh 5.2.14.
 
12420
+for as_var in BASH_ENV ENV MAIL MAILPATH
 
12421
+do eval test x\${$as_var+set} = xset \
 
12422
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
 
12423
+done
 
12424
 PS1='$ '
 
12425
 PS2='> '
 
12426
 PS4='+ '
 
12427
 
 
12428
 # NLS nuisances.
 
12429
-for as_var in \
 
12430
-  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
12431
-  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
12432
-  LC_TELEPHONE LC_TIME
 
12433
-do
 
12434
-  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
12435
-    eval $as_var=C; export $as_var
 
12436
-  else
 
12437
-    $as_unset $as_var
 
12438
-  fi
 
12439
-done
 
12440
+LC_ALL=C
 
12441
+export LC_ALL
 
12442
+LANGUAGE=C
 
12443
+export LANGUAGE
 
12444
+
 
12445
+# CDPATH.
 
12446
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
12447
+
 
12448
+
 
12449
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
 
12450
+# ----------------------------------------
 
12451
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 
12452
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 
12453
+# script with STATUS, using 1 if that was 0.
 
12454
+as_fn_error ()
 
12455
+{
 
12456
+  as_status=$1; test $as_status -eq 0 && as_status=1
 
12457
+  if test "$4"; then
 
12458
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
12459
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
 
12460
+  fi
 
12461
+  $as_echo "$as_me: error: $2" >&2
 
12462
+  as_fn_exit $as_status
 
12463
+} # as_fn_error
 
12464
+
 
12465
+
 
12466
+# as_fn_set_status STATUS
 
12467
+# -----------------------
 
12468
+# Set $? to STATUS, without forking.
 
12469
+as_fn_set_status ()
 
12470
+{
 
12471
+  return $1
 
12472
+} # as_fn_set_status
 
12473
+
 
12474
+# as_fn_exit STATUS
 
12475
+# -----------------
 
12476
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
 
12477
+as_fn_exit ()
 
12478
+{
 
12479
+  set +e
 
12480
+  as_fn_set_status $1
 
12481
+  exit $1
 
12482
+} # as_fn_exit
 
12483
+
 
12484
+# as_fn_unset VAR
 
12485
+# ---------------
 
12486
+# Portably unset VAR.
 
12487
+as_fn_unset ()
 
12488
+{
 
12489
+  { eval $1=; unset $1;}
 
12490
+}
 
12491
+as_unset=as_fn_unset
 
12492
+# as_fn_append VAR VALUE
 
12493
+# ----------------------
 
12494
+# Append the text in VALUE to the end of the definition contained in VAR. Take
 
12495
+# advantage of any shell optimizations that allow amortized linear growth over
 
12496
+# repeated appends, instead of the typical quadratic growth present in naive
 
12497
+# implementations.
 
12498
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
 
12499
+  eval 'as_fn_append ()
 
12500
+  {
 
12501
+    eval $1+=\$2
 
12502
+  }'
 
12503
+else
 
12504
+  as_fn_append ()
 
12505
+  {
 
12506
+    eval $1=\$$1\$2
 
12507
+  }
 
12508
+fi # as_fn_append
 
12509
+
 
12510
+# as_fn_arith ARG...
 
12511
+# ------------------
 
12512
+# Perform arithmetic evaluation on the ARGs, and store the result in the
 
12513
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
 
12514
+# must be portable across $(()) and expr.
 
12515
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
 
12516
+  eval 'as_fn_arith ()
 
12517
+  {
 
12518
+    as_val=$(( $* ))
 
12519
+  }'
 
12520
+else
 
12521
+  as_fn_arith ()
 
12522
+  {
 
12523
+    as_val=`expr "$@" || test $? -eq 1`
 
12524
+  }
 
12525
+fi # as_fn_arith
 
12526
 
 
12527
-# Required to use basename.
 
12528
-if expr a : '\(a\)' >/dev/null 2>&1; then
 
12529
+
 
12530
+if expr a : '\(a\)' >/dev/null 2>&1 &&
 
12531
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
12532
   as_expr=expr
 
12533
 else
 
12534
   as_expr=false
 
12535
 fi
 
12536
 
 
12537
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
 
12538
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
12539
   as_basename=basename
 
12540
 else
 
12541
   as_basename=false
 
12542
 fi
 
12543
 
 
12544
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
12545
+  as_dirname=dirname
 
12546
+else
 
12547
+  as_dirname=false
 
12548
+fi
 
12549
 
 
12550
-# Name of the executable.
 
12551
-as_me=`$as_basename "$0" ||
 
12552
+as_me=`$as_basename -- "$0" ||
 
12553
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
12554
         X"$0" : 'X\(//\)$' \| \
 
12555
-        X"$0" : 'X\(/\)$' \| \
 
12556
-        .     : '\(.\)' 2>/dev/null ||
 
12557
-echo X/"$0" |
 
12558
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
 
12559
-         /^X\/\(\/\/\)$/{ s//\1/; q; }
 
12560
-         /^X\/\(\/\).*/{ s//\1/; q; }
 
12561
-         s/.*/./; q'`
 
12562
-
 
12563
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
12564
+$as_echo X/"$0" |
 
12565
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
12566
+           s//\1/
 
12567
+           q
 
12568
+         }
 
12569
+         /^X\/\(\/\/\)$/{
 
12570
+           s//\1/
 
12571
+           q
 
12572
+         }
 
12573
+         /^X\/\(\/\).*/{
 
12574
+           s//\1/
 
12575
+           q
 
12576
+         }
 
12577
+         s/.*/./; q'`
 
12578
 
 
12579
-# PATH needs CR, and LINENO needs CR and PATH.
 
12580
 # Avoid depending upon Character Ranges.
 
12581
 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
12582
 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
12583
@@ -4490,180 +5524,145 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTE
 
12584
 as_cr_digits='0123456789'
 
12585
 as_cr_alnum=$as_cr_Letters$as_cr_digits
 
12586
 
 
12587
-# The user is always right.
 
12588
-if test "${PATH_SEPARATOR+set}" != set; then
 
12589
-  echo "#! /bin/sh" >conf$$.sh
 
12590
-  echo  "exit 0"   >>conf$$.sh
 
12591
-  chmod +x conf$$.sh
 
12592
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
12593
-    PATH_SEPARATOR=';'
 
12594
-  else
 
12595
-    PATH_SEPARATOR=:
 
12596
-  fi
 
12597
-  rm -f conf$$.sh
 
12598
-fi
 
12599
-
 
12600
-
 
12601
-  as_lineno_1=$LINENO
 
12602
-  as_lineno_2=$LINENO
 
12603
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 
12604
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
12605
-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
 
12606
-  # Find who we are.  Look in the path if we contain no path at all
 
12607
-  # relative or not.
 
12608
-  case $0 in
 
12609
-    *[\\/]* ) as_myself=$0 ;;
 
12610
-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
12611
-for as_dir in $PATH
 
12612
-do
 
12613
-  IFS=$as_save_IFS
 
12614
-  test -z "$as_dir" && as_dir=.
 
12615
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
12616
-done
 
12617
-
 
12618
-       ;;
 
12619
-  esac
 
12620
-  # We did not find ourselves, most probably we were run as `sh COMMAND'
 
12621
-  # in which case we are not to be found in the path.
 
12622
-  if test "x$as_myself" = x; then
 
12623
-    as_myself=$0
 
12624
-  fi
 
12625
-  if test ! -f "$as_myself"; then
 
12626
-    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
 
12627
-echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
 
12628
-   { (exit 1); exit 1; }; }
 
12629
-  fi
 
12630
-  case $CONFIG_SHELL in
 
12631
-  '')
 
12632
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
12633
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 
12634
-do
 
12635
-  IFS=$as_save_IFS
 
12636
-  test -z "$as_dir" && as_dir=.
 
12637
-  for as_base in sh bash ksh sh5; do
 
12638
-        case $as_dir in
 
12639
-        /*)
 
12640
-          if ("$as_dir/$as_base" -c '
 
12641
-  as_lineno_1=$LINENO
 
12642
-  as_lineno_2=$LINENO
 
12643
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 
12644
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
12645
-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
 
12646
-            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
 
12647
-            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
 
12648
-            CONFIG_SHELL=$as_dir/$as_base
 
12649
-            export CONFIG_SHELL
 
12650
-            exec "$CONFIG_SHELL" "$0" ${1+"$@"}
 
12651
-          fi;;
 
12652
-        esac
 
12653
-       done
 
12654
-done
 
12655
-;;
 
12656
-  esac
 
12657
-
 
12658
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 
12659
-  # uniformly replaced by the line number.  The first 'sed' inserts a
 
12660
-  # line-number line before each line; the second 'sed' does the real
 
12661
-  # work.  The second script uses 'N' to pair each line-number line
 
12662
-  # with the numbered line, and appends trailing '-' during
 
12663
-  # substitution so that $LINENO is not a special case at line end.
 
12664
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 
12665
-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
 
12666
-  sed '=' <$as_myself |
 
12667
-    sed '
 
12668
-      N
 
12669
-      s,$,-,
 
12670
-      : loop
 
12671
-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
 
12672
-      t loop
 
12673
-      s,-$,,
 
12674
-      s,^['$as_cr_digits']*\n,,
 
12675
-    ' >$as_me.lineno &&
 
12676
-  chmod +x $as_me.lineno ||
 
12677
-    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
 
12678
-echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
 
12679
-   { (exit 1); exit 1; }; }
 
12680
-
 
12681
-  # Don't try to exec as it changes $[0], causing all sort of problems
 
12682
-  # (the dirname of $[0] is not the place where we might find the
 
12683
-  # original and so on.  Autoconf is especially sensible to this).
 
12684
-  . ./$as_me.lineno
 
12685
-  # Exit status is that of the last command.
 
12686
-  exit
 
12687
-}
 
12688
-
 
12689
-
 
12690
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
 
12691
-  *c*,-n*) ECHO_N= ECHO_C='
 
12692
-' ECHO_T='     ' ;;
 
12693
-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
 
12694
-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
 
12695
+ECHO_C= ECHO_N= ECHO_T=
 
12696
+case `echo -n x` in #(((((
 
12697
+-n*)
 
12698
+  case `echo 'xy\c'` in
 
12699
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
 
12700
+  xy)  ECHO_C='\c';;
 
12701
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
 
12702
+       ECHO_T='        ';;
 
12703
+  esac;;
 
12704
+*)
 
12705
+  ECHO_N='-n';;
 
12706
 esac
 
12707
 
 
12708
-if expr a : '\(a\)' >/dev/null 2>&1; then
 
12709
-  as_expr=expr
 
12710
+rm -f conf$$ conf$$.exe conf$$.file
 
12711
+if test -d conf$$.dir; then
 
12712
+  rm -f conf$$.dir/conf$$.file
 
12713
 else
 
12714
-  as_expr=false
 
12715
+  rm -f conf$$.dir
 
12716
+  mkdir conf$$.dir 2>/dev/null
 
12717
 fi
 
12718
-
 
12719
-rm -f conf$$ conf$$.exe conf$$.file
 
12720
-echo >conf$$.file
 
12721
-if ln -s conf$$.file conf$$ 2>/dev/null; then
 
12722
-  # We could just check for DJGPP; but this test a) works b) is more generic
 
12723
-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
 
12724
-  if test -f conf$$.exe; then
 
12725
-    # Don't use ln at all; we don't have any links
 
12726
-    as_ln_s='cp -p'
 
12727
-  else
 
12728
+if (echo >conf$$.file) 2>/dev/null; then
 
12729
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
 
12730
     as_ln_s='ln -s'
 
12731
+    # ... but there are two gotchas:
 
12732
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
12733
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
12734
+    # In both cases, we have to default to `cp -p'.
 
12735
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
12736
+      as_ln_s='cp -p'
 
12737
+  elif ln conf$$.file conf$$ 2>/dev/null; then
 
12738
+    as_ln_s=ln
 
12739
+  else
 
12740
+    as_ln_s='cp -p'
 
12741
   fi
 
12742
-elif ln conf$$.file conf$$ 2>/dev/null; then
 
12743
-  as_ln_s=ln
 
12744
 else
 
12745
   as_ln_s='cp -p'
 
12746
 fi
 
12747
-rm -f conf$$ conf$$.exe conf$$.file
 
12748
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
12749
+rmdir conf$$.dir 2>/dev/null
 
12750
+
 
12751
+
 
12752
+# as_fn_mkdir_p
 
12753
+# -------------
 
12754
+# Create "$as_dir" as a directory, including parents if necessary.
 
12755
+as_fn_mkdir_p ()
 
12756
+{
 
12757
+
 
12758
+  case $as_dir in #(
 
12759
+  -*) as_dir=./$as_dir;;
 
12760
+  esac
 
12761
+  test -d "$as_dir" || eval $as_mkdir_p || {
 
12762
+    as_dirs=
 
12763
+    while :; do
 
12764
+      case $as_dir in #(
 
12765
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
12766
+      *) as_qdir=$as_dir;;
 
12767
+      esac
 
12768
+      as_dirs="'$as_qdir' $as_dirs"
 
12769
+      as_dir=`$as_dirname -- "$as_dir" ||
 
12770
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
12771
+        X"$as_dir" : 'X\(//\)[^/]' \| \
 
12772
+        X"$as_dir" : 'X\(//\)$' \| \
 
12773
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
12774
+$as_echo X"$as_dir" |
 
12775
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
12776
+           s//\1/
 
12777
+           q
 
12778
+         }
 
12779
+         /^X\(\/\/\)[^/].*/{
 
12780
+           s//\1/
 
12781
+           q
 
12782
+         }
 
12783
+         /^X\(\/\/\)$/{
 
12784
+           s//\1/
 
12785
+           q
 
12786
+         }
 
12787
+         /^X\(\/\).*/{
 
12788
+           s//\1/
 
12789
+           q
 
12790
+         }
 
12791
+         s/.*/./; q'`
 
12792
+      test -d "$as_dir" && break
 
12793
+    done
 
12794
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
12795
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
 
12796
 
 
12797
+
 
12798
+} # as_fn_mkdir_p
 
12799
 if mkdir -p . 2>/dev/null; then
 
12800
-  as_mkdir_p=:
 
12801
+  as_mkdir_p='mkdir -p "$as_dir"'
 
12802
 else
 
12803
+  test -d ./-p && rmdir ./-p
 
12804
   as_mkdir_p=false
 
12805
 fi
 
12806
 
 
12807
-as_executable_p="test -f"
 
12808
+if test -x / >/dev/null 2>&1; then
 
12809
+  as_test_x='test -x'
 
12810
+else
 
12811
+  if ls -dL / >/dev/null 2>&1; then
 
12812
+    as_ls_L_option=L
 
12813
+  else
 
12814
+    as_ls_L_option=
 
12815
+  fi
 
12816
+  as_test_x='
 
12817
+    eval sh -c '\''
 
12818
+      if test -d "$1"; then
 
12819
+       test -d "$1/.";
 
12820
+      else
 
12821
+       case $1 in #(
 
12822
+       -*)set "./$1";;
 
12823
+       esac;
 
12824
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
 
12825
+       ???[sx]*):;;*)false;;esac;fi
 
12826
+    '\'' sh
 
12827
+  '
 
12828
+fi
 
12829
+as_executable_p=$as_test_x
 
12830
 
 
12831
 # Sed expression to map a string onto a valid CPP name.
 
12832
-as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
 
12833
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
12834
 
 
12835
 # Sed expression to map a string onto a valid variable name.
 
12836
-as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
 
12837
-
 
12838
-
 
12839
-# IFS
 
12840
-# We need space, tab and new line, in precisely that order.
 
12841
-as_nl='
 
12842
-'
 
12843
-IFS="  $as_nl"
 
12844
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
12845
 
 
12846
-# CDPATH.
 
12847
-$as_unset CDPATH
 
12848
 
 
12849
 exec 6>&1
 
12850
+## ----------------------------------- ##
 
12851
+## Main body of $CONFIG_STATUS script. ##
 
12852
+## ----------------------------------- ##
 
12853
+_ASEOF
 
12854
+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
 
12855
 
 
12856
-# Open the log real soon, to keep \$[0] and so on meaningful, and to
 
12857
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
12858
+# Save the log message, to keep $0 and so on meaningful, and to
 
12859
 # report actual input values of CONFIG_FILES etc. instead of their
 
12860
-# values after options handling.  Logging --version etc. is OK.
 
12861
-exec 5>>config.log
 
12862
-{
 
12863
-  echo
 
12864
-  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
12865
-## Running $as_me. ##
 
12866
-_ASBOX
 
12867
-} >&5
 
12868
-cat >&5 <<_CSEOF
 
12869
-
 
12870
-This file was extended by $as_me, which was
 
12871
-generated by GNU Autoconf 2.57.  Invocation command line was
 
12872
+# values after options handling.
 
12873
+ac_log="
 
12874
+This file was extended by gtkboard $as_me 0.11pre0, which was
 
12875
+generated by GNU Autoconf 2.67.  Invocation command line was
 
12876
 
 
12877
   CONFIG_FILES    = $CONFIG_FILES
 
12878
   CONFIG_HEADERS  = $CONFIG_HEADERS
 
12879
@@ -4671,44 +5670,46 @@ generated by GNU Autoconf 2.57.  Invocat
 
12880
   CONFIG_COMMANDS = $CONFIG_COMMANDS
 
12881
   $ $0 $@
 
12882
 
 
12883
-_CSEOF
 
12884
-echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
 
12885
-echo >&5
 
12886
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
 
12887
+"
 
12888
+
 
12889
 _ACEOF
 
12890
 
 
12891
-# Files that config.status was made for.
 
12892
-if test -n "$ac_config_files"; then
 
12893
-  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
 
12894
-fi
 
12895
+case $ac_config_files in *"
 
12896
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
 
12897
+esac
 
12898
 
 
12899
-if test -n "$ac_config_headers"; then
 
12900
-  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
 
12901
-fi
 
12902
+case $ac_config_headers in *"
 
12903
+"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
 
12904
+esac
 
12905
 
 
12906
-if test -n "$ac_config_links"; then
 
12907
-  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
 
12908
-fi
 
12909
 
 
12910
-if test -n "$ac_config_commands"; then
 
12911
-  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
 
12912
-fi
 
12913
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
12914
+# Files that config.status was made for.
 
12915
+config_files="$ac_config_files"
 
12916
+config_headers="$ac_config_headers"
 
12917
+config_commands="$ac_config_commands"
 
12918
 
 
12919
-cat >>$CONFIG_STATUS <<\_ACEOF
 
12920
+_ACEOF
 
12921
 
 
12922
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
12923
 ac_cs_usage="\
 
12924
-\`$as_me' instantiates files from templates according to the
 
12925
-current configuration.
 
12926
+\`$as_me' instantiates files and other configuration actions
 
12927
+from templates according to the current configuration.  Unless the files
 
12928
+and actions are specified as TAGs, all are instantiated by default.
 
12929
 
 
12930
-Usage: $0 [OPTIONS] [FILE]...
 
12931
+Usage: $0 [OPTION]... [TAG]...
 
12932
 
 
12933
   -h, --help       print this help, then exit
 
12934
-  -V, --version    print version number, then exit
 
12935
-  -q, --quiet      do not print progress messages
 
12936
+  -V, --version    print version number and configuration settings, then exit
 
12937
+      --config     print configuration, then exit
 
12938
+  -q, --quiet, --silent
 
12939
+                   do not print progress messages
 
12940
   -d, --debug      don't remove temporary files
 
12941
       --recheck    update $as_me by reconfiguring in the same conditions
 
12942
-  --file=FILE[:TEMPLATE]
 
12943
+      --file=FILE[:TEMPLATE]
 
12944
                    instantiate the configuration file FILE
 
12945
-  --header=FILE[:TEMPLATE]
 
12946
+      --header=FILE[:TEMPLATE]
 
12947
                    instantiate the configuration header FILE
 
12948
 
 
12949
 Configuration files:
 
12950
@@ -4720,85 +5721,92 @@ $config_headers
 
12951
 Configuration commands:
 
12952
 $config_commands
 
12953
 
 
12954
-Report bugs to <bug-autoconf@gnu.org>."
 
12955
-_ACEOF
 
12956
+Report bugs to the package provider."
 
12957
 
 
12958
-cat >>$CONFIG_STATUS <<_ACEOF
 
12959
+_ACEOF
 
12960
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
12961
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 
12962
 ac_cs_version="\\
 
12963
-config.status
 
12964
-configured by $0, generated by GNU Autoconf 2.57,
 
12965
-  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
12966
+gtkboard config.status 0.11pre0
 
12967
+configured by $0, generated by GNU Autoconf 2.67,
 
12968
+  with options \\"\$ac_cs_config\\"
 
12969
 
 
12970
-Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
 
12971
-Free Software Foundation, Inc.
 
12972
+Copyright (C) 2010 Free Software Foundation, Inc.
 
12973
 This config.status script is free software; the Free Software Foundation
 
12974
 gives unlimited permission to copy, distribute and modify it."
 
12975
-srcdir=$srcdir
 
12976
-INSTALL="$INSTALL"
 
12977
+
 
12978
+ac_pwd='$ac_pwd'
 
12979
+srcdir='$srcdir'
 
12980
+INSTALL='$INSTALL'
 
12981
+MKDIR_P='$MKDIR_P'
 
12982
+AWK='$AWK'
 
12983
+test -n "\$AWK" || AWK=awk
 
12984
 _ACEOF
 
12985
 
 
12986
-cat >>$CONFIG_STATUS <<\_ACEOF
 
12987
-# If no file are specified by the user, then we need to provide default
 
12988
-# value.  By we need to know if files were specified by the user.
 
12989
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
12990
+# The default lists apply if the user does not specify any file.
 
12991
 ac_need_defaults=:
 
12992
 while test $# != 0
 
12993
 do
 
12994
   case $1 in
 
12995
-  --*=*)
 
12996
-    ac_option=`expr "x$1" : 'x\([^=]*\)='`
 
12997
-    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
 
12998
+  --*=?*)
 
12999
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
13000
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 
13001
+    ac_shift=:
 
13002
+    ;;
 
13003
+  --*=)
 
13004
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
13005
+    ac_optarg=
 
13006
     ac_shift=:
 
13007
     ;;
 
13008
-  -*)
 
13009
+  *)
 
13010
     ac_option=$1
 
13011
     ac_optarg=$2
 
13012
     ac_shift=shift
 
13013
     ;;
 
13014
-  *) # This is not an option, so the user has probably given explicit
 
13015
-     # arguments.
 
13016
-     ac_option=$1
 
13017
-     ac_need_defaults=false;;
 
13018
   esac
 
13019
 
 
13020
   case $ac_option in
 
13021
   # Handling of the options.
 
13022
-_ACEOF
 
13023
-cat >>$CONFIG_STATUS <<\_ACEOF
 
13024
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 
13025
     ac_cs_recheck=: ;;
 
13026
-  --version | --vers* | -V )
 
13027
-    echo "$ac_cs_version"; exit 0 ;;
 
13028
-  --he | --h)
 
13029
-    # Conflict between --help and --header
 
13030
-    { { echo "$as_me:$LINENO: error: ambiguous option: $1
 
13031
-Try \`$0 --help' for more information." >&5
 
13032
-echo "$as_me: error: ambiguous option: $1
 
13033
-Try \`$0 --help' for more information." >&2;}
 
13034
-   { (exit 1); exit 1; }; };;
 
13035
-  --help | --hel | -h )
 
13036
-    echo "$ac_cs_usage"; exit 0 ;;
 
13037
-  --debug | --d* | -d )
 
13038
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 
13039
+    $as_echo "$ac_cs_version"; exit ;;
 
13040
+  --config | --confi | --conf | --con | --co | --c )
 
13041
+    $as_echo "$ac_cs_config"; exit ;;
 
13042
+  --debug | --debu | --deb | --de | --d | -d )
 
13043
     debug=: ;;
 
13044
   --file | --fil | --fi | --f )
 
13045
     $ac_shift
 
13046
-    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
 
13047
+    case $ac_optarg in
 
13048
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
13049
+    '') as_fn_error $? "missing file argument" ;;
 
13050
+    esac
 
13051
+    as_fn_append CONFIG_FILES " '$ac_optarg'"
 
13052
     ac_need_defaults=false;;
 
13053
   --header | --heade | --head | --hea )
 
13054
     $ac_shift
 
13055
-    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
 
13056
+    case $ac_optarg in
 
13057
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
13058
+    esac
 
13059
+    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
 
13060
     ac_need_defaults=false;;
 
13061
+  --he | --h)
 
13062
+    # Conflict between --help and --header
 
13063
+    as_fn_error $? "ambiguous option: \`$1'
 
13064
+Try \`$0 --help' for more information.";;
 
13065
+  --help | --hel | -h )
 
13066
+    $as_echo "$ac_cs_usage"; exit ;;
 
13067
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
13068
   | -silent | --silent | --silen | --sile | --sil | --si | --s)
 
13069
     ac_cs_silent=: ;;
 
13070
 
 
13071
   # This is an error.
 
13072
-  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
 
13073
-Try \`$0 --help' for more information." >&5
 
13074
-echo "$as_me: error: unrecognized option: $1
 
13075
-Try \`$0 --help' for more information." >&2;}
 
13076
-   { (exit 1); exit 1; }; } ;;
 
13077
+  -*) as_fn_error $? "unrecognized option: \`$1'
 
13078
+Try \`$0 --help' for more information." ;;
 
13079
 
 
13080
-  *) ac_config_targets="$ac_config_targets $1" ;;
 
13081
+  *) as_fn_append ac_config_targets " $1"
 
13082
+     ac_need_defaults=false ;;
 
13083
 
 
13084
   esac
 
13085
   shift
 
13086
@@ -4812,43 +5820,55 @@ if $ac_cs_silent; then
 
13087
 fi
 
13088
 
 
13089
 _ACEOF
 
13090
-cat >>$CONFIG_STATUS <<_ACEOF
 
13091
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
13092
 if \$ac_cs_recheck; then
 
13093
-  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 
13094
-  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 
13095
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 
13096
+  shift
 
13097
+  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
 
13098
+  CONFIG_SHELL='$SHELL'
 
13099
+  export CONFIG_SHELL
 
13100
+  exec "\$@"
 
13101
 fi
 
13102
 
 
13103
 _ACEOF
 
13104
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
13105
+exec 5>>config.log
 
13106
+{
 
13107
+  echo
 
13108
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
13109
+## Running $as_me. ##
 
13110
+_ASBOX
 
13111
+  $as_echo "$ac_log"
 
13112
+} >&5
 
13113
 
 
13114
-cat >>$CONFIG_STATUS <<_ACEOF
 
13115
+_ACEOF
 
13116
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
13117
 #
 
13118
-# INIT-COMMANDS section.
 
13119
+# INIT-COMMANDS
 
13120
 #
 
13121
-
 
13122
 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
 
13123
 
 
13124
 _ACEOF
 
13125
 
 
13126
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
13127
 
 
13128
-
 
13129
-cat >>$CONFIG_STATUS <<\_ACEOF
 
13130
+# Handling of arguments.
 
13131
 for ac_config_target in $ac_config_targets
 
13132
 do
 
13133
-  case "$ac_config_target" in
 
13134
-  # Handling of arguments.
 
13135
-  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
13136
-  "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
 
13137
-  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
 
13138
-  "sounds/Makefile" ) CONFIG_FILES="$CONFIG_FILES sounds/Makefile" ;;
 
13139
-  "pixmaps/Makefile" ) CONFIG_FILES="$CONFIG_FILES pixmaps/Makefile" ;;
 
13140
-  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 
13141
-  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
 
13142
-  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 
13143
-echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 
13144
-   { (exit 1); exit 1; }; };;
 
13145
+  case $ac_config_target in
 
13146
+    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
 
13147
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 
13148
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
13149
+    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
 
13150
+    "pixmaps/Makefile") CONFIG_FILES="$CONFIG_FILES pixmaps/Makefile" ;;
 
13151
+    "sounds/Makefile") CONFIG_FILES="$CONFIG_FILES sounds/Makefile" ;;
 
13152
+    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
 
13153
+
 
13154
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
 
13155
   esac
 
13156
 done
 
13157
 
 
13158
+
 
13159
 # If the user did not use the arguments to specify the items to instantiate,
 
13160
 # then the envvar interface is used.  Set only those that are not.
 
13161
 # We use the long form for the default assignment because of an extremely
 
13162
@@ -4860,720 +5880,688 @@ if $ac_need_defaults; then
 
13163
 fi
 
13164
 
 
13165
 # Have a temporary directory for convenience.  Make it in the build tree
 
13166
-# simply because there is no reason to put it here, and in addition,
 
13167
+# simply because there is no reason against having it here, and in addition,
 
13168
 # creating and moving files from /tmp can sometimes cause problems.
 
13169
-# Create a temporary directory, and hook for its removal unless debugging.
 
13170
+# Hook for its removal unless debugging.
 
13171
+# Note that there is a small window in which the directory will not be cleaned:
 
13172
+# after its creation but before its name has been assigned to `$tmp'.
 
13173
 $debug ||
 
13174
 {
 
13175
-  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
 
13176
-  trap '{ (exit 1); exit 1; }' 1 2 13 15
 
13177
+  tmp=
 
13178
+  trap 'exit_status=$?
 
13179
+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 
13180
+' 0
 
13181
+  trap 'as_fn_exit 1' 1 2 13 15
 
13182
 }
 
13183
-
 
13184
 # Create a (secure) tmp directory for tmp files.
 
13185
 
 
13186
 {
 
13187
-  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
 
13188
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 
13189
   test -n "$tmp" && test -d "$tmp"
 
13190
 }  ||
 
13191
 {
 
13192
-  tmp=./confstat$$-$RANDOM
 
13193
-  (umask 077 && mkdir $tmp)
 
13194
-} ||
 
13195
+  tmp=./conf$$-$RANDOM
 
13196
+  (umask 077 && mkdir "$tmp")
 
13197
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
 
13198
+
 
13199
+# Set up the scripts for CONFIG_FILES section.
 
13200
+# No need to generate them if there are no CONFIG_FILES.
 
13201
+# This happens for instance with `./config.status config.h'.
 
13202
+if test -n "$CONFIG_FILES"; then
 
13203
+
 
13204
+
 
13205
+ac_cr=`echo X | tr X '\015'`
 
13206
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
 
13207
+# But we know of no other shell where ac_cr would be empty at this
 
13208
+# point, so we can use a bashism as a fallback.
 
13209
+if test "x$ac_cr" = x; then
 
13210
+  eval ac_cr=\$\'\\r\'
 
13211
+fi
 
13212
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
 
13213
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
 
13214
+  ac_cs_awk_cr='\\r'
 
13215
+else
 
13216
+  ac_cs_awk_cr=$ac_cr
 
13217
+fi
 
13218
+
 
13219
+echo 'BEGIN {' >"$tmp/subs1.awk" &&
 
13220
+_ACEOF
 
13221
+
 
13222
+
 
13223
+{
 
13224
+  echo "cat >conf$$subs.awk <<_ACEOF" &&
 
13225
+  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
 
13226
+  echo "_ACEOF"
 
13227
+} >conf$$subs.sh ||
 
13228
+  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 
13229
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
 
13230
+ac_delim='%!_!# '
 
13231
+for ac_last_try in false false false false false :; do
 
13232
+  . ./conf$$subs.sh ||
 
13233
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 
13234
+
 
13235
+  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
 
13236
+  if test $ac_delim_n = $ac_delim_num; then
 
13237
+    break
 
13238
+  elif $ac_last_try; then
 
13239
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 
13240
+  else
 
13241
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
13242
+  fi
 
13243
+done
 
13244
+rm -f conf$$subs.sh
 
13245
+
 
13246
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
13247
+cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
 
13248
+_ACEOF
 
13249
+sed -n '
 
13250
+h
 
13251
+s/^/S["/; s/!.*/"]=/
 
13252
+p
 
13253
+g
 
13254
+s/^[^!]*!//
 
13255
+:repl
 
13256
+t repl
 
13257
+s/'"$ac_delim"'$//
 
13258
+t delim
 
13259
+:nl
 
13260
+h
 
13261
+s/\(.\{148\}\)..*/\1/
 
13262
+t more1
 
13263
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
 
13264
+p
 
13265
+n
 
13266
+b repl
 
13267
+:more1
 
13268
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
 
13269
+p
 
13270
+g
 
13271
+s/.\{148\}//
 
13272
+t nl
 
13273
+:delim
 
13274
+h
 
13275
+s/\(.\{148\}\)..*/\1/
 
13276
+t more2
 
13277
+s/["\\]/\\&/g; s/^/"/; s/$/"/
 
13278
+p
 
13279
+b
 
13280
+:more2
 
13281
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
 
13282
+p
 
13283
+g
 
13284
+s/.\{148\}//
 
13285
+t delim
 
13286
+' <conf$$subs.awk | sed '
 
13287
+/^[^""]/{
 
13288
+  N
 
13289
+  s/\n//
 
13290
+}
 
13291
+' >>$CONFIG_STATUS || ac_write_fail=1
 
13292
+rm -f conf$$subs.awk
 
13293
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
13294
+_ACAWK
 
13295
+cat >>"\$tmp/subs1.awk" <<_ACAWK &&
 
13296
+  for (key in S) S_is_set[key] = 1
 
13297
+  FS = ""
 
13298
+
 
13299
+}
 
13300
 {
 
13301
-   echo "$me: cannot create a temporary directory in ." >&2
 
13302
-   { (exit 1); exit 1; }
 
13303
+  line = $ 0
 
13304
+  nfields = split(line, field, "@")
 
13305
+  substed = 0
 
13306
+  len = length(field[1])
 
13307
+  for (i = 2; i < nfields; i++) {
 
13308
+    key = field[i]
 
13309
+    keylen = length(key)
 
13310
+    if (S_is_set[key]) {
 
13311
+      value = S[key]
 
13312
+      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
 
13313
+      len += length(value) + length(field[++i])
 
13314
+      substed = 1
 
13315
+    } else
 
13316
+      len += 1 + keylen
 
13317
+  }
 
13318
+
 
13319
+  print line
 
13320
 }
 
13321
 
 
13322
+_ACAWK
 
13323
+_ACEOF
 
13324
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
13325
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
 
13326
+  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
 
13327
+else
 
13328
+  cat
 
13329
+fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
 
13330
+  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
 
13331
 _ACEOF
 
13332
 
 
13333
-cat >>$CONFIG_STATUS <<_ACEOF
 
13334
+# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
 
13335
+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
 
13336
+# trailing colons and then remove the whole line if VPATH becomes empty
 
13337
+# (actually we leave an empty line to preserve line numbers).
 
13338
+if test "x$srcdir" = x.; then
 
13339
+  ac_vpsub='/^[         ]*VPATH[        ]*=[    ]*/{
 
13340
+h
 
13341
+s///
 
13342
+s/^/:/
 
13343
+s/[     ]*$/:/
 
13344
+s/:\$(srcdir):/:/g
 
13345
+s/:\${srcdir}:/:/g
 
13346
+s/:@srcdir@:/:/g
 
13347
+s/^:*//
 
13348
+s/:*$//
 
13349
+x
 
13350
+s/\(=[  ]*\).*/\1/
 
13351
+G
 
13352
+s/\n//
 
13353
+s/^[^=]*=[      ]*$//
 
13354
+}'
 
13355
+fi
 
13356
 
 
13357
-#
 
13358
-# CONFIG_FILES section.
 
13359
-#
 
13360
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
13361
+fi # test -n "$CONFIG_FILES"
 
13362
 
 
13363
-# No need to generate the scripts if there are no CONFIG_FILES.
 
13364
-# This happens for instance when ./config.status config.h
 
13365
-if test -n "\$CONFIG_FILES"; then
 
13366
-  # Protect against being on the right side of a sed subst in config.status.
 
13367
-  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
 
13368
-   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
 
13369
-s,@SHELL@,$SHELL,;t t
 
13370
-s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
 
13371
-s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
 
13372
-s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
 
13373
-s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
 
13374
-s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
 
13375
-s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
 
13376
-s,@exec_prefix@,$exec_prefix,;t t
 
13377
-s,@prefix@,$prefix,;t t
 
13378
-s,@program_transform_name@,$program_transform_name,;t t
 
13379
-s,@bindir@,$bindir,;t t
 
13380
-s,@sbindir@,$sbindir,;t t
 
13381
-s,@libexecdir@,$libexecdir,;t t
 
13382
-s,@datadir@,$datadir,;t t
 
13383
-s,@sysconfdir@,$sysconfdir,;t t
 
13384
-s,@sharedstatedir@,$sharedstatedir,;t t
 
13385
-s,@localstatedir@,$localstatedir,;t t
 
13386
-s,@libdir@,$libdir,;t t
 
13387
-s,@includedir@,$includedir,;t t
 
13388
-s,@oldincludedir@,$oldincludedir,;t t
 
13389
-s,@infodir@,$infodir,;t t
 
13390
-s,@mandir@,$mandir,;t t
 
13391
-s,@build_alias@,$build_alias,;t t
 
13392
-s,@host_alias@,$host_alias,;t t
 
13393
-s,@target_alias@,$target_alias,;t t
 
13394
-s,@DEFS@,$DEFS,;t t
 
13395
-s,@ECHO_C@,$ECHO_C,;t t
 
13396
-s,@ECHO_N@,$ECHO_N,;t t
 
13397
-s,@ECHO_T@,$ECHO_T,;t t
 
13398
-s,@LIBS@,$LIBS,;t t
 
13399
-s,@build@,$build,;t t
 
13400
-s,@build_cpu@,$build_cpu,;t t
 
13401
-s,@build_vendor@,$build_vendor,;t t
 
13402
-s,@build_os@,$build_os,;t t
 
13403
-s,@host@,$host,;t t
 
13404
-s,@host_cpu@,$host_cpu,;t t
 
13405
-s,@host_vendor@,$host_vendor,;t t
 
13406
-s,@host_os@,$host_os,;t t
 
13407
-s,@target@,$target,;t t
 
13408
-s,@target_cpu@,$target_cpu,;t t
 
13409
-s,@target_vendor@,$target_vendor,;t t
 
13410
-s,@target_os@,$target_os,;t t
 
13411
-s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
 
13412
-s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
 
13413
-s,@INSTALL_DATA@,$INSTALL_DATA,;t t
 
13414
-s,@PACKAGE@,$PACKAGE,;t t
 
13415
-s,@VERSION@,$VERSION,;t t
 
13416
-s,@ACLOCAL@,$ACLOCAL,;t t
 
13417
-s,@AUTOCONF@,$AUTOCONF,;t t
 
13418
-s,@AUTOMAKE@,$AUTOMAKE,;t t
 
13419
-s,@AUTOHEADER@,$AUTOHEADER,;t t
 
13420
-s,@MAKEINFO@,$MAKEINFO,;t t
 
13421
-s,@AMTAR@,$AMTAR,;t t
 
13422
-s,@install_sh@,$install_sh,;t t
 
13423
-s,@STRIP@,$STRIP,;t t
 
13424
-s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
 
13425
-s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
 
13426
-s,@AWK@,$AWK,;t t
 
13427
-s,@SET_MAKE@,$SET_MAKE,;t t
 
13428
-s,@CC@,$CC,;t t
 
13429
-s,@CFLAGS@,$CFLAGS,;t t
 
13430
-s,@LDFLAGS@,$LDFLAGS,;t t
 
13431
-s,@CPPFLAGS@,$CPPFLAGS,;t t
 
13432
-s,@ac_ct_CC@,$ac_ct_CC,;t t
 
13433
-s,@EXEEXT@,$EXEEXT,;t t
 
13434
-s,@OBJEXT@,$OBJEXT,;t t
 
13435
-s,@DEPDIR@,$DEPDIR,;t t
 
13436
-s,@am__include@,$am__include,;t t
 
13437
-s,@am__quote@,$am__quote,;t t
 
13438
-s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
 
13439
-s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
 
13440
-s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
 
13441
-s,@CCDEPMODE@,$CCDEPMODE,;t t
 
13442
-s,@PKG_CONFIG@,$PKG_CONFIG,;t t
 
13443
-s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
 
13444
-s,@GTK_LIBS@,$GTK_LIBS,;t t
 
13445
-s,@GTK_CONFIG@,$GTK_CONFIG,;t t
 
13446
-s,@GNOME_CFLAGS@,$GNOME_CFLAGS,;t t
 
13447
-s,@GNOME_LIBS@,$GNOME_LIBS,;t t
 
13448
-s,@WITH_GNOME_TRUE@,$WITH_GNOME_TRUE,;t t
 
13449
-s,@WITH_GNOME_FALSE@,$WITH_GNOME_FALSE,;t t
 
13450
-s,@CPP@,$CPP,;t t
 
13451
-s,@EGREP@,$EGREP,;t t
 
13452
-s,@LIBOBJS@,$LIBOBJS,;t t
 
13453
-s,@LTLIBOBJS@,$LTLIBOBJS,;t t
 
13454
-CEOF
 
13455
-
 
13456
-_ACEOF
 
13457
-
 
13458
-  cat >>$CONFIG_STATUS <<\_ACEOF
 
13459
-  # Split the substitutions into bite-sized pieces for seds with
 
13460
-  # small command number limits, like on Digital OSF/1 and HP-UX.
 
13461
-  ac_max_sed_lines=48
 
13462
-  ac_sed_frag=1 # Number of current file.
 
13463
-  ac_beg=1 # First line for current file.
 
13464
-  ac_end=$ac_max_sed_lines # Line after last line for current file.
 
13465
-  ac_more_lines=:
 
13466
-  ac_sed_cmds=
 
13467
-  while $ac_more_lines; do
 
13468
-    if test $ac_beg -gt 1; then
 
13469
-      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
 
13470
-    else
 
13471
-      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
 
13472
-    fi
 
13473
-    if test ! -s $tmp/subs.frag; then
 
13474
-      ac_more_lines=false
 
13475
-    else
 
13476
-      # The purpose of the label and of the branching condition is to
 
13477
-      # speed up the sed processing (if there are no `@' at all, there
 
13478
-      # is no need to browse any of the substitutions).
 
13479
-      # These are the two extra sed commands mentioned above.
 
13480
-      (echo ':t
 
13481
-  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
 
13482
-      if test -z "$ac_sed_cmds"; then
 
13483
-       ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
 
13484
-      else
 
13485
-       ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
 
13486
-      fi
 
13487
-      ac_sed_frag=`expr $ac_sed_frag + 1`
 
13488
-      ac_beg=$ac_end
 
13489
-      ac_end=`expr $ac_end + $ac_max_sed_lines`
 
13490
-    fi
 
13491
-  done
 
13492
-  if test -z "$ac_sed_cmds"; then
 
13493
-    ac_sed_cmds=cat
 
13494
+# Set up the scripts for CONFIG_HEADERS section.
 
13495
+# No need to generate them if there are no CONFIG_HEADERS.
 
13496
+# This happens for instance with `./config.status Makefile'.
 
13497
+if test -n "$CONFIG_HEADERS"; then
 
13498
+cat >"$tmp/defines.awk" <<\_ACAWK ||
 
13499
+BEGIN {
 
13500
+_ACEOF
 
13501
+
 
13502
+# Transform confdefs.h into an awk script `defines.awk', embedded as
 
13503
+# here-document in config.status, that substitutes the proper values into
 
13504
+# config.h.in to produce config.h.
 
13505
+
 
13506
+# Create a delimiter string that does not exist in confdefs.h, to ease
 
13507
+# handling of long lines.
 
13508
+ac_delim='%!_!# '
 
13509
+for ac_last_try in false false :; do
 
13510
+  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
 
13511
+  if test -z "$ac_t"; then
 
13512
+    break
 
13513
+  elif $ac_last_try; then
 
13514
+    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
 
13515
+  else
 
13516
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
13517
   fi
 
13518
-fi # test -n "$CONFIG_FILES"
 
13519
+done
 
13520
 
 
13521
+# For the awk script, D is an array of macro values keyed by name,
 
13522
+# likewise P contains macro parameters if any.  Preserve backslash
 
13523
+# newline sequences.
 
13524
+
 
13525
+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
 
13526
+sed -n '
 
13527
+s/.\{148\}/&'"$ac_delim"'/g
 
13528
+t rset
 
13529
+:rset
 
13530
+s/^[    ]*#[    ]*define[       ][      ]*/ /
 
13531
+t def
 
13532
+d
 
13533
+:def
 
13534
+s/\\$//
 
13535
+t bsnl
 
13536
+s/["\\]/\\&/g
 
13537
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
 
13538
+D["\1"]=" \3"/p
 
13539
+s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2"/p
 
13540
+d
 
13541
+:bsnl
 
13542
+s/["\\]/\\&/g
 
13543
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
 
13544
+D["\1"]=" \3\\\\\\n"\\/p
 
13545
+t cont
 
13546
+s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
 
13547
+t cont
 
13548
+d
 
13549
+:cont
 
13550
+n
 
13551
+s/.\{148\}/&'"$ac_delim"'/g
 
13552
+t clear
 
13553
+:clear
 
13554
+s/\\$//
 
13555
+t bsnlc
 
13556
+s/["\\]/\\&/g; s/^/"/; s/$/"/p
 
13557
+d
 
13558
+:bsnlc
 
13559
+s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
 
13560
+b cont
 
13561
+' <confdefs.h | sed '
 
13562
+s/'"$ac_delim"'/"\\\
 
13563
+"/g' >>$CONFIG_STATUS || ac_write_fail=1
 
13564
+
 
13565
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
13566
+  for (key in D) D_is_set[key] = 1
 
13567
+  FS = ""
 
13568
+}
 
13569
+/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
 
13570
+  line = \$ 0
 
13571
+  split(line, arg, " ")
 
13572
+  if (arg[1] == "#") {
 
13573
+    defundef = arg[2]
 
13574
+    mac1 = arg[3]
 
13575
+  } else {
 
13576
+    defundef = substr(arg[1], 2)
 
13577
+    mac1 = arg[2]
 
13578
+  }
 
13579
+  split(mac1, mac2, "(") #)
 
13580
+  macro = mac2[1]
 
13581
+  prefix = substr(line, 1, index(line, defundef) - 1)
 
13582
+  if (D_is_set[macro]) {
 
13583
+    # Preserve the white space surrounding the "#".
 
13584
+    print prefix "define", macro P[macro] D[macro]
 
13585
+    next
 
13586
+  } else {
 
13587
+    # Replace #undef with comments.  This is necessary, for example,
 
13588
+    # in the case of _POSIX_SOURCE, which is predefined and required
 
13589
+    # on some systems where configure will not decide to define it.
 
13590
+    if (defundef == "undef") {
 
13591
+      print "/*", prefix defundef, macro, "*/"
 
13592
+      next
 
13593
+    }
 
13594
+  }
 
13595
+}
 
13596
+{ print }
 
13597
+_ACAWK
 
13598
 _ACEOF
 
13599
-cat >>$CONFIG_STATUS <<\_ACEOF
 
13600
-for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
 
13601
-  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
 
13602
-  case $ac_file in
 
13603
-  - | *:- | *:-:* ) # input from stdin
 
13604
-        cat >$tmp/stdin
 
13605
-        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 
13606
-        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 
13607
-  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 
13608
-        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 
13609
-  * )   ac_file_in=$ac_file.in ;;
 
13610
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
13611
+  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
 
13612
+fi # test -n "$CONFIG_HEADERS"
 
13613
+
 
13614
+
 
13615
+eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
 
13616
+shift
 
13617
+for ac_tag
 
13618
+do
 
13619
+  case $ac_tag in
 
13620
+  :[FHLC]) ac_mode=$ac_tag; continue;;
 
13621
   esac
 
13622
+  case $ac_mode$ac_tag in
 
13623
+  :[FHL]*:*);;
 
13624
+  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
 
13625
+  :[FH]-) ac_tag=-:-;;
 
13626
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 
13627
+  esac
 
13628
+  ac_save_IFS=$IFS
 
13629
+  IFS=:
 
13630
+  set x $ac_tag
 
13631
+  IFS=$ac_save_IFS
 
13632
+  shift
 
13633
+  ac_file=$1
 
13634
+  shift
 
13635
 
 
13636
-  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
 
13637
-  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
 
13638
-$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
13639
-         X"$ac_file" : 'X\(//\)[^/]' \| \
 
13640
-         X"$ac_file" : 'X\(//\)$' \| \
 
13641
-         X"$ac_file" : 'X\(/\)' \| \
 
13642
-         .     : '\(.\)' 2>/dev/null ||
 
13643
-echo X"$ac_file" |
 
13644
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
13645
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
13646
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
13647
-         /^X\(\/\).*/{ s//\1/; q; }
 
13648
-         s/.*/./; q'`
 
13649
-  { if $as_mkdir_p; then
 
13650
-    mkdir -p "$ac_dir"
 
13651
-  else
 
13652
-    as_dir="$ac_dir"
 
13653
-    as_dirs=
 
13654
-    while test ! -d "$as_dir"; do
 
13655
-      as_dirs="$as_dir $as_dirs"
 
13656
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 
13657
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
13658
-         X"$as_dir" : 'X\(//\)[^/]' \| \
 
13659
-         X"$as_dir" : 'X\(//\)$' \| \
 
13660
-         X"$as_dir" : 'X\(/\)' \| \
 
13661
-         .     : '\(.\)' 2>/dev/null ||
 
13662
-echo X"$as_dir" |
 
13663
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
13664
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
13665
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
13666
-         /^X\(\/\).*/{ s//\1/; q; }
 
13667
-         s/.*/./; q'`
 
13668
+  case $ac_mode in
 
13669
+  :L) ac_source=$1;;
 
13670
+  :[FH])
 
13671
+    ac_file_inputs=
 
13672
+    for ac_f
 
13673
+    do
 
13674
+      case $ac_f in
 
13675
+      -) ac_f="$tmp/stdin";;
 
13676
+      *) # Look for the file first in the build tree, then in the source tree
 
13677
+        # (if the path is not absolute).  The absolute path cannot be DOS-style,
 
13678
+        # because $ac_f cannot contain `:'.
 
13679
+        test -f "$ac_f" ||
 
13680
+          case $ac_f in
 
13681
+          [\\/$]*) false;;
 
13682
+          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 
13683
+          esac ||
 
13684
+          as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
 
13685
+      esac
 
13686
+      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
 
13687
+      as_fn_append ac_file_inputs " '$ac_f'"
 
13688
     done
 
13689
-    test ! -n "$as_dirs" || mkdir $as_dirs
 
13690
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 
13691
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 
13692
-   { (exit 1); exit 1; }; }; }
 
13693
 
 
13694
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
 
13695
+    # use $as_me), people would be surprised to read:
 
13696
+    #    /* config.h.  Generated by config.status.  */
 
13697
+    configure_input='Generated from '`
 
13698
+         $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
 
13699
+       `' by configure.'
 
13700
+    if test x"$ac_file" != x-; then
 
13701
+      configure_input="$ac_file.  $configure_input"
 
13702
+      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
 
13703
+$as_echo "$as_me: creating $ac_file" >&6;}
 
13704
+    fi
 
13705
+    # Neutralize special characters interpreted by sed in replacement strings.
 
13706
+    case $configure_input in #(
 
13707
+    *\&* | *\|* | *\\* )
 
13708
+       ac_sed_conf_input=`$as_echo "$configure_input" |
 
13709
+       sed 's/[\\\\&|]/\\\\&/g'`;; #(
 
13710
+    *) ac_sed_conf_input=$configure_input;;
 
13711
+    esac
 
13712
+
 
13713
+    case $ac_tag in
 
13714
+    *:-:* | *:-) cat >"$tmp/stdin" \
 
13715
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
 
13716
+    esac
 
13717
+    ;;
 
13718
+  esac
 
13719
+
 
13720
+  ac_dir=`$as_dirname -- "$ac_file" ||
 
13721
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
13722
+        X"$ac_file" : 'X\(//\)[^/]' \| \
 
13723
+        X"$ac_file" : 'X\(//\)$' \| \
 
13724
+        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 
13725
+$as_echo X"$ac_file" |
 
13726
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
13727
+           s//\1/
 
13728
+           q
 
13729
+         }
 
13730
+         /^X\(\/\/\)[^/].*/{
 
13731
+           s//\1/
 
13732
+           q
 
13733
+         }
 
13734
+         /^X\(\/\/\)$/{
 
13735
+           s//\1/
 
13736
+           q
 
13737
+         }
 
13738
+         /^X\(\/\).*/{
 
13739
+           s//\1/
 
13740
+           q
 
13741
+         }
 
13742
+         s/.*/./; q'`
 
13743
+  as_dir="$ac_dir"; as_fn_mkdir_p
 
13744
   ac_builddir=.
 
13745
 
 
13746
-if test "$ac_dir" != .; then
 
13747
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
13748
-  # A "../" for each directory in $ac_dir_suffix.
 
13749
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 
13750
-else
 
13751
-  ac_dir_suffix= ac_top_builddir=
 
13752
-fi
 
13753
+case "$ac_dir" in
 
13754
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
13755
+*)
 
13756
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 
13757
+  # A ".." for each directory in $ac_dir_suffix.
 
13758
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 
13759
+  case $ac_top_builddir_sub in
 
13760
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
13761
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
13762
+  esac ;;
 
13763
+esac
 
13764
+ac_abs_top_builddir=$ac_pwd
 
13765
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
13766
+# for backward compatibility:
 
13767
+ac_top_builddir=$ac_top_build_prefix
 
13768
 
 
13769
 case $srcdir in
 
13770
-  .)  # No --srcdir option.  We are building in place.
 
13771
+  .)  # We are building in place.
 
13772
     ac_srcdir=.
 
13773
-    if test -z "$ac_top_builddir"; then
 
13774
-       ac_top_srcdir=.
 
13775
-    else
 
13776
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 
13777
-    fi ;;
 
13778
-  [\\/]* | ?:[\\/]* )  # Absolute path.
 
13779
+    ac_top_srcdir=$ac_top_builddir_sub
 
13780
+    ac_abs_top_srcdir=$ac_pwd ;;
 
13781
+  [\\/]* | ?:[\\/]* )  # Absolute name.
 
13782
     ac_srcdir=$srcdir$ac_dir_suffix;
 
13783
-    ac_top_srcdir=$srcdir ;;
 
13784
-  *) # Relative path.
 
13785
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 
13786
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 
13787
-esac
 
13788
-# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
 
13789
-# absolute.
 
13790
-ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
 
13791
-ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
 
13792
-ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
 
13793
-ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
 
13794
+    ac_top_srcdir=$srcdir
 
13795
+    ac_abs_top_srcdir=$srcdir ;;
 
13796
+  *) # Relative name.
 
13797
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
13798
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
13799
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
13800
+esac
 
13801
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
13802
+
 
13803
 
 
13804
+  case $ac_mode in
 
13805
+  :F)
 
13806
+  #
 
13807
+  # CONFIG_FILE
 
13808
+  #
 
13809
 
 
13810
   case $INSTALL in
 
13811
   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 
13812
-  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
 
13813
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 
13814
   esac
 
13815
+  ac_MKDIR_P=$MKDIR_P
 
13816
+  case $MKDIR_P in
 
13817
+  [\\/$]* | ?:[\\/]* ) ;;
 
13818
+  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
 
13819
+  esac
 
13820
+_ACEOF
 
13821
 
 
13822
-  if test x"$ac_file" != x-; then
 
13823
-    { echo "$as_me:$LINENO: creating $ac_file" >&5
 
13824
-echo "$as_me: creating $ac_file" >&6;}
 
13825
-    rm -f "$ac_file"
 
13826
-  fi
 
13827
-  # Let's still pretend it is `configure' which instantiates (i.e., don't
 
13828
-  # use $as_me), people would be surprised to read:
 
13829
-  #    /* config.h.  Generated by config.status.  */
 
13830
-  if test x"$ac_file" = x-; then
 
13831
-    configure_input=
 
13832
-  else
 
13833
-    configure_input="$ac_file.  "
 
13834
-  fi
 
13835
-  configure_input=$configure_input"Generated from `echo $ac_file_in |
 
13836
-                                     sed 's,.*/,,'` by configure."
 
13837
-
 
13838
-  # First look for the input files in the build tree, otherwise in the
 
13839
-  # src tree.
 
13840
-  ac_file_inputs=`IFS=:
 
13841
-    for f in $ac_file_in; do
 
13842
-      case $f in
 
13843
-      -) echo $tmp/stdin ;;
 
13844
-      [\\/$]*)
 
13845
-         # Absolute (can't be DOS-style, as IFS=:)
 
13846
-         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 
13847
-echo "$as_me: error: cannot find input file: $f" >&2;}
 
13848
-   { (exit 1); exit 1; }; }
 
13849
-         echo $f;;
 
13850
-      *) # Relative
 
13851
-         if test -f "$f"; then
 
13852
-           # Build tree
 
13853
-           echo $f
 
13854
-         elif test -f "$srcdir/$f"; then
 
13855
-           # Source tree
 
13856
-           echo $srcdir/$f
 
13857
-         else
 
13858
-           # /dev/null tree
 
13859
-           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 
13860
-echo "$as_me: error: cannot find input file: $f" >&2;}
 
13861
-   { (exit 1); exit 1; }; }
 
13862
-         fi;;
 
13863
-      esac
 
13864
-    done` || { (exit 1); exit 1; }
 
13865
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
13866
+# If the template does not know about datarootdir, expand it.
 
13867
+# FIXME: This hack should be removed a few years after 2.60.
 
13868
+ac_datarootdir_hack=; ac_datarootdir_seen=
 
13869
+ac_sed_dataroot='
 
13870
+/datarootdir/ {
 
13871
+  p
 
13872
+  q
 
13873
+}
 
13874
+/@datadir@/p
 
13875
+/@docdir@/p
 
13876
+/@infodir@/p
 
13877
+/@localedir@/p
 
13878
+/@mandir@/p'
 
13879
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
 
13880
+*datarootdir*) ac_datarootdir_seen=yes;;
 
13881
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 
13882
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
13883
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
13884
+_ACEOF
 
13885
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
13886
+  ac_datarootdir_hack='
 
13887
+  s&@datadir@&$datadir&g
 
13888
+  s&@docdir@&$docdir&g
 
13889
+  s&@infodir@&$infodir&g
 
13890
+  s&@localedir@&$localedir&g
 
13891
+  s&@mandir@&$mandir&g
 
13892
+  s&\\\${datarootdir}&$datarootdir&g' ;;
 
13893
+esac
 
13894
 _ACEOF
 
13895
-cat >>$CONFIG_STATUS <<_ACEOF
 
13896
-  sed "$ac_vpsub
 
13897
+
 
13898
+# Neutralize VPATH when `$srcdir' = `.'.
 
13899
+# Shell code in configure.ac might set extrasub.
 
13900
+# FIXME: do we really want to maintain this feature?
 
13901
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
13902
+ac_sed_extra="$ac_vpsub
 
13903
 $extrasub
 
13904
 _ACEOF
 
13905
-cat >>$CONFIG_STATUS <<\_ACEOF
 
13906
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
13907
 :t
 
13908
 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
13909
-s,@configure_input@,$configure_input,;t t
 
13910
-s,@srcdir@,$ac_srcdir,;t t
 
13911
-s,@abs_srcdir@,$ac_abs_srcdir,;t t
 
13912
-s,@top_srcdir@,$ac_top_srcdir,;t t
 
13913
-s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
 
13914
-s,@builddir@,$ac_builddir,;t t
 
13915
-s,@abs_builddir@,$ac_abs_builddir,;t t
 
13916
-s,@top_builddir@,$ac_top_builddir,;t t
 
13917
-s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
 
13918
-s,@INSTALL@,$ac_INSTALL,;t t
 
13919
-" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
 
13920
-  rm -f $tmp/stdin
 
13921
-  if test x"$ac_file" != x-; then
 
13922
-    mv $tmp/out $ac_file
 
13923
-  else
 
13924
-    cat $tmp/out
 
13925
-    rm -f $tmp/out
 
13926
-  fi
 
13927
-
 
13928
-done
 
13929
-_ACEOF
 
13930
-cat >>$CONFIG_STATUS <<\_ACEOF
 
13931
-
 
13932
-#
 
13933
-# CONFIG_HEADER section.
 
13934
-#
 
13935
+s|@configure_input@|$ac_sed_conf_input|;t t
 
13936
+s&@top_builddir@&$ac_top_builddir_sub&;t t
 
13937
+s&@top_build_prefix@&$ac_top_build_prefix&;t t
 
13938
+s&@srcdir@&$ac_srcdir&;t t
 
13939
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
 
13940
+s&@top_srcdir@&$ac_top_srcdir&;t t
 
13941
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 
13942
+s&@builddir@&$ac_builddir&;t t
 
13943
+s&@abs_builddir@&$ac_abs_builddir&;t t
 
13944
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 
13945
+s&@INSTALL@&$ac_INSTALL&;t t
 
13946
+s&@MKDIR_P@&$ac_MKDIR_P&;t t
 
13947
+$ac_datarootdir_hack
 
13948
+"
 
13949
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
 
13950
+  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
13951
+
 
13952
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 
13953
+  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 
13954
+  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 
13955
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
13956
+which seems to be undefined.  Please make sure it is defined" >&5
 
13957
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
13958
+which seems to be undefined.  Please make sure it is defined" >&2;}
 
13959
 
 
13960
-# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
 
13961
-# NAME is the cpp macro being defined and VALUE is the value it is being given.
 
13962
-#
 
13963
-# ac_d sets the value in "#define NAME VALUE" lines.
 
13964
-ac_dA='s,^\([  ]*\)#\([        ]*define[       ][      ]*\)'
 
13965
-ac_dB='[       ].*$,\1#\2'
 
13966
-ac_dC=' '
 
13967
-ac_dD=',;t'
 
13968
-# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
 
13969
-ac_uA='s,^\([  ]*\)#\([        ]*\)undef\([    ][      ]*\)'
 
13970
-ac_uB='$,\1#\2define\3'
 
13971
-ac_uC=' '
 
13972
-ac_uD=',;t'
 
13973
-
 
13974
-for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
 
13975
-  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
 
13976
+  rm -f "$tmp/stdin"
 
13977
   case $ac_file in
 
13978
-  - | *:- | *:-:* ) # input from stdin
 
13979
-        cat >$tmp/stdin
 
13980
-        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 
13981
-        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 
13982
-  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 
13983
-        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 
13984
-  * )   ac_file_in=$ac_file.in ;;
 
13985
-  esac
 
13986
-
 
13987
-  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
 
13988
-echo "$as_me: creating $ac_file" >&6;}
 
13989
-
 
13990
-  # First look for the input files in the build tree, otherwise in the
 
13991
-  # src tree.
 
13992
-  ac_file_inputs=`IFS=:
 
13993
-    for f in $ac_file_in; do
 
13994
-      case $f in
 
13995
-      -) echo $tmp/stdin ;;
 
13996
-      [\\/$]*)
 
13997
-         # Absolute (can't be DOS-style, as IFS=:)
 
13998
-         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 
13999
-echo "$as_me: error: cannot find input file: $f" >&2;}
 
14000
-   { (exit 1); exit 1; }; }
 
14001
-         echo $f;;
 
14002
-      *) # Relative
 
14003
-         if test -f "$f"; then
 
14004
-           # Build tree
 
14005
-           echo $f
 
14006
-         elif test -f "$srcdir/$f"; then
 
14007
-           # Source tree
 
14008
-           echo $srcdir/$f
 
14009
-         else
 
14010
-           # /dev/null tree
 
14011
-           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 
14012
-echo "$as_me: error: cannot find input file: $f" >&2;}
 
14013
-   { (exit 1); exit 1; }; }
 
14014
-         fi;;
 
14015
-      esac
 
14016
-    done` || { (exit 1); exit 1; }
 
14017
-  # Remove the trailing spaces.
 
14018
-  sed 's/[     ]*$//' $ac_file_inputs >$tmp/in
 
14019
-
 
14020
-_ACEOF
 
14021
-
 
14022
-# Transform confdefs.h into two sed scripts, `conftest.defines' and
 
14023
-# `conftest.undefs', that substitutes the proper values into
 
14024
-# config.h.in to produce config.h.  The first handles `#define'
 
14025
-# templates, and the second `#undef' templates.
 
14026
-# And first: Protect against being on the right side of a sed subst in
 
14027
-# config.status.  Protect against being in an unquoted here document
 
14028
-# in config.status.
 
14029
-rm -f conftest.defines conftest.undefs
 
14030
-# Using a here document instead of a string reduces the quoting nightmare.
 
14031
-# Putting comments in sed scripts is not portable.
 
14032
-#
 
14033
-# `end' is used to avoid that the second main sed command (meant for
 
14034
-# 0-ary CPP macros) applies to n-ary macro definitions.
 
14035
-# See the Autoconf documentation for `clear'.
 
14036
-cat >confdef2sed.sed <<\_ACEOF
 
14037
-s/[\\&,]/\\&/g
 
14038
-s,[\\$`],\\&,g
 
14039
-t clear
 
14040
-: clear
 
14041
-s,^[   ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
 
14042
-t end
 
14043
-s,^[   ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
 
14044
-: end
 
14045
-_ACEOF
 
14046
-# If some macros were called several times there might be several times
 
14047
-# the same #defines, which is useless.  Nevertheless, we may not want to
 
14048
-# sort them, since we want the *last* AC-DEFINE to be honored.
 
14049
-uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
 
14050
-sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
 
14051
-rm -f confdef2sed.sed
 
14052
-
 
14053
-# This sed command replaces #undef with comments.  This is necessary, for
 
14054
-# example, in the case of _POSIX_SOURCE, which is predefined and required
 
14055
-# on some systems where configure will not decide to define it.
 
14056
-cat >>conftest.undefs <<\_ACEOF
 
14057
-s,^[   ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
 
14058
-_ACEOF
 
14059
-
 
14060
-# Break up conftest.defines because some shells have a limit on the size
 
14061
-# of here documents, and old seds have small limits too (100 cmds).
 
14062
-echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
 
14063
-echo '  if grep "^[    ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
 
14064
-echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
 
14065
-echo '  :' >>$CONFIG_STATUS
 
14066
-rm -f conftest.tail
 
14067
-while grep . conftest.defines >/dev/null
 
14068
-do
 
14069
-  # Write a limited-size here document to $tmp/defines.sed.
 
14070
-  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
 
14071
-  # Speed up: don't consider the non `#define' lines.
 
14072
-  echo '/^[    ]*#[    ]*define/!b' >>$CONFIG_STATUS
 
14073
-  # Work around the forget-to-reset-the-flag bug.
 
14074
-  echo 't clr' >>$CONFIG_STATUS
 
14075
-  echo ': clr' >>$CONFIG_STATUS
 
14076
-  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
 
14077
-  echo 'CEOF
 
14078
-  sed -f $tmp/defines.sed $tmp/in >$tmp/out
 
14079
-  rm -f $tmp/in
 
14080
-  mv $tmp/out $tmp/in
 
14081
-' >>$CONFIG_STATUS
 
14082
-  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
 
14083
-  rm -f conftest.defines
 
14084
-  mv conftest.tail conftest.defines
 
14085
-done
 
14086
-rm -f conftest.defines
 
14087
-echo '  fi # grep' >>$CONFIG_STATUS
 
14088
-echo >>$CONFIG_STATUS
 
14089
-
 
14090
-# Break up conftest.undefs because some shells have a limit on the size
 
14091
-# of here documents, and old seds have small limits too (100 cmds).
 
14092
-echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
 
14093
-rm -f conftest.tail
 
14094
-while grep . conftest.undefs >/dev/null
 
14095
-do
 
14096
-  # Write a limited-size here document to $tmp/undefs.sed.
 
14097
-  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
 
14098
-  # Speed up: don't consider the non `#undef'
 
14099
-  echo '/^[    ]*#[    ]*undef/!b' >>$CONFIG_STATUS
 
14100
-  # Work around the forget-to-reset-the-flag bug.
 
14101
-  echo 't clr' >>$CONFIG_STATUS
 
14102
-  echo ': clr' >>$CONFIG_STATUS
 
14103
-  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
 
14104
-  echo 'CEOF
 
14105
-  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
 
14106
-  rm -f $tmp/in
 
14107
-  mv $tmp/out $tmp/in
 
14108
-' >>$CONFIG_STATUS
 
14109
-  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
 
14110
-  rm -f conftest.undefs
 
14111
-  mv conftest.tail conftest.undefs
 
14112
-done
 
14113
-rm -f conftest.undefs
 
14114
-
 
14115
-cat >>$CONFIG_STATUS <<\_ACEOF
 
14116
-  # Let's still pretend it is `configure' which instantiates (i.e., don't
 
14117
-  # use $as_me), people would be surprised to read:
 
14118
-  #    /* config.h.  Generated by config.status.  */
 
14119
-  if test x"$ac_file" = x-; then
 
14120
-    echo "/* Generated by configure.  */" >$tmp/config.h
 
14121
-  else
 
14122
-    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
 
14123
-  fi
 
14124
-  cat $tmp/in >>$tmp/config.h
 
14125
-  rm -f $tmp/in
 
14126
+  -) cat "$tmp/out" && rm -f "$tmp/out";;
 
14127
+  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
 
14128
+  esac \
 
14129
+  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
14130
+ ;;
 
14131
+  :H)
 
14132
+  #
 
14133
+  # CONFIG_HEADER
 
14134
+  #
 
14135
   if test x"$ac_file" != x-; then
 
14136
-    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
 
14137
-      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 
14138
-echo "$as_me: $ac_file is unchanged" >&6;}
 
14139
+    {
 
14140
+      $as_echo "/* $configure_input  */" \
 
14141
+      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
 
14142
+    } >"$tmp/config.h" \
 
14143
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
14144
+    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
 
14145
+      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
 
14146
+$as_echo "$as_me: $ac_file is unchanged" >&6;}
 
14147
     else
 
14148
-      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
 
14149
-$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
14150
-         X"$ac_file" : 'X\(//\)[^/]' \| \
 
14151
-         X"$ac_file" : 'X\(//\)$' \| \
 
14152
-         X"$ac_file" : 'X\(/\)' \| \
 
14153
-         .     : '\(.\)' 2>/dev/null ||
 
14154
-echo X"$ac_file" |
 
14155
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
14156
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
14157
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
14158
-         /^X\(\/\).*/{ s//\1/; q; }
 
14159
-         s/.*/./; q'`
 
14160
-      { if $as_mkdir_p; then
 
14161
-    mkdir -p "$ac_dir"
 
14162
-  else
 
14163
-    as_dir="$ac_dir"
 
14164
-    as_dirs=
 
14165
-    while test ! -d "$as_dir"; do
 
14166
-      as_dirs="$as_dir $as_dirs"
 
14167
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 
14168
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
14169
-         X"$as_dir" : 'X\(//\)[^/]' \| \
 
14170
-         X"$as_dir" : 'X\(//\)$' \| \
 
14171
-         X"$as_dir" : 'X\(/\)' \| \
 
14172
-         .     : '\(.\)' 2>/dev/null ||
 
14173
-echo X"$as_dir" |
 
14174
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
14175
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
14176
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
14177
-         /^X\(\/\).*/{ s//\1/; q; }
 
14178
-         s/.*/./; q'`
 
14179
-    done
 
14180
-    test ! -n "$as_dirs" || mkdir $as_dirs
 
14181
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 
14182
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 
14183
-   { (exit 1); exit 1; }; }; }
 
14184
-
 
14185
-      rm -f $ac_file
 
14186
-      mv $tmp/config.h $ac_file
 
14187
+      rm -f "$ac_file"
 
14188
+      mv "$tmp/config.h" "$ac_file" \
 
14189
+       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
14190
     fi
 
14191
   else
 
14192
-    cat $tmp/config.h
 
14193
-    rm -f $tmp/config.h
 
14194
-  fi
 
14195
-  # Run the commands associated with the file.
 
14196
-  case $ac_file in
 
14197
-    config.h ) # update the timestamp
 
14198
-echo 'timestamp for config.h' >"./stamp-h1"
 
14199
- ;;
 
14200
+    $as_echo "/* $configure_input  */" \
 
14201
+      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
 
14202
+      || as_fn_error $? "could not create -" "$LINENO" 5
 
14203
+  fi
 
14204
+# Compute "$ac_file"'s index in $config_headers.
 
14205
+_am_arg="$ac_file"
 
14206
+_am_stamp_count=1
 
14207
+for _am_header in $config_headers :; do
 
14208
+  case $_am_header in
 
14209
+    $_am_arg | $_am_arg:* )
 
14210
+      break ;;
 
14211
+    * )
 
14212
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
14213
   esac
 
14214
 done
 
14215
-_ACEOF
 
14216
-cat >>$CONFIG_STATUS <<\_ACEOF
 
14217
+echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
 
14218
+$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
14219
+        X"$_am_arg" : 'X\(//\)[^/]' \| \
 
14220
+        X"$_am_arg" : 'X\(//\)$' \| \
 
14221
+        X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
 
14222
+$as_echo X"$_am_arg" |
 
14223
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
14224
+           s//\1/
 
14225
+           q
 
14226
+         }
 
14227
+         /^X\(\/\/\)[^/].*/{
 
14228
+           s//\1/
 
14229
+           q
 
14230
+         }
 
14231
+         /^X\(\/\/\)$/{
 
14232
+           s//\1/
 
14233
+           q
 
14234
+         }
 
14235
+         /^X\(\/\).*/{
 
14236
+           s//\1/
 
14237
+           q
 
14238
+         }
 
14239
+         s/.*/./; q'`/stamp-h$_am_stamp_count
 
14240
+ ;;
 
14241
 
 
14242
-#
 
14243
-# CONFIG_COMMANDS section.
 
14244
-#
 
14245
-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
 
14246
-  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
 
14247
-  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
 
14248
-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
 
14249
-$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
14250
-         X"$ac_dest" : 'X\(//\)[^/]' \| \
 
14251
-         X"$ac_dest" : 'X\(//\)$' \| \
 
14252
-         X"$ac_dest" : 'X\(/\)' \| \
 
14253
-         .     : '\(.\)' 2>/dev/null ||
 
14254
-echo X"$ac_dest" |
 
14255
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
14256
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
14257
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
14258
-         /^X\(\/\).*/{ s//\1/; q; }
 
14259
-         s/.*/./; q'`
 
14260
-  ac_builddir=.
 
14261
+  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
 
14262
+$as_echo "$as_me: executing $ac_file commands" >&6;}
 
14263
+ ;;
 
14264
+  esac
 
14265
 
 
14266
-if test "$ac_dir" != .; then
 
14267
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
14268
-  # A "../" for each directory in $ac_dir_suffix.
 
14269
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 
14270
-else
 
14271
-  ac_dir_suffix= ac_top_builddir=
 
14272
-fi
 
14273
 
 
14274
-case $srcdir in
 
14275
-  .)  # No --srcdir option.  We are building in place.
 
14276
-    ac_srcdir=.
 
14277
-    if test -z "$ac_top_builddir"; then
 
14278
-       ac_top_srcdir=.
 
14279
-    else
 
14280
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 
14281
-    fi ;;
 
14282
-  [\\/]* | ?:[\\/]* )  # Absolute path.
 
14283
-    ac_srcdir=$srcdir$ac_dir_suffix;
 
14284
-    ac_top_srcdir=$srcdir ;;
 
14285
-  *) # Relative path.
 
14286
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 
14287
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 
14288
-esac
 
14289
-# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
 
14290
-# absolute.
 
14291
-ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
 
14292
-ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
 
14293
-ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
 
14294
-ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
 
14295
-
 
14296
-
 
14297
-  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
 
14298
-echo "$as_me: executing $ac_dest commands" >&6;}
 
14299
-  case $ac_dest in
 
14300
-    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 
14301
-  # Strip MF so we end up with the name of the file.
 
14302
-  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
14303
-  # Check whether this is an Automake generated Makefile or not.
 
14304
-  # We used to match only the files named `Makefile.in', but
 
14305
-  # some people rename them; so instead we look at the file content.
 
14306
-  # Grep'ing the first line is not enough: some people post-process
 
14307
-  # each Makefile.in and add a new line on top of each file to say so.
 
14308
-  # So let's grep whole file.
 
14309
-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
14310
-    dirpart=`(dirname "$mf") 2>/dev/null ||
 
14311
+  case $ac_file$ac_mode in
 
14312
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
 
14313
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 
14314
+  # are listed without --file.  Let's play safe and only enable the eval
 
14315
+  # if we detect the quoting.
 
14316
+  case $CONFIG_FILES in
 
14317
+  *\'*) eval set x "$CONFIG_FILES" ;;
 
14318
+  *)   set x $CONFIG_FILES ;;
 
14319
+  esac
 
14320
+  shift
 
14321
+  for mf
 
14322
+  do
 
14323
+    # Strip MF so we end up with the name of the file.
 
14324
+    mf=`echo "$mf" | sed -e 's/:.*$//'`
 
14325
+    # Check whether this is an Automake generated Makefile or not.
 
14326
+    # We used to match only the files named `Makefile.in', but
 
14327
+    # some people rename them; so instead we look at the file content.
 
14328
+    # Grep'ing the first line is not enough: some people post-process
 
14329
+    # each Makefile.in and add a new line on top of each file to say so.
 
14330
+    # Grep'ing the whole file is not good either: AIX grep has a line
 
14331
+    # limit of 2048, but all sed's we know have understand at least 4000.
 
14332
+    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
14333
+      dirpart=`$as_dirname -- "$mf" ||
 
14334
 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
14335
-         X"$mf" : 'X\(//\)[^/]' \| \
 
14336
-         X"$mf" : 'X\(//\)$' \| \
 
14337
-         X"$mf" : 'X\(/\)' \| \
 
14338
-         .     : '\(.\)' 2>/dev/null ||
 
14339
-echo X"$mf" |
 
14340
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
14341
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
14342
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
14343
-         /^X\(\/\).*/{ s//\1/; q; }
 
14344
-         s/.*/./; q'`
 
14345
-  else
 
14346
-    continue
 
14347
-  fi
 
14348
-  grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
 
14349
-  # Extract the definition of DEP_FILES from the Makefile without
 
14350
-  # running `make'.
 
14351
-  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
 
14352
-  test -z "$DEPDIR" && continue
 
14353
-  # When using ansi2knr, U may be empty or an underscore; expand it
 
14354
-  U=`sed -n -e '/^U = / s///p' < "$mf"`
 
14355
-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
 
14356
-  # We invoke sed twice because it is the simplest approach to
 
14357
-  # changing $(DEPDIR) to its actual value in the expansion.
 
14358
-  for file in `sed -n -e '
 
14359
-    /^DEP_FILES = .*\\\\$/ {
 
14360
-      s/^DEP_FILES = //
 
14361
-      :loop
 
14362
-       s/\\\\$//
 
14363
-       p
 
14364
-       n
 
14365
-       /\\\\$/ b loop
 
14366
-      p
 
14367
-    }
 
14368
-    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
 
14369
-       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
14370
-    # Make sure the directory exists.
 
14371
-    test -f "$dirpart/$file" && continue
 
14372
-    fdir=`(dirname "$file") 2>/dev/null ||
 
14373
+        X"$mf" : 'X\(//\)[^/]' \| \
 
14374
+        X"$mf" : 'X\(//\)$' \| \
 
14375
+        X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
 
14376
+$as_echo X"$mf" |
 
14377
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
14378
+           s//\1/
 
14379
+           q
 
14380
+         }
 
14381
+         /^X\(\/\/\)[^/].*/{
 
14382
+           s//\1/
 
14383
+           q
 
14384
+         }
 
14385
+         /^X\(\/\/\)$/{
 
14386
+           s//\1/
 
14387
+           q
 
14388
+         }
 
14389
+         /^X\(\/\).*/{
 
14390
+           s//\1/
 
14391
+           q
 
14392
+         }
 
14393
+         s/.*/./; q'`
 
14394
+    else
 
14395
+      continue
 
14396
+    fi
 
14397
+    # Extract the definition of DEPDIR, am__include, and am__quote
 
14398
+    # from the Makefile without running `make'.
 
14399
+    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
14400
+    test -z "$DEPDIR" && continue
 
14401
+    am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
14402
+    test -z "am__include" && continue
 
14403
+    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
14404
+    # When using ansi2knr, U may be empty or an underscore; expand it
 
14405
+    U=`sed -n 's/^U = //p' < "$mf"`
 
14406
+    # Find all dependency output files, they are included files with
 
14407
+    # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
14408
+    # simplest approach to changing $(DEPDIR) to its actual value in the
 
14409
+    # expansion.
 
14410
+    for file in `sed -n "
 
14411
+      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
14412
+        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
14413
+      # Make sure the directory exists.
 
14414
+      test -f "$dirpart/$file" && continue
 
14415
+      fdir=`$as_dirname -- "$file" ||
 
14416
 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
14417
-         X"$file" : 'X\(//\)[^/]' \| \
 
14418
-         X"$file" : 'X\(//\)$' \| \
 
14419
-         X"$file" : 'X\(/\)' \| \
 
14420
-         .     : '\(.\)' 2>/dev/null ||
 
14421
-echo X"$file" |
 
14422
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
14423
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
14424
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
14425
-         /^X\(\/\).*/{ s//\1/; q; }
 
14426
-         s/.*/./; q'`
 
14427
-    { if $as_mkdir_p; then
 
14428
-    mkdir -p $dirpart/$fdir
 
14429
-  else
 
14430
-    as_dir=$dirpart/$fdir
 
14431
-    as_dirs=
 
14432
-    while test ! -d "$as_dir"; do
 
14433
-      as_dirs="$as_dir $as_dirs"
 
14434
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 
14435
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
14436
-         X"$as_dir" : 'X\(//\)[^/]' \| \
 
14437
-         X"$as_dir" : 'X\(//\)$' \| \
 
14438
-         X"$as_dir" : 'X\(/\)' \| \
 
14439
-         .     : '\(.\)' 2>/dev/null ||
 
14440
-echo X"$as_dir" |
 
14441
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
14442
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
14443
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
14444
-         /^X\(\/\).*/{ s//\1/; q; }
 
14445
-         s/.*/./; q'`
 
14446
+        X"$file" : 'X\(//\)[^/]' \| \
 
14447
+        X"$file" : 'X\(//\)$' \| \
 
14448
+        X"$file" : 'X\(/\)' \| . 2>/dev/null ||
 
14449
+$as_echo X"$file" |
 
14450
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
14451
+           s//\1/
 
14452
+           q
 
14453
+         }
 
14454
+         /^X\(\/\/\)[^/].*/{
 
14455
+           s//\1/
 
14456
+           q
 
14457
+         }
 
14458
+         /^X\(\/\/\)$/{
 
14459
+           s//\1/
 
14460
+           q
 
14461
+         }
 
14462
+         /^X\(\/\).*/{
 
14463
+           s//\1/
 
14464
+           q
 
14465
+         }
 
14466
+         s/.*/./; q'`
 
14467
+      as_dir=$dirpart/$fdir; as_fn_mkdir_p
 
14468
+      # echo "creating $dirpart/$file"
 
14469
+      echo '# dummy' > "$dirpart/$file"
 
14470
     done
 
14471
-    test ! -n "$as_dirs" || mkdir $as_dirs
 
14472
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
 
14473
-echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
 
14474
-   { (exit 1); exit 1; }; }; }
 
14475
-
 
14476
-    # echo "creating $dirpart/$file"
 
14477
-    echo '# dummy' > "$dirpart/$file"
 
14478
   done
 
14479
-done
 
14480
+}
 
14481
  ;;
 
14482
+
 
14483
   esac
 
14484
-done
 
14485
-_ACEOF
 
14486
+done # for ac_tag
 
14487
 
 
14488
-cat >>$CONFIG_STATUS <<\_ACEOF
 
14489
 
 
14490
-{ (exit 0); exit 0; }
 
14491
+as_fn_exit 0
 
14492
 _ACEOF
 
14493
-chmod +x $CONFIG_STATUS
 
14494
 ac_clean_files=$ac_clean_files_save
 
14495
 
 
14496
+test $ac_write_fail = 0 ||
 
14497
+  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
 
14498
+
 
14499
 
 
14500
 # configure is writing to config.log, and then calls config.status.
 
14501
 # config.status does its own redirection, appending to config.log.
 
14502
@@ -5593,32 +6581,35 @@ if test "$no_create" != yes; then
 
14503
   exec 5>>config.log
 
14504
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
 
14505
   # would make configure fail if this is the last instruction.
 
14506
-  $ac_cs_success || { (exit 1); exit 1; }
 
14507
+  $ac_cs_success || as_fn_exit 1
 
14508
+fi
 
14509
+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
 
14510
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
 
14511
+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
 
14512
 fi
 
14513
 
 
14514
 
 
14515
 echo " "
 
14516
 
 
14517
 if test "$enable_gtk2" = "yes" ; then
 
14518
-       echo "$as_me:$LINENO: result:     GTK2 enabled." >&5
 
14519
-echo "${ECHO_T}    GTK2 enabled." >&6
 
14520
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result:     GTK2 enabled." >&5
 
14521
+$as_echo "    GTK2 enabled." >&6; }
 
14522
 else
 
14523
-       echo "$as_me:$LINENO: result:     GTK2 disabled." >&5
 
14524
-echo "${ECHO_T}    GTK2 disabled." >&6
 
14525
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result:     GTK2 disabled." >&5
 
14526
+$as_echo "    GTK2 disabled." >&6; }
 
14527
 fi
 
14528
 
 
14529
 if test "$enable_sdl" = "yes" ; then
 
14530
-       echo "$as_me:$LINENO: result:      SDL enabled." >&5
 
14531
-echo "${ECHO_T}     SDL enabled." >&6
 
14532
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result:      SDL enabled." >&5
 
14533
+$as_echo "     SDL enabled." >&6; }
 
14534
 else
 
14535
-       echo "$as_me:$LINENO: result:      SDL disabled." >&5
 
14536
-echo "${ECHO_T}     SDL disabled." >&6
 
14537
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result:      SDL disabled." >&5
 
14538
+$as_echo "     SDL disabled." >&6; }
 
14539
 fi
 
14540
 if test "$enable_gnome" = "yes" ; then
 
14541
-       echo "$as_me:$LINENO: result:    GNOME enabled." >&5
 
14542
-echo "${ECHO_T}   GNOME enabled." >&6
 
14543
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result:    GNOME enabled." >&5
 
14544
+$as_echo "   GNOME enabled." >&6; }
 
14545
 else
 
14546
-       echo "$as_me:$LINENO: result:    GNOME disabled." >&5
 
14547
-echo "${ECHO_T}   GNOME disabled." >&6
 
14548
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result:    GNOME disabled." >&5
 
14549
+$as_echo "   GNOME disabled." >&6; }
 
14550
 fi
 
14551
-
 
14552
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/Makefile.in
 
14553
+++ gtkboard-0.11pre0+cvs.2003.11.02/Makefile.in
 
14554
@@ -1,8 +1,9 @@
 
14555
-# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
14556
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
14557
 # @configure_input@
 
14558
 
 
14559
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
14560
-# Free Software Foundation, Inc.
 
14561
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
14562
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
14563
+# Inc.
 
14564
 # This Makefile.in is free software; the Free Software Foundation
 
14565
 # gives unlimited permission to copy and/or distribute it,
 
14566
 # with or without modifications, as long as this notice is preserved.
 
14567
@@ -13,133 +14,257 @@
 
14568
 # PARTICULAR PURPOSE.
 
14569
 
 
14570
 @SET_MAKE@
 
14571
-SHELL = @SHELL@
 
14572
-
 
14573
-srcdir = @srcdir@
 
14574
-top_srcdir = @top_srcdir@
 
14575
 VPATH = @srcdir@
 
14576
-prefix = @prefix@
 
14577
-exec_prefix = @exec_prefix@
 
14578
-
 
14579
-bindir = @bindir@
 
14580
-sbindir = @sbindir@
 
14581
-libexecdir = @libexecdir@
 
14582
-datadir = @datadir@
 
14583
-sysconfdir = @sysconfdir@
 
14584
-sharedstatedir = @sharedstatedir@
 
14585
-localstatedir = @localstatedir@
 
14586
-libdir = @libdir@
 
14587
-infodir = @infodir@
 
14588
-mandir = @mandir@
 
14589
-includedir = @includedir@
 
14590
-oldincludedir = /usr/include
 
14591
 pkgdatadir = $(datadir)/@PACKAGE@
 
14592
-pkglibdir = $(libdir)/@PACKAGE@
 
14593
 pkgincludedir = $(includedir)/@PACKAGE@
 
14594
-top_builddir = .
 
14595
-
 
14596
-ACLOCAL = @ACLOCAL@
 
14597
-AUTOCONF = @AUTOCONF@
 
14598
-AUTOMAKE = @AUTOMAKE@
 
14599
-AUTOHEADER = @AUTOHEADER@
 
14600
-
 
14601
+pkglibdir = $(libdir)/@PACKAGE@
 
14602
+pkglibexecdir = $(libexecdir)/@PACKAGE@
 
14603
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
14604
-INSTALL = @INSTALL@
 
14605
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
14606
-INSTALL_DATA = @INSTALL_DATA@
 
14607
 install_sh_DATA = $(install_sh) -c -m 644
 
14608
 install_sh_PROGRAM = $(install_sh) -c
 
14609
 install_sh_SCRIPT = $(install_sh) -c
 
14610
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
14611
 INSTALL_HEADER = $(INSTALL_DATA)
 
14612
-transform = @program_transform_name@
 
14613
+transform = $(program_transform_name)
 
14614
 NORMAL_INSTALL = :
 
14615
 PRE_INSTALL = :
 
14616
 POST_INSTALL = :
 
14617
 NORMAL_UNINSTALL = :
 
14618
 PRE_UNINSTALL = :
 
14619
 POST_UNINSTALL = :
 
14620
-host_alias = @host_alias@
 
14621
+build_triplet = @build@
 
14622
 host_triplet = @host@
 
14623
-
 
14624
-EXEEXT = @EXEEXT@
 
14625
-OBJEXT = @OBJEXT@
 
14626
-PATH_SEPARATOR = @PATH_SEPARATOR@
 
14627
+target_triplet = @target@
 
14628
+subdir = .
 
14629
+DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
14630
+       $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
14631
+       $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
14632
+       TODO config.guess config.sub depcomp install-sh missing \
 
14633
+       mkinstalldirs
 
14634
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
14635
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
14636
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
14637
+       $(ACLOCAL_M4)
 
14638
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
14639
+ configure.lineno config.status.lineno
 
14640
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
14641
+CONFIG_HEADER = config.h
 
14642
+CONFIG_CLEAN_FILES =
 
14643
+CONFIG_CLEAN_VPATH_FILES =
 
14644
+SOURCES =
 
14645
+DIST_SOURCES =
 
14646
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
14647
+       html-recursive info-recursive install-data-recursive \
 
14648
+       install-dvi-recursive install-exec-recursive \
 
14649
+       install-html-recursive install-info-recursive \
 
14650
+       install-pdf-recursive install-ps-recursive install-recursive \
 
14651
+       installcheck-recursive installdirs-recursive pdf-recursive \
 
14652
+       ps-recursive uninstall-recursive
 
14653
+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
 
14654
+  distclean-recursive maintainer-clean-recursive
 
14655
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
14656
+       $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
14657
+       distdir dist dist-all distcheck
 
14658
+ETAGS = etags
 
14659
+CTAGS = ctags
 
14660
+DIST_SUBDIRS = $(SUBDIRS)
 
14661
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
14662
+distdir = $(PACKAGE)-$(VERSION)
 
14663
+top_distdir = $(distdir)
 
14664
+am__remove_distdir = \
 
14665
+  { test ! -d "$(distdir)" \
 
14666
+    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
14667
+         && rm -fr "$(distdir)"; }; }
 
14668
+am__relativize = \
 
14669
+  dir0=`pwd`; \
 
14670
+  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
14671
+  sed_rest='s,^[^/]*/*,,'; \
 
14672
+  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
14673
+  sed_butlast='s,/*[^/]*$$,,'; \
 
14674
+  while test -n "$$dir1"; do \
 
14675
+    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
14676
+    if test "$$first" != "."; then \
 
14677
+      if test "$$first" = ".."; then \
 
14678
+        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
14679
+        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
14680
+      else \
 
14681
+        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
14682
+        if test "$$first2" = "$$first"; then \
 
14683
+          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
14684
+        else \
 
14685
+          dir2="../$$dir2"; \
 
14686
+        fi; \
 
14687
+        dir0="$$dir0"/"$$first"; \
 
14688
+      fi; \
 
14689
+    fi; \
 
14690
+    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
14691
+  done; \
 
14692
+  reldir="$$dir2"
 
14693
+DIST_ARCHIVES = $(distdir).tar.gz
 
14694
+GZIP_ENV = --best
 
14695
+distuninstallcheck_listfiles = find . -type f -print
 
14696
+distcleancheck_listfiles = find . -type f -print
 
14697
+ACLOCAL = @ACLOCAL@
 
14698
 AMTAR = @AMTAR@
 
14699
+AUTOCONF = @AUTOCONF@
 
14700
+AUTOHEADER = @AUTOHEADER@
 
14701
+AUTOMAKE = @AUTOMAKE@
 
14702
 AWK = @AWK@
 
14703
 CC = @CC@
 
14704
+CCDEPMODE = @CCDEPMODE@
 
14705
+CFLAGS = @CFLAGS@
 
14706
+CPP = @CPP@
 
14707
+CPPFLAGS = @CPPFLAGS@
 
14708
+CYGPATH_W = @CYGPATH_W@
 
14709
+DEFS = @DEFS@
 
14710
 DEPDIR = @DEPDIR@
 
14711
+ECHO_C = @ECHO_C@
 
14712
+ECHO_N = @ECHO_N@
 
14713
+ECHO_T = @ECHO_T@
 
14714
+EGREP = @EGREP@
 
14715
+EXEEXT = @EXEEXT@
 
14716
 GNOME_CFLAGS = @GNOME_CFLAGS@
 
14717
 GNOME_LIBS = @GNOME_LIBS@
 
14718
+GREP = @GREP@
 
14719
 GTK_CFLAGS = @GTK_CFLAGS@
 
14720
-GTK_CONFIG = @GTK_CONFIG@
 
14721
 GTK_LIBS = @GTK_LIBS@
 
14722
+INSTALL = @INSTALL@
 
14723
+INSTALL_DATA = @INSTALL_DATA@
 
14724
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
14725
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
14726
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
14727
+LDFLAGS = @LDFLAGS@
 
14728
+LIBOBJS = @LIBOBJS@
 
14729
+LIBS = @LIBS@
 
14730
+LTLIBOBJS = @LTLIBOBJS@
 
14731
+MAKEINFO = @MAKEINFO@
 
14732
+MKDIR_P = @MKDIR_P@
 
14733
+OBJEXT = @OBJEXT@
 
14734
 PACKAGE = @PACKAGE@
 
14735
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
14736
+PACKAGE_NAME = @PACKAGE_NAME@
 
14737
+PACKAGE_STRING = @PACKAGE_STRING@
 
14738
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
14739
+PACKAGE_URL = @PACKAGE_URL@
 
14740
+PACKAGE_VERSION = @PACKAGE_VERSION@
 
14741
+PATH_SEPARATOR = @PATH_SEPARATOR@
 
14742
 PKG_CONFIG = @PKG_CONFIG@
 
14743
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
14744
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
14745
+SET_MAKE = @SET_MAKE@
 
14746
+SHELL = @SHELL@
 
14747
 STRIP = @STRIP@
 
14748
 VERSION = @VERSION@
 
14749
+abs_builddir = @abs_builddir@
 
14750
+abs_srcdir = @abs_srcdir@
 
14751
+abs_top_builddir = @abs_top_builddir@
 
14752
+abs_top_srcdir = @abs_top_srcdir@
 
14753
+ac_ct_CC = @ac_ct_CC@
 
14754
 am__include = @am__include@
 
14755
+am__leading_dot = @am__leading_dot@
 
14756
 am__quote = @am__quote@
 
14757
+am__tar = @am__tar@
 
14758
+am__untar = @am__untar@
 
14759
+bindir = @bindir@
 
14760
+build = @build@
 
14761
+build_alias = @build_alias@
 
14762
+build_cpu = @build_cpu@
 
14763
+build_os = @build_os@
 
14764
+build_vendor = @build_vendor@
 
14765
+builddir = @builddir@
 
14766
+datadir = @datadir@
 
14767
+datarootdir = @datarootdir@
 
14768
+docdir = @docdir@
 
14769
+dvidir = @dvidir@
 
14770
+exec_prefix = @exec_prefix@
 
14771
+host = @host@
 
14772
+host_alias = @host_alias@
 
14773
+host_cpu = @host_cpu@
 
14774
+host_os = @host_os@
 
14775
+host_vendor = @host_vendor@
 
14776
+htmldir = @htmldir@
 
14777
+includedir = @includedir@
 
14778
+infodir = @infodir@
 
14779
 install_sh = @install_sh@
 
14780
-
 
14781
+libdir = @libdir@
 
14782
+libexecdir = @libexecdir@
 
14783
+localedir = @localedir@
 
14784
+localstatedir = @localstatedir@
 
14785
+mandir = @mandir@
 
14786
+mkdir_p = @mkdir_p@
 
14787
+oldincludedir = @oldincludedir@
 
14788
+pdfdir = @pdfdir@
 
14789
+prefix = @prefix@
 
14790
+program_transform_name = @program_transform_name@
 
14791
+psdir = @psdir@
 
14792
+sbindir = @sbindir@
 
14793
+sharedstatedir = @sharedstatedir@
 
14794
+srcdir = @srcdir@
 
14795
+sysconfdir = @sysconfdir@
 
14796
+target = @target@
 
14797
+target_alias = @target_alias@
 
14798
+target_cpu = @target_cpu@
 
14799
+target_os = @target_os@
 
14800
+target_vendor = @target_vendor@
 
14801
+top_build_prefix = @top_build_prefix@
 
14802
+top_builddir = @top_builddir@
 
14803
+top_srcdir = @top_srcdir@
 
14804
 SUBDIRS = doc src sounds pixmaps
 
14805
-
 
14806
 EXTRA_DIST = gtkboard.spec 
 
14807
-subdir = .
 
14808
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
14809
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
14810
-CONFIG_HEADER = config.h
 
14811
-CONFIG_CLEAN_FILES =
 
14812
-DIST_SOURCES =
 
14813
-
 
14814
-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
 
14815
-       uninstall-info-recursive all-recursive install-data-recursive \
 
14816
-       install-exec-recursive installdirs-recursive install-recursive \
 
14817
-       uninstall-recursive check-recursive installcheck-recursive
 
14818
-DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
 
14819
-       Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in \
 
14820
-       config.sub configure configure.in depcomp install-sh missing \
 
14821
-       mkinstalldirs
 
14822
-DIST_SUBDIRS = $(SUBDIRS)
 
14823
 all: config.h
 
14824
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
14825
 
 
14826
 .SUFFIXES:
 
14827
+am--refresh:
 
14828
+       @:
 
14829
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
14830
+       @for dep in $?; do \
 
14831
+         case '$(am__configure_deps)' in \
 
14832
+           *$$dep*) \
 
14833
+             echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
14834
+             $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
14835
+               && exit 0; \
 
14836
+             exit 1;; \
 
14837
+         esac; \
 
14838
+       done; \
 
14839
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
14840
+       $(am__cd) $(top_srcdir) && \
 
14841
+         $(AUTOMAKE) --gnu Makefile
 
14842
+.PRECIOUS: Makefile
 
14843
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
14844
+       @case '$?' in \
 
14845
+         *config.status*) \
 
14846
+           echo ' $(SHELL) ./config.status'; \
 
14847
+           $(SHELL) ./config.status;; \
 
14848
+         *) \
 
14849
+           echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
14850
+           cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
14851
+       esac;
 
14852
 
 
14853
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
14854
- configure.lineno
 
14855
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
14856
-       cd $(top_srcdir) && \
 
14857
-         $(AUTOMAKE) --gnu  Makefile
 
14858
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
14859
-       cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
 
14860
-
 
14861
-$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
14862
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
14863
        $(SHELL) ./config.status --recheck
 
14864
-$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
14865
-       cd $(srcdir) && $(AUTOCONF)
 
14866
 
 
14867
-$(ACLOCAL_M4):  configure.in 
 
14868
-       cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
14869
+$(top_srcdir)/configure:  $(am__configure_deps)
 
14870
+       $(am__cd) $(srcdir) && $(AUTOCONF)
 
14871
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
14872
+       $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
14873
+$(am__aclocal_m4_deps):
 
14874
 
 
14875
 config.h: stamp-h1
 
14876
        @if test ! -f $@; then \
 
14877
          rm -f stamp-h1; \
 
14878
-         $(MAKE) stamp-h1; \
 
14879
+         $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
14880
        else :; fi
 
14881
 
 
14882
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
14883
        @rm -f stamp-h1
 
14884
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
14885
-
 
14886
-$(srcdir)/config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
14887
-       cd $(top_srcdir) && $(AUTOHEADER)
 
14888
-       touch $(srcdir)/config.h.in
 
14889
+$(srcdir)/config.h.in:  $(am__configure_deps) 
 
14890
+       ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
14891
+       rm -f stamp-h1
 
14892
+       touch $@
 
14893
 
 
14894
 distclean-hdr:
 
14895
        -rm -f config.h stamp-h1
 
14896
-uninstall-info-am:
 
14897
 
 
14898
 # This directory's subdirectories are mostly independent; you can cd
 
14899
 # into them and run `make' without going through this Makefile.
 
14900
@@ -148,7 +273,13 @@ uninstall-info-am:
 
14901
 #     (which will cause the Makefiles to be regenerated when you run `make');
 
14902
 # (2) otherwise, pass the desired values on the `make' command line.
 
14903
 $(RECURSIVE_TARGETS):
 
14904
-       @set fnord $$MAKEFLAGS; amf=$$2; \
 
14905
+       @fail= failcom='exit 1'; \
 
14906
+       for f in x $$MAKEFLAGS; do \
 
14907
+         case $$f in \
 
14908
+           *=* | --[!k]*);; \
 
14909
+           *k*) failcom='fail=yes';; \
 
14910
+         esac; \
 
14911
+       done; \
 
14912
        dot_seen=no; \
 
14913
        target=`echo $@ | sed s/-recursive//`; \
 
14914
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
14915
@@ -159,16 +290,21 @@ $(RECURSIVE_TARGETS):
 
14916
          else \
 
14917
            local_target="$$target"; \
 
14918
          fi; \
 
14919
-         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
14920
-          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
14921
+         ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
14922
+         || eval $$failcom; \
 
14923
        done; \
 
14924
        if test "$$dot_seen" = "no"; then \
 
14925
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
14926
        fi; test -z "$$fail"
 
14927
 
 
14928
-mostlyclean-recursive clean-recursive distclean-recursive \
 
14929
-maintainer-clean-recursive:
 
14930
-       @set fnord $$MAKEFLAGS; amf=$$2; \
 
14931
+$(RECURSIVE_CLEAN_TARGETS):
 
14932
+       @fail= failcom='exit 1'; \
 
14933
+       for f in x $$MAKEFLAGS; do \
 
14934
+         case $$f in \
 
14935
+           *=* | --[!k]*);; \
 
14936
+           *k*) failcom='fail=yes';; \
 
14937
+         esac; \
 
14938
+       done; \
 
14939
        dot_seen=no; \
 
14940
        case "$@" in \
 
14941
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
14942
@@ -188,129 +324,213 @@ maintainer-clean-recursive:
 
14943
          else \
 
14944
            local_target="$$target"; \
 
14945
          fi; \
 
14946
-         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
14947
-          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
14948
+         ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
14949
+         || eval $$failcom; \
 
14950
        done && test -z "$$fail"
 
14951
 tags-recursive:
 
14952
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
14953
-         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
14954
+         test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
14955
+       done
 
14956
+ctags-recursive:
 
14957
+       list='$(SUBDIRS)'; for subdir in $$list; do \
 
14958
+         test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
14959
        done
 
14960
-
 
14961
-ETAGS = etags
 
14962
-ETAGSFLAGS =
 
14963
-
 
14964
-tags: TAGS
 
14965
 
 
14966
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
14967
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
14968
        unique=`for i in $$list; do \
 
14969
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
14970
          done | \
 
14971
-         $(AWK) '    { files[$$0] = 1; } \
 
14972
-              END { for (i in files) print i; }'`; \
 
14973
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
14974
+             END { if (nonempty) { for (i in files) print i; }; }'`; \
 
14975
        mkid -fID $$unique
 
14976
+tags: TAGS
 
14977
 
 
14978
 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
14979
                $(TAGS_FILES) $(LISP)
 
14980
-       tags=; \
 
14981
+       set x; \
 
14982
        here=`pwd`; \
 
14983
+       if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
14984
+         include_option=--etags-include; \
 
14985
+         empty_fix=.; \
 
14986
+       else \
 
14987
+         include_option=--include; \
 
14988
+         empty_fix=; \
 
14989
+       fi; \
 
14990
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
14991
          if test "$$subdir" = .; then :; else \
 
14992
-           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
14993
+           test ! -f $$subdir/TAGS || \
 
14994
+             set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
14995
          fi; \
 
14996
        done; \
 
14997
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
14998
        unique=`for i in $$list; do \
 
14999
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
15000
          done | \
 
15001
-         $(AWK) '    { files[$$0] = 1; } \
 
15002
-              END { for (i in files) print i; }'`; \
 
15003
-       test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
15004
-         || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
15005
-            $$tags $$unique
 
15006
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
15007
+             END { if (nonempty) { for (i in files) print i; }; }'`; \
 
15008
+       shift; \
 
15009
+       if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
15010
+         test -n "$$unique" || unique=$$empty_fix; \
 
15011
+         if test $$# -gt 0; then \
 
15012
+           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
15013
+             "$$@" $$unique; \
 
15014
+         else \
 
15015
+           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
15016
+             $$unique; \
 
15017
+         fi; \
 
15018
+       fi
 
15019
+ctags: CTAGS
 
15020
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
15021
+               $(TAGS_FILES) $(LISP)
 
15022
+       list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
15023
+       unique=`for i in $$list; do \
 
15024
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
15025
+         done | \
 
15026
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
15027
+             END { if (nonempty) { for (i in files) print i; }; }'`; \
 
15028
+       test -z "$(CTAGS_ARGS)$$unique" \
 
15029
+         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
15030
+            $$unique
 
15031
 
 
15032
 GTAGS:
 
15033
        here=`$(am__cd) $(top_builddir) && pwd` \
 
15034
-         && cd $(top_srcdir) \
 
15035
-         && gtags -i $(GTAGS_ARGS) $$here
 
15036
+         && $(am__cd) $(top_srcdir) \
 
15037
+         && gtags -i $(GTAGS_ARGS) "$$here"
 
15038
 
 
15039
 distclean-tags:
 
15040
-       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
15041
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
15042
-
 
15043
-top_distdir = .
 
15044
-distdir = $(PACKAGE)-$(VERSION)
 
15045
-
 
15046
-am__remove_distdir = \
 
15047
-  { test ! -d $(distdir) \
 
15048
-    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
15049
-         && rm -fr $(distdir); }; }
 
15050
-
 
15051
-GZIP_ENV = --best
 
15052
-distcleancheck_listfiles = find . -type f -print
 
15053
+       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
15054
 
 
15055
 distdir: $(DISTFILES)
 
15056
        $(am__remove_distdir)
 
15057
-       mkdir $(distdir)
 
15058
-       @list='$(DISTFILES)'; for file in $$list; do \
 
15059
+       test -d "$(distdir)" || mkdir "$(distdir)"
 
15060
+       @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
15061
+       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
15062
+       list='$(DISTFILES)'; \
 
15063
+         dist_files=`for file in $$list; do echo $$file; done | \
 
15064
+         sed -e "s|^$$srcdirstrip/||;t" \
 
15065
+             -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
15066
+       case $$dist_files in \
 
15067
+         */*) $(MKDIR_P) `echo "$$dist_files" | \
 
15068
+                          sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
15069
+                          sort -u` ;; \
 
15070
+       esac; \
 
15071
+       for file in $$dist_files; do \
 
15072
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
15073
-         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
15074
-         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
15075
-           dir="/$$dir"; \
 
15076
-           $(mkinstalldirs) "$(distdir)$$dir"; \
 
15077
-         else \
 
15078
-           dir=''; \
 
15079
-         fi; \
 
15080
          if test -d $$d/$$file; then \
 
15081
+           dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
15082
+           if test -d "$(distdir)/$$file"; then \
 
15083
+             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
15084
+           fi; \
 
15085
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
15086
-             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
15087
+             cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
15088
+             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
15089
            fi; \
 
15090
-           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
15091
+           cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
15092
          else \
 
15093
-           test -f $(distdir)/$$file \
 
15094
-           || cp -p $$d/$$file $(distdir)/$$file \
 
15095
+           test -f "$(distdir)/$$file" \
 
15096
+           || cp -p $$d/$$file "$(distdir)/$$file" \
 
15097
            || exit 1; \
 
15098
          fi; \
 
15099
        done
 
15100
-       list='$(SUBDIRS)'; for subdir in $$list; do \
 
15101
+       @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
15102
          if test "$$subdir" = .; then :; else \
 
15103
-           test -d $(distdir)/$$subdir \
 
15104
-           || mkdir $(distdir)/$$subdir \
 
15105
+           test -d "$(distdir)/$$subdir" \
 
15106
+           || $(MKDIR_P) "$(distdir)/$$subdir" \
 
15107
            || exit 1; \
 
15108
-           (cd $$subdir && \
 
15109
+         fi; \
 
15110
+       done
 
15111
+       @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
15112
+         if test "$$subdir" = .; then :; else \
 
15113
+           dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
15114
+           $(am__relativize); \
 
15115
+           new_distdir=$$reldir; \
 
15116
+           dir1=$$subdir; dir2="$(top_distdir)"; \
 
15117
+           $(am__relativize); \
 
15118
+           new_top_distdir=$$reldir; \
 
15119
+           echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
15120
+           echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
15121
+           ($(am__cd) $$subdir && \
 
15122
              $(MAKE) $(AM_MAKEFLAGS) \
 
15123
-               top_distdir="$(top_distdir)" \
 
15124
-               distdir=../$(distdir)/$$subdir \
 
15125
+               top_distdir="$$new_top_distdir" \
 
15126
+               distdir="$$new_distdir" \
 
15127
+               am__remove_distdir=: \
 
15128
+               am__skip_length_check=: \
 
15129
+               am__skip_mode_fix=: \
 
15130
                distdir) \
 
15131
              || exit 1; \
 
15132
          fi; \
 
15133
        done
 
15134
-       -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
15135
+       -test -n "$(am__skip_mode_fix)" \
 
15136
+       || find "$(distdir)" -type d ! -perm -755 \
 
15137
+               -exec chmod u+rwx,go+rx {} \; -o \
 
15138
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
15139
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
15140
-         ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
15141
-       || chmod -R a+r $(distdir)
 
15142
+         ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
15143
+       || chmod -R a+r "$(distdir)"
 
15144
 dist-gzip: distdir
 
15145
-       $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
15146
+       tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
15147
+       $(am__remove_distdir)
 
15148
+
 
15149
+dist-bzip2: distdir
 
15150
+       tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
15151
+       $(am__remove_distdir)
 
15152
+
 
15153
+dist-lzma: distdir
 
15154
+       tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
15155
+       $(am__remove_distdir)
 
15156
+
 
15157
+dist-xz: distdir
 
15158
+       tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
15159
+       $(am__remove_distdir)
 
15160
+
 
15161
+dist-tarZ: distdir
 
15162
+       tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
15163
+       $(am__remove_distdir)
 
15164
+
 
15165
+dist-shar: distdir
 
15166
+       shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
15167
+       $(am__remove_distdir)
 
15168
+
 
15169
+dist-zip: distdir
 
15170
+       -rm -f $(distdir).zip
 
15171
+       zip -rq $(distdir).zip $(distdir)
 
15172
        $(am__remove_distdir)
 
15173
 
 
15174
 dist dist-all: distdir
 
15175
-       $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
15176
+       tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
15177
        $(am__remove_distdir)
 
15178
 
 
15179
 # This target untars the dist file and tries a VPATH configuration.  Then
 
15180
 # it guarantees that the distribution is self-contained by making another
 
15181
 # tarfile.
 
15182
 distcheck: dist
 
15183
-       $(am__remove_distdir)
 
15184
-       GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
15185
+       case '$(DIST_ARCHIVES)' in \
 
15186
+       *.tar.gz*) \
 
15187
+         GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
15188
+       *.tar.bz2*) \
 
15189
+         bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
15190
+       *.tar.lzma*) \
 
15191
+         lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
15192
+       *.tar.xz*) \
 
15193
+         xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
15194
+       *.tar.Z*) \
 
15195
+         uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
15196
+       *.shar.gz*) \
 
15197
+         GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
15198
+       *.zip*) \
 
15199
+         unzip $(distdir).zip ;;\
 
15200
+       esac
 
15201
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
15202
-       mkdir $(distdir)/=build
 
15203
-       mkdir $(distdir)/=inst
 
15204
+       mkdir $(distdir)/_build
 
15205
+       mkdir $(distdir)/_inst
 
15206
        chmod a-w $(distdir)
 
15207
-       dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
 
15208
-         && cd $(distdir)/=build \
 
15209
-         && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
15210
+       test -d $(distdir)/_build || exit 0; \
 
15211
+       dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
15212
+         && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
15213
+         && am__cwd=`pwd` \
 
15214
+         && $(am__cd) $(distdir)/_build \
 
15215
+         && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
15216
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
15217
          && $(MAKE) $(AM_MAKEFLAGS) \
 
15218
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
15219
@@ -318,23 +538,42 @@ distcheck: dist
 
15220
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
15221
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
15222
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
15223
-         && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
 
15224
-             || { echo "ERROR: files left after uninstall:" ; \
 
15225
-                  find $$dc_install_base -type f -print ; \
 
15226
-                  exit 1; } >&2 ) \
 
15227
-         && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
 
15228
-         && rm -f $(distdir).tar.gz \
 
15229
-         && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
15230
+         && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
15231
+               distuninstallcheck \
 
15232
+         && chmod -R a-w "$$dc_install_base" \
 
15233
+         && ({ \
 
15234
+              (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
15235
+              && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
15236
+              && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
15237
+              && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
15238
+                   distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
15239
+             } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
15240
+         && rm -rf "$$dc_destdir" \
 
15241
+         && $(MAKE) $(AM_MAKEFLAGS) dist \
 
15242
+         && rm -rf $(DIST_ARCHIVES) \
 
15243
+         && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
15244
+         && cd "$$am__cwd" \
 
15245
+         || exit 1
 
15246
        $(am__remove_distdir)
 
15247
-       @echo "$(distdir).tar.gz is ready for distribution" | \
 
15248
-         sed 'h;s/./=/g;p;x;p;x'
 
15249
+       @(echo "$(distdir) archives ready for distribution: "; \
 
15250
+         list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
15251
+         sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
15252
+distuninstallcheck:
 
15253
+       @$(am__cd) '$(distuninstallcheck_dir)' \
 
15254
+       && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
15255
+          || { echo "ERROR: files left after uninstall:" ; \
 
15256
+               if test -n "$(DESTDIR)"; then \
 
15257
+                 echo "  (check DESTDIR support)"; \
 
15258
+               fi ; \
 
15259
+               $(distuninstallcheck_listfiles) ; \
 
15260
+               exit 1; } >&2
 
15261
 distcleancheck: distclean
 
15262
-       if test '$(srcdir)' = . ; then \
 
15263
+       @if test '$(srcdir)' = . ; then \
 
15264
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
15265
          exit 1 ; \
 
15266
        fi
 
15267
-       test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
15268
-         || { echo "ERROR: files left after distclean:" ; \
 
15269
+       @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
15270
+         || { echo "ERROR: files left in build directory after distclean:" ; \
 
15271
               $(distcleancheck_listfiles) ; \
 
15272
               exit 1; } >&2
 
15273
 check-am: all-am
 
15274
@@ -342,7 +581,6 @@ check: check-recursive
 
15275
 all-am: Makefile config.h
 
15276
 installdirs: installdirs-recursive
 
15277
 installdirs-am:
 
15278
-
 
15279
 install: install-recursive
 
15280
 install-exec: install-exec-recursive
 
15281
 install-data: install-data-recursive
 
15282
@@ -354,7 +592,7 @@ install-am: all-am
 
15283
 installcheck: installcheck-recursive
 
15284
 install-strip:
 
15285
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
15286
-         INSTALL_STRIP_FLAG=-s \
 
15287
+         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
15288
          `test -z '$(STRIP)' || \
 
15289
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
15290
 mostlyclean-generic:
 
15291
@@ -362,7 +600,8 @@ mostlyclean-generic:
 
15292
 clean-generic:
 
15293
 
 
15294
 distclean-generic:
 
15295
-       -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
15296
+       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
15297
+       -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
15298
 
 
15299
 maintainer-clean-generic:
 
15300
        @echo "This command is intended for maintainers to use"
 
15301
@@ -373,54 +612,87 @@ clean-am: clean-generic mostlyclean-am
 
15302
 
 
15303
 distclean: distclean-recursive
 
15304
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
15305
+       -rm -f Makefile
 
15306
 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
 
15307
 
 
15308
 dvi: dvi-recursive
 
15309
 
 
15310
 dvi-am:
 
15311
 
 
15312
+html: html-recursive
 
15313
+
 
15314
+html-am:
 
15315
+
 
15316
 info: info-recursive
 
15317
 
 
15318
 info-am:
 
15319
 
 
15320
 install-data-am:
 
15321
 
 
15322
+install-dvi: install-dvi-recursive
 
15323
+
 
15324
+install-dvi-am:
 
15325
+
 
15326
 install-exec-am:
 
15327
 
 
15328
+install-html: install-html-recursive
 
15329
+
 
15330
+install-html-am:
 
15331
+
 
15332
 install-info: install-info-recursive
 
15333
 
 
15334
+install-info-am:
 
15335
+
 
15336
 install-man:
 
15337
 
 
15338
+install-pdf: install-pdf-recursive
 
15339
+
 
15340
+install-pdf-am:
 
15341
+
 
15342
+install-ps: install-ps-recursive
 
15343
+
 
15344
+install-ps-am:
 
15345
+
 
15346
 installcheck-am:
 
15347
 
 
15348
 maintainer-clean: maintainer-clean-recursive
 
15349
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
15350
-       -rm -rf autom4te.cache
 
15351
+       -rm -rf $(top_srcdir)/autom4te.cache
 
15352
+       -rm -f Makefile
 
15353
 maintainer-clean-am: distclean-am maintainer-clean-generic
 
15354
 
 
15355
 mostlyclean: mostlyclean-recursive
 
15356
 
 
15357
 mostlyclean-am: mostlyclean-generic
 
15358
 
 
15359
-uninstall-am: uninstall-info-am
 
15360
+pdf: pdf-recursive
 
15361
+
 
15362
+pdf-am:
 
15363
+
 
15364
+ps: ps-recursive
 
15365
+
 
15366
+ps-am:
 
15367
 
 
15368
-uninstall-info: uninstall-info-recursive
 
15369
+uninstall-am:
 
15370
+
 
15371
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
15372
+       ctags-recursive install-am install-strip tags-recursive
 
15373
+
 
15374
+.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
15375
+       all all-am am--refresh check check-am clean clean-generic \
 
15376
+       ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
15377
+       dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
 
15378
+       distclean distclean-generic distclean-hdr distclean-tags \
 
15379
+       distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
15380
+       html-am info info-am install install-am install-data \
 
15381
+       install-data-am install-dvi install-dvi-am install-exec \
 
15382
+       install-exec-am install-html install-html-am install-info \
 
15383
+       install-info-am install-man install-pdf install-pdf-am \
 
15384
+       install-ps install-ps-am install-strip installcheck \
 
15385
+       installcheck-am installdirs installdirs-am maintainer-clean \
 
15386
+       maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
15387
+       pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
 
15388
 
 
15389
-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
 
15390
-       clean-generic clean-recursive dist dist-all dist-gzip distcheck \
 
15391
-       distclean distclean-generic distclean-hdr distclean-recursive \
 
15392
-       distclean-tags distcleancheck distdir dvi dvi-am dvi-recursive \
 
15393
-       info info-am info-recursive install install-am install-data \
 
15394
-       install-data-am install-data-recursive install-exec \
 
15395
-       install-exec-am install-exec-recursive install-info \
 
15396
-       install-info-am install-info-recursive install-man \
 
15397
-       install-recursive install-strip installcheck installcheck-am \
 
15398
-       installdirs installdirs-am installdirs-recursive \
 
15399
-       maintainer-clean maintainer-clean-generic \
 
15400
-       maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
15401
-       mostlyclean-recursive tags tags-recursive uninstall \
 
15402
-       uninstall-am uninstall-info-am uninstall-info-recursive \
 
15403
-       uninstall-recursive
 
15404
 
 
15405
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 
15406
 # Otherwise a system limit (for SysV at least) may be exceeded.
 
15407
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/pixmaps/Makefile.in
 
15408
+++ gtkboard-0.11pre0+cvs.2003.11.02/pixmaps/Makefile.in
 
15409
@@ -1,8 +1,9 @@
 
15410
-# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
15411
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
15412
 # @configure_input@
 
15413
 
 
15414
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
15415
-# Free Software Foundation, Inc.
 
15416
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
15417
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
15418
+# Inc.
 
15419
 # This Makefile.in is free software; the Free Software Foundation
 
15420
 # gives unlimited permission to copy and/or distribute it,
 
15421
 # with or without modifications, as long as this notice is preserved.
 
15422
@@ -13,190 +14,321 @@
 
15423
 # PARTICULAR PURPOSE.
 
15424
 
 
15425
 @SET_MAKE@
 
15426
-SHELL = @SHELL@
 
15427
 
 
15428
-srcdir = @srcdir@
 
15429
-top_srcdir = @top_srcdir@
 
15430
-VPATH = @srcdir@
 
15431
-prefix = @prefix@
 
15432
-exec_prefix = @exec_prefix@
 
15433
 
 
15434
-bindir = @bindir@
 
15435
-sbindir = @sbindir@
 
15436
-libexecdir = @libexecdir@
 
15437
-datadir = @datadir@
 
15438
-sysconfdir = @sysconfdir@
 
15439
-sharedstatedir = @sharedstatedir@
 
15440
-localstatedir = @localstatedir@
 
15441
-libdir = @libdir@
 
15442
-infodir = @infodir@
 
15443
-mandir = @mandir@
 
15444
-includedir = @includedir@
 
15445
-oldincludedir = /usr/include
 
15446
+VPATH = @srcdir@
 
15447
 pkgdatadir = $(datadir)/@PACKAGE@
 
15448
-pkglibdir = $(libdir)/@PACKAGE@
 
15449
 pkgincludedir = $(includedir)/@PACKAGE@
 
15450
-top_builddir = ..
 
15451
-
 
15452
-ACLOCAL = @ACLOCAL@
 
15453
-AUTOCONF = @AUTOCONF@
 
15454
-AUTOMAKE = @AUTOMAKE@
 
15455
-AUTOHEADER = @AUTOHEADER@
 
15456
-
 
15457
+pkglibdir = $(libdir)/@PACKAGE@
 
15458
+pkglibexecdir = $(libexecdir)/@PACKAGE@
 
15459
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
15460
-INSTALL = @INSTALL@
 
15461
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
15462
-INSTALL_DATA = @INSTALL_DATA@
 
15463
 install_sh_DATA = $(install_sh) -c -m 644
 
15464
 install_sh_PROGRAM = $(install_sh) -c
 
15465
 install_sh_SCRIPT = $(install_sh) -c
 
15466
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
15467
 INSTALL_HEADER = $(INSTALL_DATA)
 
15468
-transform = @program_transform_name@
 
15469
+transform = $(program_transform_name)
 
15470
 NORMAL_INSTALL = :
 
15471
 PRE_INSTALL = :
 
15472
 POST_INSTALL = :
 
15473
 NORMAL_UNINSTALL = :
 
15474
 PRE_UNINSTALL = :
 
15475
 POST_UNINSTALL = :
 
15476
-host_alias = @host_alias@
 
15477
+build_triplet = @build@
 
15478
 host_triplet = @host@
 
15479
-
 
15480
-EXEEXT = @EXEEXT@
 
15481
-OBJEXT = @OBJEXT@
 
15482
-PATH_SEPARATOR = @PATH_SEPARATOR@
 
15483
+target_triplet = @target@
 
15484
+subdir = pixmaps
 
15485
+DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
15486
+       $(srcdir)/Makefile.in
 
15487
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
15488
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
15489
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
15490
+       $(ACLOCAL_M4)
 
15491
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
15492
+CONFIG_HEADER = $(top_builddir)/config.h
 
15493
+CONFIG_CLEAN_FILES =
 
15494
+CONFIG_CLEAN_VPATH_FILES =
 
15495
+SOURCES =
 
15496
+DIST_SOURCES =
 
15497
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
15498
+am__vpath_adj = case $$p in \
 
15499
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
15500
+    *) f=$$p;; \
 
15501
+  esac;
 
15502
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
15503
+am__install_max = 40
 
15504
+am__nobase_strip_setup = \
 
15505
+  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
15506
+am__nobase_strip = \
 
15507
+  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
15508
+am__nobase_list = $(am__nobase_strip_setup); \
 
15509
+  for p in $$list; do echo "$$p $$p"; done | \
 
15510
+  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
15511
+  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
15512
+    if (++n[$$2] == $(am__install_max)) \
 
15513
+      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
15514
+    END { for (dir in files) print dir, files[dir] }'
 
15515
+am__base_list = \
 
15516
+  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
15517
+  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
15518
+am__installdirs = "$(DESTDIR)$(gtkboardpixmapsdir)"
 
15519
+DATA = $(gtkboardpixmaps_DATA)
 
15520
+HEADERS = $(noinst_HEADERS)
 
15521
+ETAGS = etags
 
15522
+CTAGS = ctags
 
15523
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
15524
+ACLOCAL = @ACLOCAL@
 
15525
 AMTAR = @AMTAR@
 
15526
+AUTOCONF = @AUTOCONF@
 
15527
+AUTOHEADER = @AUTOHEADER@
 
15528
+AUTOMAKE = @AUTOMAKE@
 
15529
 AWK = @AWK@
 
15530
 CC = @CC@
 
15531
+CCDEPMODE = @CCDEPMODE@
 
15532
+CFLAGS = @CFLAGS@
 
15533
+CPP = @CPP@
 
15534
+CPPFLAGS = @CPPFLAGS@
 
15535
+CYGPATH_W = @CYGPATH_W@
 
15536
+DEFS = @DEFS@
 
15537
 DEPDIR = @DEPDIR@
 
15538
+ECHO_C = @ECHO_C@
 
15539
+ECHO_N = @ECHO_N@
 
15540
+ECHO_T = @ECHO_T@
 
15541
+EGREP = @EGREP@
 
15542
+EXEEXT = @EXEEXT@
 
15543
 GNOME_CFLAGS = @GNOME_CFLAGS@
 
15544
 GNOME_LIBS = @GNOME_LIBS@
 
15545
+GREP = @GREP@
 
15546
 GTK_CFLAGS = @GTK_CFLAGS@
 
15547
-GTK_CONFIG = @GTK_CONFIG@
 
15548
 GTK_LIBS = @GTK_LIBS@
 
15549
+INSTALL = @INSTALL@
 
15550
+INSTALL_DATA = @INSTALL_DATA@
 
15551
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
15552
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
15553
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
15554
+LDFLAGS = @LDFLAGS@
 
15555
+LIBOBJS = @LIBOBJS@
 
15556
+LIBS = @LIBS@
 
15557
+LTLIBOBJS = @LTLIBOBJS@
 
15558
+MAKEINFO = @MAKEINFO@
 
15559
+MKDIR_P = @MKDIR_P@
 
15560
+OBJEXT = @OBJEXT@
 
15561
 PACKAGE = @PACKAGE@
 
15562
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
15563
+PACKAGE_NAME = @PACKAGE_NAME@
 
15564
+PACKAGE_STRING = @PACKAGE_STRING@
 
15565
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
15566
+PACKAGE_URL = @PACKAGE_URL@
 
15567
+PACKAGE_VERSION = @PACKAGE_VERSION@
 
15568
+PATH_SEPARATOR = @PATH_SEPARATOR@
 
15569
 PKG_CONFIG = @PKG_CONFIG@
 
15570
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
15571
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
15572
+SET_MAKE = @SET_MAKE@
 
15573
+SHELL = @SHELL@
 
15574
 STRIP = @STRIP@
 
15575
 VERSION = @VERSION@
 
15576
+abs_builddir = @abs_builddir@
 
15577
+abs_srcdir = @abs_srcdir@
 
15578
+abs_top_builddir = @abs_top_builddir@
 
15579
+abs_top_srcdir = @abs_top_srcdir@
 
15580
+ac_ct_CC = @ac_ct_CC@
 
15581
 am__include = @am__include@
 
15582
+am__leading_dot = @am__leading_dot@
 
15583
 am__quote = @am__quote@
 
15584
+am__tar = @am__tar@
 
15585
+am__untar = @am__untar@
 
15586
+bindir = @bindir@
 
15587
+build = @build@
 
15588
+build_alias = @build_alias@
 
15589
+build_cpu = @build_cpu@
 
15590
+build_os = @build_os@
 
15591
+build_vendor = @build_vendor@
 
15592
+builddir = @builddir@
 
15593
+datadir = @datadir@
 
15594
+datarootdir = @datarootdir@
 
15595
+docdir = @docdir@
 
15596
+dvidir = @dvidir@
 
15597
+exec_prefix = @exec_prefix@
 
15598
+host = @host@
 
15599
+host_alias = @host_alias@
 
15600
+host_cpu = @host_cpu@
 
15601
+host_os = @host_os@
 
15602
+host_vendor = @host_vendor@
 
15603
+htmldir = @htmldir@
 
15604
+includedir = @includedir@
 
15605
+infodir = @infodir@
 
15606
 install_sh = @install_sh@
 
15607
-
 
15608
+libdir = @libdir@
 
15609
+libexecdir = @libexecdir@
 
15610
+localedir = @localedir@
 
15611
+localstatedir = @localstatedir@
 
15612
+mandir = @mandir@
 
15613
+mkdir_p = @mkdir_p@
 
15614
+oldincludedir = @oldincludedir@
 
15615
+pdfdir = @pdfdir@
 
15616
+prefix = @prefix@
 
15617
+program_transform_name = @program_transform_name@
 
15618
+psdir = @psdir@
 
15619
+sbindir = @sbindir@
 
15620
+sharedstatedir = @sharedstatedir@
 
15621
+srcdir = @srcdir@
 
15622
+sysconfdir = @sysconfdir@
 
15623
+target = @target@
 
15624
+target_alias = @target_alias@
 
15625
+target_cpu = @target_cpu@
 
15626
+target_os = @target_os@
 
15627
+target_vendor = @target_vendor@
 
15628
+top_build_prefix = @top_build_prefix@
 
15629
+top_builddir = @top_builddir@
 
15630
+top_srcdir = @top_srcdir@
 
15631
 gtkboard_PIXMAPS = gtkboard.png
 
15632
-
 
15633
 noinst_HEADERS = alpha.xpm arrows.xpm ball.xpm chess.xpm cpento.xpm logo48.xpm memory.xpm misc.xpm ninemm_bg.xpm pacman.xpm splash.xpm
 
15634
-
 
15635
 EXTRA_DIST = $(gtkboard_PIXMAPS)
 
15636
-
 
15637
 gtkboardpixmapsdir = $(datadir)/pixmaps
 
15638
 gtkboardpixmaps_DATA = $(gtkboard_PIXMAPS)
 
15639
-subdir = pixmaps
 
15640
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
15641
-CONFIG_HEADER = $(top_builddir)/config.h
 
15642
-CONFIG_CLEAN_FILES =
 
15643
-DIST_SOURCES =
 
15644
-DATA = $(gtkboardpixmaps_DATA)
 
15645
-
 
15646
-HEADERS = $(noinst_HEADERS)
 
15647
-
 
15648
-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
 
15649
 all: all-am
 
15650
 
 
15651
 .SUFFIXES:
 
15652
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
15653
-       cd $(top_srcdir) && \
 
15654
-         $(AUTOMAKE) --gnu  pixmaps/Makefile
 
15655
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
15656
-       cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
15657
-uninstall-info-am:
 
15658
-gtkboardpixmapsDATA_INSTALL = $(INSTALL_DATA)
 
15659
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
15660
+       @for dep in $?; do \
 
15661
+         case '$(am__configure_deps)' in \
 
15662
+           *$$dep*) \
 
15663
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
15664
+               && { if test -f $@; then exit 0; else break; fi; }; \
 
15665
+             exit 1;; \
 
15666
+         esac; \
 
15667
+       done; \
 
15668
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pixmaps/Makefile'; \
 
15669
+       $(am__cd) $(top_srcdir) && \
 
15670
+         $(AUTOMAKE) --gnu pixmaps/Makefile
 
15671
+.PRECIOUS: Makefile
 
15672
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
15673
+       @case '$?' in \
 
15674
+         *config.status*) \
 
15675
+           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
15676
+         *) \
 
15677
+           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
15678
+           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
15679
+       esac;
 
15680
+
 
15681
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
15682
+       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
15683
+
 
15684
+$(top_srcdir)/configure:  $(am__configure_deps)
 
15685
+       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
15686
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
15687
+       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
15688
+$(am__aclocal_m4_deps):
 
15689
 install-gtkboardpixmapsDATA: $(gtkboardpixmaps_DATA)
 
15690
        @$(NORMAL_INSTALL)
 
15691
-       $(mkinstalldirs) $(DESTDIR)$(gtkboardpixmapsdir)
 
15692
-       @list='$(gtkboardpixmaps_DATA)'; for p in $$list; do \
 
15693
+       test -z "$(gtkboardpixmapsdir)" || $(MKDIR_P) "$(DESTDIR)$(gtkboardpixmapsdir)"
 
15694
+       @list='$(gtkboardpixmaps_DATA)'; test -n "$(gtkboardpixmapsdir)" || list=; \
 
15695
+       for p in $$list; do \
 
15696
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
15697
-         f="`echo $$p | sed -e 's|^.*/||'`"; \
 
15698
-         echo " $(gtkboardpixmapsDATA_INSTALL) $$d$$p $(DESTDIR)$(gtkboardpixmapsdir)/$$f"; \
 
15699
-         $(gtkboardpixmapsDATA_INSTALL) $$d$$p $(DESTDIR)$(gtkboardpixmapsdir)/$$f; \
 
15700
+         echo "$$d$$p"; \
 
15701
+       done | $(am__base_list) | \
 
15702
+       while read files; do \
 
15703
+         echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gtkboardpixmapsdir)'"; \
 
15704
+         $(INSTALL_DATA) $$files "$(DESTDIR)$(gtkboardpixmapsdir)" || exit $$?; \
 
15705
        done
 
15706
 
 
15707
 uninstall-gtkboardpixmapsDATA:
 
15708
        @$(NORMAL_UNINSTALL)
 
15709
-       @list='$(gtkboardpixmaps_DATA)'; for p in $$list; do \
 
15710
-         f="`echo $$p | sed -e 's|^.*/||'`"; \
 
15711
-         echo " rm -f $(DESTDIR)$(gtkboardpixmapsdir)/$$f"; \
 
15712
-         rm -f $(DESTDIR)$(gtkboardpixmapsdir)/$$f; \
 
15713
-       done
 
15714
-
 
15715
-ETAGS = etags
 
15716
-ETAGSFLAGS =
 
15717
-
 
15718
-tags: TAGS
 
15719
+       @list='$(gtkboardpixmaps_DATA)'; test -n "$(gtkboardpixmapsdir)" || list=; \
 
15720
+       files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
15721
+       test -n "$$files" || exit 0; \
 
15722
+       echo " ( cd '$(DESTDIR)$(gtkboardpixmapsdir)' && rm -f" $$files ")"; \
 
15723
+       cd "$(DESTDIR)$(gtkboardpixmapsdir)" && rm -f $$files
 
15724
 
 
15725
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
15726
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
15727
        unique=`for i in $$list; do \
 
15728
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
15729
          done | \
 
15730
-         $(AWK) '    { files[$$0] = 1; } \
 
15731
-              END { for (i in files) print i; }'`; \
 
15732
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
15733
+             END { if (nonempty) { for (i in files) print i; }; }'`; \
 
15734
        mkid -fID $$unique
 
15735
+tags: TAGS
 
15736
 
 
15737
 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
15738
                $(TAGS_FILES) $(LISP)
 
15739
-       tags=; \
 
15740
+       set x; \
 
15741
        here=`pwd`; \
 
15742
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
15743
        unique=`for i in $$list; do \
 
15744
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
15745
          done | \
 
15746
-         $(AWK) '    { files[$$0] = 1; } \
 
15747
-              END { for (i in files) print i; }'`; \
 
15748
-       test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
15749
-         || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
15750
-            $$tags $$unique
 
15751
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
15752
+             END { if (nonempty) { for (i in files) print i; }; }'`; \
 
15753
+       shift; \
 
15754
+       if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
15755
+         test -n "$$unique" || unique=$$empty_fix; \
 
15756
+         if test $$# -gt 0; then \
 
15757
+           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
15758
+             "$$@" $$unique; \
 
15759
+         else \
 
15760
+           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
15761
+             $$unique; \
 
15762
+         fi; \
 
15763
+       fi
 
15764
+ctags: CTAGS
 
15765
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
15766
+               $(TAGS_FILES) $(LISP)
 
15767
+       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
15768
+       unique=`for i in $$list; do \
 
15769
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
15770
+         done | \
 
15771
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
15772
+             END { if (nonempty) { for (i in files) print i; }; }'`; \
 
15773
+       test -z "$(CTAGS_ARGS)$$unique" \
 
15774
+         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
15775
+            $$unique
 
15776
 
 
15777
 GTAGS:
 
15778
        here=`$(am__cd) $(top_builddir) && pwd` \
 
15779
-         && cd $(top_srcdir) \
 
15780
-         && gtags -i $(GTAGS_ARGS) $$here
 
15781
+         && $(am__cd) $(top_srcdir) \
 
15782
+         && gtags -i $(GTAGS_ARGS) "$$here"
 
15783
 
 
15784
 distclean-tags:
 
15785
-       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
15786
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
15787
-
 
15788
-top_distdir = ..
 
15789
-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
15790
+       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
15791
 
 
15792
 distdir: $(DISTFILES)
 
15793
-       @list='$(DISTFILES)'; for file in $$list; do \
 
15794
+       @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
15795
+       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
15796
+       list='$(DISTFILES)'; \
 
15797
+         dist_files=`for file in $$list; do echo $$file; done | \
 
15798
+         sed -e "s|^$$srcdirstrip/||;t" \
 
15799
+             -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
15800
+       case $$dist_files in \
 
15801
+         */*) $(MKDIR_P) `echo "$$dist_files" | \
 
15802
+                          sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
15803
+                          sort -u` ;; \
 
15804
+       esac; \
 
15805
+       for file in $$dist_files; do \
 
15806
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
15807
-         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
15808
-         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
15809
-           dir="/$$dir"; \
 
15810
-           $(mkinstalldirs) "$(distdir)$$dir"; \
 
15811
-         else \
 
15812
-           dir=''; \
 
15813
-         fi; \
 
15814
          if test -d $$d/$$file; then \
 
15815
+           dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
15816
+           if test -d "$(distdir)/$$file"; then \
 
15817
+             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
15818
+           fi; \
 
15819
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
15820
-             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
15821
+             cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
15822
+             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
15823
            fi; \
 
15824
-           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
15825
+           cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
15826
          else \
 
15827
-           test -f $(distdir)/$$file \
 
15828
-           || cp -p $$d/$$file $(distdir)/$$file \
 
15829
+           test -f "$(distdir)/$$file" \
 
15830
+           || cp -p $$d/$$file "$(distdir)/$$file" \
 
15831
            || exit 1; \
 
15832
          fi; \
 
15833
        done
 
15834
 check-am: all-am
 
15835
 check: check-am
 
15836
 all-am: Makefile $(DATA) $(HEADERS)
 
15837
-
 
15838
 installdirs:
 
15839
-       $(mkinstalldirs) $(DESTDIR)$(gtkboardpixmapsdir)
 
15840
-
 
15841
+       for dir in "$(DESTDIR)$(gtkboardpixmapsdir)"; do \
 
15842
+         test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
15843
+       done
 
15844
 install: install-am
 
15845
 install-exec: install-exec-am
 
15846
 install-data: install-data-am
 
15847
@@ -208,7 +340,7 @@ install-am: all-am
 
15848
 installcheck: installcheck-am
 
15849
 install-strip:
 
15850
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
15851
-         INSTALL_STRIP_FLAG=-s \
 
15852
+         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
15853
          `test -z '$(STRIP)' || \
 
15854
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
15855
 mostlyclean-generic:
 
15856
@@ -216,7 +348,8 @@ mostlyclean-generic:
 
15857
 clean-generic:
 
15858
 
 
15859
 distclean-generic:
 
15860
-       -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
15861
+       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
15862
+       -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
15863
 
 
15864
 maintainer-clean-generic:
 
15865
        @echo "This command is intended for maintainers to use"
 
15866
@@ -226,46 +359,81 @@ clean: clean-am
 
15867
 clean-am: clean-generic mostlyclean-am
 
15868
 
 
15869
 distclean: distclean-am
 
15870
-
 
15871
+       -rm -f Makefile
 
15872
 distclean-am: clean-am distclean-generic distclean-tags
 
15873
 
 
15874
 dvi: dvi-am
 
15875
 
 
15876
 dvi-am:
 
15877
 
 
15878
+html: html-am
 
15879
+
 
15880
+html-am:
 
15881
+
 
15882
 info: info-am
 
15883
 
 
15884
 info-am:
 
15885
 
 
15886
 install-data-am: install-gtkboardpixmapsDATA
 
15887
 
 
15888
+install-dvi: install-dvi-am
 
15889
+
 
15890
+install-dvi-am:
 
15891
+
 
15892
 install-exec-am:
 
15893
 
 
15894
+install-html: install-html-am
 
15895
+
 
15896
+install-html-am:
 
15897
+
 
15898
 install-info: install-info-am
 
15899
 
 
15900
+install-info-am:
 
15901
+
 
15902
 install-man:
 
15903
 
 
15904
+install-pdf: install-pdf-am
 
15905
+
 
15906
+install-pdf-am:
 
15907
+
 
15908
+install-ps: install-ps-am
 
15909
+
 
15910
+install-ps-am:
 
15911
+
 
15912
 installcheck-am:
 
15913
 
 
15914
 maintainer-clean: maintainer-clean-am
 
15915
-
 
15916
+       -rm -f Makefile
 
15917
 maintainer-clean-am: distclean-am maintainer-clean-generic
 
15918
 
 
15919
 mostlyclean: mostlyclean-am
 
15920
 
 
15921
 mostlyclean-am: mostlyclean-generic
 
15922
 
 
15923
-uninstall-am: uninstall-gtkboardpixmapsDATA uninstall-info-am
 
15924
+pdf: pdf-am
 
15925
+
 
15926
+pdf-am:
 
15927
+
 
15928
+ps: ps-am
 
15929
+
 
15930
+ps-am:
 
15931
 
 
15932
-.PHONY: GTAGS all all-am check check-am clean clean-generic distclean \
 
15933
-       distclean-generic distclean-tags distdir dvi dvi-am info \
 
15934
-       info-am install install-am install-data install-data-am \
 
15935
+uninstall-am: uninstall-gtkboardpixmapsDATA
 
15936
+
 
15937
+.MAKE: install-am install-strip
 
15938
+
 
15939
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
15940
+       ctags distclean distclean-generic distclean-tags distdir dvi \
 
15941
+       dvi-am html html-am info info-am install install-am \
 
15942
+       install-data install-data-am install-dvi install-dvi-am \
 
15943
        install-exec install-exec-am install-gtkboardpixmapsDATA \
 
15944
-       install-info install-info-am install-man install-strip \
 
15945
-       installcheck installcheck-am installdirs maintainer-clean \
 
15946
-       maintainer-clean-generic mostlyclean mostlyclean-generic tags \
 
15947
-       uninstall uninstall-am uninstall-gtkboardpixmapsDATA \
 
15948
-       uninstall-info-am
 
15949
+       install-html install-html-am install-info install-info-am \
 
15950
+       install-man install-pdf install-pdf-am install-ps \
 
15951
+       install-ps-am install-strip installcheck installcheck-am \
 
15952
+       installdirs maintainer-clean maintainer-clean-generic \
 
15953
+       mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
 
15954
+       uninstall uninstall-am uninstall-gtkboardpixmapsDATA
 
15955
+
 
15956
 
 
15957
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 
15958
 # Otherwise a system limit (for SysV at least) may be exceeded.
 
15959
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/doc/Makefile.in
 
15960
+++ gtkboard-0.11pre0+cvs.2003.11.02/doc/Makefile.in
 
15961
@@ -1,8 +1,9 @@
 
15962
-# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
15963
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
15964
 # @configure_input@
 
15965
 
 
15966
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
15967
-# Free Software Foundation, Inc.
 
15968
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
15969
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
15970
+# Inc.
 
15971
 # This Makefile.in is free software; the Free Software Foundation
 
15972
 # gives unlimited permission to copy and/or distribute it,
 
15973
 # with or without modifications, as long as this notice is preserved.
 
15974
@@ -13,127 +14,219 @@
 
15975
 # PARTICULAR PURPOSE.
 
15976
 
 
15977
 @SET_MAKE@
 
15978
-SHELL = @SHELL@
 
15979
-
 
15980
-srcdir = @srcdir@
 
15981
-top_srcdir = @top_srcdir@
 
15982
 VPATH = @srcdir@
 
15983
-prefix = @prefix@
 
15984
-exec_prefix = @exec_prefix@
 
15985
-
 
15986
-bindir = @bindir@
 
15987
-sbindir = @sbindir@
 
15988
-libexecdir = @libexecdir@
 
15989
-datadir = @datadir@
 
15990
-sysconfdir = @sysconfdir@
 
15991
-sharedstatedir = @sharedstatedir@
 
15992
-localstatedir = @localstatedir@
 
15993
-libdir = @libdir@
 
15994
-infodir = @infodir@
 
15995
-mandir = @mandir@
 
15996
-includedir = @includedir@
 
15997
-oldincludedir = /usr/include
 
15998
 pkgdatadir = $(datadir)/@PACKAGE@
 
15999
-pkglibdir = $(libdir)/@PACKAGE@
 
16000
 pkgincludedir = $(includedir)/@PACKAGE@
 
16001
-top_builddir = ..
 
16002
-
 
16003
-ACLOCAL = @ACLOCAL@
 
16004
-AUTOCONF = @AUTOCONF@
 
16005
-AUTOMAKE = @AUTOMAKE@
 
16006
-AUTOHEADER = @AUTOHEADER@
 
16007
-
 
16008
+pkglibdir = $(libdir)/@PACKAGE@
 
16009
+pkglibexecdir = $(libexecdir)/@PACKAGE@
 
16010
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
16011
-INSTALL = @INSTALL@
 
16012
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
16013
-INSTALL_DATA = @INSTALL_DATA@
 
16014
 install_sh_DATA = $(install_sh) -c -m 644
 
16015
 install_sh_PROGRAM = $(install_sh) -c
 
16016
 install_sh_SCRIPT = $(install_sh) -c
 
16017
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
16018
 INSTALL_HEADER = $(INSTALL_DATA)
 
16019
-transform = @program_transform_name@
 
16020
+transform = $(program_transform_name)
 
16021
 NORMAL_INSTALL = :
 
16022
 PRE_INSTALL = :
 
16023
 POST_INSTALL = :
 
16024
 NORMAL_UNINSTALL = :
 
16025
 PRE_UNINSTALL = :
 
16026
 POST_UNINSTALL = :
 
16027
-host_alias = @host_alias@
 
16028
+build_triplet = @build@
 
16029
 host_triplet = @host@
 
16030
-
 
16031
-EXEEXT = @EXEEXT@
 
16032
-OBJEXT = @OBJEXT@
 
16033
-PATH_SEPARATOR = @PATH_SEPARATOR@
 
16034
+target_triplet = @target@
 
16035
+subdir = doc
 
16036
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
16037
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
16038
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
16039
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
16040
+       $(ACLOCAL_M4)
 
16041
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
16042
+CONFIG_HEADER = $(top_builddir)/config.h
 
16043
+CONFIG_CLEAN_FILES =
 
16044
+CONFIG_CLEAN_VPATH_FILES =
 
16045
+SOURCES =
 
16046
+DIST_SOURCES =
 
16047
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
16048
+ACLOCAL = @ACLOCAL@
 
16049
 AMTAR = @AMTAR@
 
16050
+AUTOCONF = @AUTOCONF@
 
16051
+AUTOHEADER = @AUTOHEADER@
 
16052
+AUTOMAKE = @AUTOMAKE@
 
16053
 AWK = @AWK@
 
16054
 CC = @CC@
 
16055
+CCDEPMODE = @CCDEPMODE@
 
16056
+CFLAGS = @CFLAGS@
 
16057
+CPP = @CPP@
 
16058
+CPPFLAGS = @CPPFLAGS@
 
16059
+CYGPATH_W = @CYGPATH_W@
 
16060
+DEFS = @DEFS@
 
16061
 DEPDIR = @DEPDIR@
 
16062
+ECHO_C = @ECHO_C@
 
16063
+ECHO_N = @ECHO_N@
 
16064
+ECHO_T = @ECHO_T@
 
16065
+EGREP = @EGREP@
 
16066
+EXEEXT = @EXEEXT@
 
16067
 GNOME_CFLAGS = @GNOME_CFLAGS@
 
16068
 GNOME_LIBS = @GNOME_LIBS@
 
16069
+GREP = @GREP@
 
16070
 GTK_CFLAGS = @GTK_CFLAGS@
 
16071
-GTK_CONFIG = @GTK_CONFIG@
 
16072
 GTK_LIBS = @GTK_LIBS@
 
16073
+INSTALL = @INSTALL@
 
16074
+INSTALL_DATA = @INSTALL_DATA@
 
16075
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
16076
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
16077
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
16078
+LDFLAGS = @LDFLAGS@
 
16079
+LIBOBJS = @LIBOBJS@
 
16080
+LIBS = @LIBS@
 
16081
+LTLIBOBJS = @LTLIBOBJS@
 
16082
+MAKEINFO = @MAKEINFO@
 
16083
+MKDIR_P = @MKDIR_P@
 
16084
+OBJEXT = @OBJEXT@
 
16085
 PACKAGE = @PACKAGE@
 
16086
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
16087
+PACKAGE_NAME = @PACKAGE_NAME@
 
16088
+PACKAGE_STRING = @PACKAGE_STRING@
 
16089
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
16090
+PACKAGE_URL = @PACKAGE_URL@
 
16091
+PACKAGE_VERSION = @PACKAGE_VERSION@
 
16092
+PATH_SEPARATOR = @PATH_SEPARATOR@
 
16093
 PKG_CONFIG = @PKG_CONFIG@
 
16094
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
16095
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
16096
+SET_MAKE = @SET_MAKE@
 
16097
+SHELL = @SHELL@
 
16098
 STRIP = @STRIP@
 
16099
 VERSION = @VERSION@
 
16100
+abs_builddir = @abs_builddir@
 
16101
+abs_srcdir = @abs_srcdir@
 
16102
+abs_top_builddir = @abs_top_builddir@
 
16103
+abs_top_srcdir = @abs_top_srcdir@
 
16104
+ac_ct_CC = @ac_ct_CC@
 
16105
 am__include = @am__include@
 
16106
+am__leading_dot = @am__leading_dot@
 
16107
 am__quote = @am__quote@
 
16108
+am__tar = @am__tar@
 
16109
+am__untar = @am__untar@
 
16110
+bindir = @bindir@
 
16111
+build = @build@
 
16112
+build_alias = @build_alias@
 
16113
+build_cpu = @build_cpu@
 
16114
+build_os = @build_os@
 
16115
+build_vendor = @build_vendor@
 
16116
+builddir = @builddir@
 
16117
+datadir = @datadir@
 
16118
+datarootdir = @datarootdir@
 
16119
+docdir = @docdir@
 
16120
+dvidir = @dvidir@
 
16121
+exec_prefix = @exec_prefix@
 
16122
+host = @host@
 
16123
+host_alias = @host_alias@
 
16124
+host_cpu = @host_cpu@
 
16125
+host_os = @host_os@
 
16126
+host_vendor = @host_vendor@
 
16127
+htmldir = @htmldir@
 
16128
+includedir = @includedir@
 
16129
+infodir = @infodir@
 
16130
 install_sh = @install_sh@
 
16131
+libdir = @libdir@
 
16132
+libexecdir = @libexecdir@
 
16133
+localedir = @localedir@
 
16134
+localstatedir = @localstatedir@
 
16135
+mandir = @mandir@
 
16136
+mkdir_p = @mkdir_p@
 
16137
+oldincludedir = @oldincludedir@
 
16138
+pdfdir = @pdfdir@
 
16139
+prefix = @prefix@
 
16140
+program_transform_name = @program_transform_name@
 
16141
+psdir = @psdir@
 
16142
+sbindir = @sbindir@
 
16143
+sharedstatedir = @sharedstatedir@
 
16144
+srcdir = @srcdir@
 
16145
+sysconfdir = @sysconfdir@
 
16146
+target = @target@
 
16147
+target_alias = @target_alias@
 
16148
+target_cpu = @target_cpu@
 
16149
+target_os = @target_os@
 
16150
+target_vendor = @target_vendor@
 
16151
+top_build_prefix = @top_build_prefix@
 
16152
+top_builddir = @top_builddir@
 
16153
+top_srcdir = @top_srcdir@
 
16154
 EXTRA_DIST = index.html devel/ doxygen/doxygen_config doxygen/header.html doxygen/footer.html 
 
16155
-subdir = doc
 
16156
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
16157
-CONFIG_HEADER = $(top_builddir)/config.h
 
16158
-CONFIG_CLEAN_FILES =
 
16159
-DIST_SOURCES =
 
16160
-DIST_COMMON = Makefile.am Makefile.in
 
16161
 all: all-am
 
16162
 
 
16163
 .SUFFIXES:
 
16164
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
16165
-       cd $(top_srcdir) && \
 
16166
-         $(AUTOMAKE) --gnu  doc/Makefile
 
16167
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
16168
-       cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
16169
-uninstall-info-am:
 
16170
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
16171
+       @for dep in $?; do \
 
16172
+         case '$(am__configure_deps)' in \
 
16173
+           *$$dep*) \
 
16174
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
16175
+               && { if test -f $@; then exit 0; else break; fi; }; \
 
16176
+             exit 1;; \
 
16177
+         esac; \
 
16178
+       done; \
 
16179
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
 
16180
+       $(am__cd) $(top_srcdir) && \
 
16181
+         $(AUTOMAKE) --gnu doc/Makefile
 
16182
+.PRECIOUS: Makefile
 
16183
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
16184
+       @case '$?' in \
 
16185
+         *config.status*) \
 
16186
+           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
16187
+         *) \
 
16188
+           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
16189
+           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
16190
+       esac;
 
16191
+
 
16192
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
16193
+       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
16194
+
 
16195
+$(top_srcdir)/configure:  $(am__configure_deps)
 
16196
+       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
16197
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
16198
+       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
16199
+$(am__aclocal_m4_deps):
 
16200
 tags: TAGS
 
16201
 TAGS:
 
16202
 
 
16203
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
16204
+ctags: CTAGS
 
16205
+CTAGS:
 
16206
 
 
16207
-top_distdir = ..
 
16208
-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
16209
 
 
16210
 distdir: $(DISTFILES)
 
16211
-       $(mkinstalldirs) $(distdir)/doxygen
 
16212
-       @list='$(DISTFILES)'; for file in $$list; do \
 
16213
+       @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
16214
+       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
16215
+       list='$(DISTFILES)'; \
 
16216
+         dist_files=`for file in $$list; do echo $$file; done | \
 
16217
+         sed -e "s|^$$srcdirstrip/||;t" \
 
16218
+             -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
16219
+       case $$dist_files in \
 
16220
+         */*) $(MKDIR_P) `echo "$$dist_files" | \
 
16221
+                          sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
16222
+                          sort -u` ;; \
 
16223
+       esac; \
 
16224
+       for file in $$dist_files; do \
 
16225
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
16226
-         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
16227
-         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
16228
-           dir="/$$dir"; \
 
16229
-           $(mkinstalldirs) "$(distdir)$$dir"; \
 
16230
-         else \
 
16231
-           dir=''; \
 
16232
-         fi; \
 
16233
          if test -d $$d/$$file; then \
 
16234
+           dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
16235
+           if test -d "$(distdir)/$$file"; then \
 
16236
+             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
16237
+           fi; \
 
16238
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
16239
-             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
16240
+             cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
16241
+             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
16242
            fi; \
 
16243
-           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
16244
+           cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
16245
          else \
 
16246
-           test -f $(distdir)/$$file \
 
16247
-           || cp -p $$d/$$file $(distdir)/$$file \
 
16248
+           test -f "$(distdir)/$$file" \
 
16249
+           || cp -p $$d/$$file "$(distdir)/$$file" \
 
16250
            || exit 1; \
 
16251
          fi; \
 
16252
        done
 
16253
 check-am: all-am
 
16254
 check: check-am
 
16255
 all-am: Makefile
 
16256
-
 
16257
 installdirs:
 
16258
-
 
16259
 install: install-am
 
16260
 install-exec: install-exec-am
 
16261
 install-data: install-data-am
 
16262
@@ -145,7 +238,7 @@ install-am: all-am
 
16263
 installcheck: installcheck-am
 
16264
 install-strip:
 
16265
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
16266
-         INSTALL_STRIP_FLAG=-s \
 
16267
+         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
16268
          `test -z '$(STRIP)' || \
 
16269
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
16270
 mostlyclean-generic:
 
16271
@@ -153,7 +246,8 @@ mostlyclean-generic:
 
16272
 clean-generic:
 
16273
 
 
16274
 distclean-generic:
 
16275
-       -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
16276
+       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
16277
+       -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
16278
 
 
16279
 maintainer-clean-generic:
 
16280
        @echo "This command is intended for maintainers to use"
 
16281
@@ -163,44 +257,79 @@ clean: clean-am
 
16282
 clean-am: clean-generic mostlyclean-am
 
16283
 
 
16284
 distclean: distclean-am
 
16285
-
 
16286
+       -rm -f Makefile
 
16287
 distclean-am: clean-am distclean-generic
 
16288
 
 
16289
 dvi: dvi-am
 
16290
 
 
16291
 dvi-am:
 
16292
 
 
16293
+html: html-am
 
16294
+
 
16295
+html-am:
 
16296
+
 
16297
 info: info-am
 
16298
 
 
16299
 info-am:
 
16300
 
 
16301
 install-data-am:
 
16302
 
 
16303
+install-dvi: install-dvi-am
 
16304
+
 
16305
+install-dvi-am:
 
16306
+
 
16307
 install-exec-am:
 
16308
 
 
16309
+install-html: install-html-am
 
16310
+
 
16311
+install-html-am:
 
16312
+
 
16313
 install-info: install-info-am
 
16314
 
 
16315
+install-info-am:
 
16316
+
 
16317
 install-man:
 
16318
 
 
16319
+install-pdf: install-pdf-am
 
16320
+
 
16321
+install-pdf-am:
 
16322
+
 
16323
+install-ps: install-ps-am
 
16324
+
 
16325
+install-ps-am:
 
16326
+
 
16327
 installcheck-am:
 
16328
 
 
16329
 maintainer-clean: maintainer-clean-am
 
16330
-
 
16331
+       -rm -f Makefile
 
16332
 maintainer-clean-am: distclean-am maintainer-clean-generic
 
16333
 
 
16334
 mostlyclean: mostlyclean-am
 
16335
 
 
16336
 mostlyclean-am: mostlyclean-generic
 
16337
 
 
16338
-uninstall-am: uninstall-info-am
 
16339
+pdf: pdf-am
 
16340
+
 
16341
+pdf-am:
 
16342
+
 
16343
+ps: ps-am
 
16344
+
 
16345
+ps-am:
 
16346
+
 
16347
+uninstall-am:
 
16348
+
 
16349
+.MAKE: install-am install-strip
 
16350
 
 
16351
 .PHONY: all all-am check check-am clean clean-generic distclean \
 
16352
-       distclean-generic distdir dvi dvi-am info info-am install \
 
16353
-       install-am install-data install-data-am install-exec \
 
16354
-       install-exec-am install-info install-info-am install-man \
 
16355
+       distclean-generic distdir dvi dvi-am html html-am info info-am \
 
16356
+       install install-am install-data install-data-am install-dvi \
 
16357
+       install-dvi-am install-exec install-exec-am install-html \
 
16358
+       install-html-am install-info install-info-am install-man \
 
16359
+       install-pdf install-pdf-am install-ps install-ps-am \
 
16360
        install-strip installcheck installcheck-am installdirs \
 
16361
        maintainer-clean maintainer-clean-generic mostlyclean \
 
16362
-       mostlyclean-generic uninstall uninstall-am uninstall-info-am
 
16363
+       mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
 
16364
+
 
16365
 
 
16366
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 
16367
 # Otherwise a system limit (for SysV at least) may be exceeded.
 
16368
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/stack.c
 
16369
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/stack.c
 
16370
@@ -34,6 +34,9 @@
 
16371
    movstack_ptr ---> movstack_max : "forward" list
 
16372
 */
 
16373
 
 
16374
+//! Start offset of the stack in the circular buffer
 
16375
+static int movstack_start = 0;
 
16376
+
 
16377
 //! Current position in the stack
 
16378
 static int movstack_ptr = 0;
 
16379
 
 
16380
@@ -67,31 +70,38 @@ int movstack_get_num_moves()
 
16381
 
 
16382
 void movstack_push (byte *board, byte *move)
 
16383
 {
 
16384
-       assert (movstack_ptr < STACK_SIZE - 1);
 
16385
-       movstack[movstack_ptr] = movdup (move);
 
16386
-       movinvstack[movstack_ptr] = mov_getinv (board, move);
 
16387
-       movstack_ptr++;
 
16388
-       if (movstack_ptr > movstack_max)
 
16389
-               movstack_max = movstack_ptr;
 
16390
+       movstack[(movstack_start + movstack_ptr) % STACK_SIZE] = movdup (move);
 
16391
+       movinvstack[(movstack_start + movstack_ptr) % STACK_SIZE] = mov_getinv (board, move);
 
16392
+       if (movstack_ptr < STACK_SIZE - 1) {
 
16393
+               movstack_ptr++;
 
16394
+               if (movstack_ptr > movstack_max)
 
16395
+                       movstack_max = movstack_ptr;
 
16396
+       } else {
 
16397
+               free (movstack[movstack_start]);
 
16398
+               free (movinvstack[movstack_start]);
 
16399
+               movstack_start = (movstack_start + 1) % STACK_SIZE;
 
16400
+       }
 
16401
 }
 
16402
 
 
16403
 byte *movstack_pop ()
 
16404
 {
 
16405
        if (movstack_ptr == 0)
 
16406
                return NULL;
 
16407
-       return movstack[--movstack_ptr];
 
16408
+       movstack_ptr--;
 
16409
+       return movstack[(movstack_start + movstack_ptr) % STACK_SIZE];
 
16410
 }
 
16411
 
 
16412
-//! Truncates a stack to the current poisition. 
 
16413
-/** This will be called when the user makes a move when it is not the final poisition. */
 
16414
+//! Truncates a stack to the current position. 
 
16415
+/** This will be called when the user makes a move when it is not the final position. */
 
16416
 void movstack_trunc ()
 
16417
 {
 
16418
        int i;
 
16419
        assert (movstack_ptr <= movstack_max);
 
16420
        for (i = movstack_ptr; i < movstack_max; i++)
 
16421
        {
 
16422
-               free (movstack[i]);
 
16423
-               free (movinvstack[i]);
 
16424
+               int j = (movstack_start + i) % STACK_SIZE;
 
16425
+               free (movstack[j]);
 
16426
+               free (movinvstack[j]);
 
16427
        }
 
16428
        movstack_max = movstack_ptr;
 
16429
 }
 
16430
@@ -101,7 +111,7 @@ byte * movstack_forw ()
 
16431
        if (movstack_ptr < movstack_max)
 
16432
                movstack_ptr++;
 
16433
        else return NULL;
 
16434
-       return movstack[movstack_ptr-1];
 
16435
+       return movstack[(movstack_start + movstack_ptr - 1) % STACK_SIZE];
 
16436
 }
 
16437
 
 
16438
 byte * movstack_back ()
 
16439
@@ -109,7 +119,7 @@ byte * movstack_back ()
 
16440
        if (movstack_ptr > 0)
 
16441
                movstack_ptr--;
 
16442
        else return NULL;
 
16443
-       return movinvstack[movstack_ptr];
 
16444
+       return movinvstack[(movstack_start + movstack_ptr) % STACK_SIZE];
 
16445
 }
 
16446
 
 
16447
 void movstack_free ()
 
16448
@@ -117,8 +127,9 @@ void movstack_free ()
 
16449
        int i;
 
16450
        for (i=0; i<movstack_max; i++)
 
16451
        {
 
16452
-               free (movstack[i]);
 
16453
-               free (movinvstack[i]);
 
16454
+               int j = (movstack_start + i) % STACK_SIZE;
 
16455
+               free (movstack[j]);
 
16456
+               free (movinvstack[j]);
 
16457
        }
 
16458
        movstack_max = movstack_ptr = 0;
 
16459
 }
 
16460
@@ -128,7 +139,7 @@ void movstack_free ()
 
16461
    state stack
 
16462
 */
 
16463
 
 
16464
-static int statestack_ptr = 0, statestack_max = 0;
 
16465
+static int statestack_start = 0, statestack_ptr = 0, statestack_max = 0;
 
16466
 
 
16467
 static void *statestack[STACK_SIZE];
 
16468
 
 
16469
@@ -136,28 +147,35 @@ static void *statestack[STACK_SIZE];
 
16470
 void statestack_push (void *state)
 
16471
 {
 
16472
        void *newstate;
 
16473
-       assert (statestack_ptr < STACK_SIZE - 1);
 
16474
        newstate = malloc (game_state_size);
 
16475
        assert (newstate);
 
16476
        memcpy (newstate, state, game_state_size);
 
16477
-       statestack[statestack_ptr] = newstate;
 
16478
-       statestack_ptr++;
 
16479
-       if (statestack_ptr > statestack_max)
 
16480
-               statestack_max = statestack_ptr;
 
16481
+
 
16482
+       statestack[(statestack_start + statestack_ptr) % STACK_SIZE] = newstate;
 
16483
+
 
16484
+       if (statestack_ptr < STACK_SIZE - 1) {
 
16485
+               statestack_ptr++;
 
16486
+               if (statestack_ptr > statestack_max)
 
16487
+                       statestack_max = statestack_ptr;
 
16488
+       } else {
 
16489
+               free (statestack[statestack_start]);
 
16490
+               statestack_start = (statestack_start + 1) % STACK_SIZE;
 
16491
+       }
 
16492
 }
 
16493
 
 
16494
 void *statestack_peek ()
 
16495
 {
 
16496
        if (statestack_ptr == 0)
 
16497
                return NULL;
 
16498
-       return statestack[statestack_ptr-1];
 
16499
+       return statestack[(statestack_start + statestack_ptr - 1) % STACK_SIZE];
 
16500
 }
 
16501
 
 
16502
 void *statestack_pop ()
 
16503
 {
 
16504
        if (statestack_ptr == 0)
 
16505
                return NULL;
 
16506
-       return statestack[--statestack_ptr];
 
16507
+       statestack_ptr--;
 
16508
+       return statestack[(statestack_start + statestack_ptr) % STACK_SIZE];
 
16509
 }
 
16510
 
 
16511
 void statestack_trunc ()
 
16512
@@ -165,7 +183,7 @@ void statestack_trunc ()
 
16513
        int i;
 
16514
        assert (statestack_ptr <= statestack_max);
 
16515
        for (i = statestack_ptr; i < statestack_max; i++)
 
16516
-               free (statestack[i]);
 
16517
+               free (statestack[(statestack_start + i) % STACK_SIZE]);
 
16518
        statestack_max = statestack_ptr;
 
16519
 }
 
16520
 
 
16521
@@ -174,7 +192,7 @@ void * statestack_forw ()
 
16522
        if (statestack_ptr < statestack_max)
 
16523
                statestack_ptr++;
 
16524
        else return NULL;
 
16525
-       return statestack[statestack_ptr-1];
 
16526
+       return statestack[(statestack_start + statestack_ptr - 1) % STACK_SIZE];
 
16527
 }
 
16528
 
 
16529
 void * statestack_back ()
 
16530
@@ -182,13 +200,17 @@ void * statestack_back ()
 
16531
        if (statestack_ptr > 0)
 
16532
                statestack_ptr--;
 
16533
        else return NULL;
 
16534
-       return statestack[statestack_ptr-1];
 
16535
+       return statestack[(statestack_start + statestack_ptr - 1) % STACK_SIZE];
 
16536
 }
 
16537
 
 
16538
 void statestack_free ()
 
16539
 {
 
16540
        int i;
 
16541
        for (i=0; i<statestack_max; i++)
 
16542
-               free (statestack[i]);
 
16543
+               free (statestack[(statestack_start + i) % STACK_SIZE]);
 
16544
        statestack_max = statestack_ptr = 0;
 
16545
 }
 
16546
+
 
16547
+// Local Variables:
 
16548
+// tab-width: 4
 
16549
+// End:
 
16550
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/engine.c
 
16551
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/engine.c
 
16552
@@ -433,3 +433,6 @@ byte * engine_search (Pos *pos/*, int pl
 
16553
        return move;
 
16554
 }
 
16555
 
 
16556
+// Local Variables:
 
16557
+// tab-width: 4
 
16558
+// End:
 
16559
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/aaball.c
 
16560
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/aaball.c
 
16561
@@ -297,3 +297,6 @@ char ** pixmap_die_gen(int len, char *pi
 
16562
        return map;
 
16563
 }
 
16564
 
 
16565
+// Local Variables:
 
16566
+// tab-width: 4
 
16567
+// End:
 
16568
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/ab.c
 
16569
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/ab.c
 
16570
@@ -88,7 +88,7 @@ float ab_with_tt (Pos *pos, int player,
 
16571
        // origmove is the owning pointer and move is the aliasing pointer
 
16572
        else orig_move = move = movdup (move);
 
16573
        
 
16574
-       newpos.board = (char *) malloc (board_wid * board_heit);
 
16575
+       newpos.board = malloc (board_wid * board_heit);
 
16576
        assert (newpos.board);
 
16577
        if (game_stateful)
 
16578
        {
 
16579
@@ -367,3 +367,7 @@ byte * ab_dfid (Pos *pos, int player)
 
16580
        }
 
16581
        return found ? best_move : NULL;
 
16582
 }
 
16583
+
 
16584
+// Local Variables:
 
16585
+// tab-width: 4
 
16586
+// End:
 
16587
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/dirmaze.c
 
16588
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/dirmaze.c
 
16589
@@ -275,3 +275,6 @@ char ** hypermaze_get_pixmap (int idx, i
 
16590
        }
 
16591
 }
 
16592
 
 
16593
+// Local Variables:
 
16594
+// tab-width: 4
 
16595
+// End:
 
16596
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/knights.c
 
16597
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/knights.c
 
16598
@@ -367,3 +367,7 @@ ResultType knights_eval (Pos *pos, Playe
 
16599
 {
 
16600
        return knights_eval_real (pos, player, eval, FALSE);
 
16601
 }
 
16602
+
 
16603
+// Local Variables:
 
16604
+// tab-width: 4
 
16605
+// End:
 
16606
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/rgb.c
 
16607
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/rgb.c
 
16608
@@ -224,3 +224,7 @@ static ResultType rgb_eval (Pos *pos, Pl
 
16609
        *eval = 0;
 
16610
        return RESULT_NOTYET;
 
16611
 }
 
16612
+
 
16613
+// Local Variables:
 
16614
+// tab-width: 4
 
16615
+// End:
 
16616
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/dotsandboxes.c
 
16617
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/dotsandboxes.c
 
16618
@@ -447,3 +447,7 @@ void dnb_search (Pos *pos, byte **movp)
 
16619
                return;
 
16620
        }
 
16621
 }
 
16622
+
 
16623
+// Local Variables:
 
16624
+// tab-width: 4
 
16625
+// End:
 
16626
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/tetris.c
 
16627
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/tetris.c
 
16628
@@ -505,3 +505,6 @@ char ** tetris_get_pixmap (int idx, int
 
16629
        return pixmap;
 
16630
 }
 
16631
 
 
16632
+// Local Variables:
 
16633
+// tab-width: 4
 
16634
+// End:
 
16635
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/sound.h
 
16636
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/sound.h
 
16637
@@ -25,3 +25,7 @@ void sound_set_enabled (gboolean enabled
 
16638
 void sound_enable_pref_cb (gchar *key, gchar *value);
 
16639
 
 
16640
 #endif
 
16641
+
 
16642
+// Local Variables:
 
16643
+// tab-width: 4
 
16644
+// End:
 
16645
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/antichess.c
 
16646
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/antichess.c
 
16647
@@ -731,3 +731,7 @@ ResultType antichess_eval_incr (Pos *pos
 
16648
        }
 
16649
        return RESULT_NOTYET;
 
16650
 }
 
16651
+
 
16652
+// Local Variables:
 
16653
+// tab-width: 4
 
16654
+// End:
 
16655
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/maze.c
 
16656
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/maze.c
 
16657
@@ -289,3 +289,6 @@ char ** maze_get_pixmap (int idx, int co
 
16658
        //else return pixmap_ball_gen(MAZE_CELL_SIZE, 0xc0c040, bg, 2, 50);
 
16659
 }
 
16660
 
 
16661
+// Local Variables:
 
16662
+// tab-width: 4
 
16663
+// End:
 
16664
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/ninemm.c
 
16665
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/ninemm.c
 
16666
@@ -263,3 +263,7 @@ void ninemm_reset_uistate ()
 
16667
 {
 
16668
        curx = cury = -1;
 
16669
 }
 
16670
+
 
16671
+// Local Variables:
 
16672
+// tab-width: 4
 
16673
+// End:
 
16674
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/kttour.c
 
16675
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/kttour.c
 
16676
@@ -266,3 +266,6 @@ int kttour_getmove
 
16677
        return 1;
 
16678
 }
 
16679
 
 
16680
+// Local Variables:
 
16681
+// tab-width: 4
 
16682
+// End:
 
16683
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/towers.c
 
16684
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/towers.c
 
16685
@@ -412,3 +412,7 @@ void towers_get_render (Pos *pos, byte *
 
16686
        *rp++ = -1;
 
16687
        *rmovp = rmove;
 
16688
 }
 
16689
+
 
16690
+// Local Variables:
 
16691
+// tab-width: 4
 
16692
+// End:
 
16693
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/stopgate.c
 
16694
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/stopgate.c
 
16695
@@ -527,5 +527,6 @@ int stopgate_getmove (Pos *pos, int x, i
 
16696
        return 1;
 
16697
 }
 
16698
 
 
16699
-
 
16700
-
 
16701
+// Local Variables:
 
16702
+// tab-width: 4
 
16703
+// End:
 
16704
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/quarto.c
 
16705
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/quarto.c
 
16706
@@ -312,4 +312,6 @@ unsigned char * quarto_get_rgbmap (int i
 
16707
        
 
16708
 }
 
16709
 
 
16710
-
 
16711
+// Local Variables:
 
16712
+// tab-width: 4
 
16713
+// End:
 
16714
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/infiltrate.c
 
16715
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/infiltrate.c
 
16716
@@ -205,3 +205,7 @@ char ** infiltrate_get_pixmap (int idx,
 
16717
                        8, 24);
 
16718
 }
 
16719
 */
 
16720
+
 
16721
+// Local Variables:
 
16722
+// tab-width: 4
 
16723
+// End:
 
16724
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/othello.c
 
16725
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/othello.c
 
16726
@@ -564,3 +564,7 @@ gboolean othello_use_incr_eval (Pos *pos
 
16727
        // TODO: use different threshold for Othello6x6
 
16728
        return pos->num_moves > 50 ? TRUE : FALSE;
 
16729
 }
 
16730
+
 
16731
+// Local Variables:
 
16732
+// tab-width: 4
 
16733
+// End:
 
16734
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/hiq.c
 
16735
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/hiq.c
 
16736
@@ -286,3 +286,6 @@ InputType hiq_event_handler
 
16737
        return INPUT_LEGAL;
 
16738
 }
 
16739
 
 
16740
+// Local Variables:
 
16741
+// tab-width: 4
 
16742
+// End:
 
16743
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/checkers.c
 
16744
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/checkers.c
 
16745
@@ -300,3 +300,7 @@ char ** checkers_get_pixmap (int idx, in
 
16746
                        CHECKERS_ISWHITE(idx) ? 0xffffff : 0x0000ff, bg, 
 
16747
                        (idx == CHECKERS_WP || idx == CHECKERS_BP) ? 8 : 12, 24);
 
16748
 }
 
16749
+
 
16750
+// Local Variables:
 
16751
+// tab-width: 4
 
16752
+// End:
 
16753
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/cpento.c
 
16754
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/cpento.c
 
16755
@@ -576,3 +576,6 @@ static int cpento_getmove(Pos *pos, int
 
16756
     }
 
16757
 }
 
16758
 
 
16759
+// Local Variables:
 
16760
+// tab-width: 4
 
16761
+// End:
 
16762
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/wordtris.c
 
16763
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/wordtris.c
 
16764
@@ -783,5 +783,6 @@ int wordtris_animate (Pos *pos, byte **m
 
16765
        return 1;
 
16766
 }
 
16767
 
 
16768
-
 
16769
-
 
16770
+// Local Variables:
 
16771
+// tab-width: 4
 
16772
+// End:
 
16773
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/breakthrough.c
 
16774
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/breakthrough.c
 
16775
@@ -362,3 +362,6 @@ int breakthrough_getmove (Pos *pos, int
 
16776
        return 1;
 
16777
 }
 
16778
 
 
16779
+// Local Variables:
 
16780
+// tab-width: 4
 
16781
+// End:
 
16782
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/eightqueens.c
 
16783
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/eightqueens.c
 
16784
@@ -43,7 +43,7 @@ char eightqueens_colors[6] = {200, 200,
 
16785
 
 
16786
 void eightqueens_init ();
 
16787
 
 
16788
-char ** eightqueens_pixmaps [] = 
 
16789
+char ** eightqueens_pixmaps [] =
 
16790
 {
 
16791
        chess_wq_54_xpm,
 
16792
        grey_square_54_xpm,
 
16793
@@ -126,10 +126,13 @@ int eightqueens_getmove (Pos *pos, int x
 
16794
        *mp++ = x, *mp++ = y, *mp++ = EIGHTQUEENS_QUEEN;
 
16795
        for (i=0; i<board_wid; i++)
 
16796
        for (j=0; j<board_heit; j++)
 
16797
-               if (!(i==x && j==y) && pos->board[j * board_wid + i] == EIGHTQUEENS_EMPTY 
 
16798
+               if (!(i==x && j==y) && pos->board[j * board_wid + i] == EIGHTQUEENS_EMPTY
 
16799
                                && ATTACKS (i, j, x, y))
 
16800
                        *mp++ = i, *mp++ = j, *mp++ = EIGHTQUEENS_CONTROLLED;
 
16801
        *mp++ = -1;
 
16802
        return 1;
 
16803
 }
 
16804
 
 
16805
+// Local Variables:
 
16806
+// tab-width: 4
 
16807
+// End:
 
16808
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/ui.c
 
16809
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/ui.c
 
16810
@@ -27,6 +27,7 @@
 
16811
 #include <sys/stat.h>
 
16812
 #include <sys/types.h>
 
16813
 #include <sys/wait.h>
 
16814
+#include <getopt.h>
 
16815
 
 
16816
 #include <glib.h>
 
16817
 
 
16818
@@ -667,7 +668,25 @@ static void parse_opts (int argc, char *
 
16819
 {
 
16820
        char *wheur = NULL, *bheur = NULL;
 
16821
        int c, i;
 
16822
-       while ((c = getopt (argc, argv, "g:G:d:f:l:p:w:b:Hqvh")) != -1)
 
16823
+       int option_index = 0;
 
16824
+       static struct option long_options[] = {
 
16825
+         {"game",1,0,'g'},
 
16826
+         {"plugin",1,0,'G'},
 
16827
+         {"delay",1,0,'d'},
 
16828
+         {"file",1,0,'f'},
 
16829
+         {"log",1,0,'l'},
 
16830
+         {"players",1,0,'p'},
 
16831
+         {"w-heuristic",1,0,'w'},
 
16832
+         {"b-heuristic",1,0,'b'},
 
16833
+         {"html-help",0,0,'H'},
 
16834
+         {"hide-board",0,0,'q'},
 
16835
+         {"verbose",0,0,'v'},
 
16836
+         {"help",0,0,'h'},
 
16837
+         {"version",0,0,'V'},
 
16838
+         {0, 0, 0, 0}
 
16839
+       };
 
16840
+       while ((c = getopt_long (argc, argv, "g:G:d:f:l:p:w:b:HqvhV",
 
16841
+                                                        long_options, &option_index)) != -1)
 
16842
        {
 
16843
                switch (c)
 
16844
                {
 
16845
@@ -787,22 +806,27 @@ static void parse_opts (int argc, char *
 
16846
                        case 'v':
 
16847
                                opt_verbose = 1;
 
16848
                                break;
 
16849
+                       case 'V':
 
16850
+                               printf("gtkboard %s\n", GTKBOARD_VERSION);
 
16851
+                               exit(0);
 
16852
                        case 'h':
 
16853
-                               printf ("Usage: gtkboard \t[-qvh] "
 
16854
-                                               "[-g game] [-G file] [-f file] [-l logfile] [-d msec]\n"
 
16855
-                                               "\t\t\t[-p XX] [-w wheur -b bheur] "
 
16856
+                               printf ("Usage: gtkboard \t[-qvhV]"
 
16857
+                                               " [-g game] [-G file] [-f file] [-l logfile] [-d msec]"
 
16858
+                                               " [-p XX] [-w wheur -b bheur]"
 
16859
+                                               "\n"
 
16860
                                                "\n"
 
16861
-                                               "\t-g\tname of the game\n"
 
16862
-                                               "\t-G\tplugin file to load game from\n"
 
16863
-                                               "\t-f\tfile to load game from\n"
 
16864
-                                               "\t-l\tlog file to record game\n"
 
16865
-                                               "\t-q\tdon't show board\n"
 
16866
-                                               "\t-d\tdelay in milliseconds\n"
 
16867
-                                               "\t-p\thuman or machine players. Each X must be 'h' or 'm'\n"
 
16868
-                                               "\t-w\tname of heuristic function for white\n"
 
16869
-                                               "\t-b\tname of heuristic function for black\n"
 
16870
-                                               "\t-v\tbe verbose\n"
 
16871
-                                               "\t-h\tprint this help\n"
 
16872
+                                               "\t-g, --game\tname of the game\n"
 
16873
+                                               "\t-G, --plugin\tplugin file to load game from\n"
 
16874
+                                               "\t-f, --file\tfile to load game from\n"
 
16875
+                                               "\t-l, --log\tlog file to record game\n"
 
16876
+                                               "\t-q, --hide-board\tdon't show board\n"
 
16877
+                                               "\t-d, --delay\tdelay in milliseconds\n"
 
16878
+                                               "\t-p, --players\thuman or machine players. Each X must be 'h' or 'm'\n"
 
16879
+                                               "\t-w, --w-heuristic\tname of heuristic function for white\n"
 
16880
+                                               "\t-b, --b-heuristic\tname of heuristic function for black\n"
 
16881
+                                               "\t-v, --verbose\tbe verbose\n"
 
16882
+                                               "\t-V, --version\tprint version and exit\n"
 
16883
+                                               "\t-h, --help\tprint this help and exit\n"
 
16884
                                           );
 
16885
                                exit (0);
 
16886
                        default:
 
16887
@@ -1379,3 +1403,7 @@ int main (int argc, char **argv)
 
16888
        }
 
16889
        return 0;
 
16890
 }
 
16891
+
 
16892
+// Local Variables:
 
16893
+// tab-width: 4
 
16894
+// End:
 
16895
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/game.h
 
16896
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/game.h
 
16897
@@ -27,6 +27,8 @@
 
16898
   This is the only file that the games need to include.
 
16899
 */
 
16900
 
 
16901
+#define GTKBOARD_VERSION "0.11pre0"
 
16902
+
 
16903
 //! Both moves and positions are arrays of <tt>byte</tt>s
 
16904
 #ifndef byte 
 
16905
 #define byte gint8
 
16906
@@ -518,3 +520,7 @@ extern int (*game_scorecmp_def_iscore) (
 
16907
 extern int (*game_scorecmp_def_time) (gchar *, int, gchar*, int);
 
16908
 
 
16909
 #endif
 
16910
+
 
16911
+// Local Variables:
 
16912
+// tab-width: 4
 
16913
+// End:
 
16914
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/memory.c
 
16915
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/memory.c
 
16916
@@ -302,3 +302,6 @@ int memory_getmove (Pos *pos, int x, int
 
16917
        return 1;
 
16918
 }
 
16919
 
 
16920
+// Local Variables:
 
16921
+// tab-width: 4
 
16922
+// End:
 
16923
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/samegame.c
 
16924
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/samegame.c
 
16925
@@ -409,3 +409,7 @@ void samegame_getxy (byte *board, int *x
 
16926
                }
 
16927
        }
 
16928
 }
 
16929
+
 
16930
+// Local Variables:
 
16931
+// tab-width: 4
 
16932
+// End:
 
16933
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/pentaline.c
 
16934
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/pentaline.c
 
16935
@@ -495,3 +495,7 @@ void *pentaline_newstate (Pos *pos, byte
 
16936
        pos->board [move[1] * board_wid + move[0]] = 0; 
 
16937
        return &state;
 
16938
 }
 
16939
+
 
16940
+// Local Variables:
 
16941
+// tab-width: 4
 
16942
+// End:
 
16943
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/plot4.c
 
16944
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/plot4.c
 
16945
@@ -302,3 +302,6 @@ char ** plot4_get_pixmap (int idx, int c
 
16946
        return pixmap_ball_gen(55, pixbuf, fg, bg, 17.0, 30.0);
 
16947
 }
 
16948
 
 
16949
+// Local Variables:
 
16950
+// tab-width: 4
 
16951
+// End:
 
16952
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/engine.h
 
16953
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/engine.h
 
16954
@@ -42,3 +42,7 @@ void engine_poll ();
 
16955
 
 
16956
 
 
16957
 #endif
 
16958
+
 
16959
+// Local Variables:
 
16960
+// tab-width: 4
 
16961
+// End:
 
16962
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/blet.c
 
16963
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/blet.c
 
16964
@@ -152,3 +152,6 @@ unsigned char * blet_get_rgbmap (int idx
 
16965
        return rgbbuf;
 
16966
 }
 
16967
 
 
16968
+// Local Variables:
 
16969
+// tab-width: 4
 
16970
+// End:
 
16971
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/sound.c
 
16972
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/sound.c
 
16973
@@ -169,3 +169,7 @@ void sound_play (SoundEvent event)
 
16974
        sound_play_real (sound_file);
 
16975
        g_free (sound_file);
 
16976
 }
 
16977
+
 
16978
+// Local Variables:
 
16979
+// tab-width: 4
 
16980
+// End:
 
16981
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/prefs.h
 
16982
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/prefs.h
 
16983
@@ -80,3 +80,7 @@ void prefs_write_config_file ();
 
16984
 gboolean prefs_get_bool_val (gchar *value);
 
16985
 extern int (*game_scorecmp) (gchar *, int, gchar*, int);
 
16986
 #endif
 
16987
+
 
16988
+// Local Variables:
 
16989
+// tab-width: 4
 
16990
+// End:
 
16991
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/prefs.c
 
16992
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/prefs.c
 
16993
@@ -563,3 +563,7 @@ void prefs_read_config_file ()
 
16994
        
 
16995
        fclose (in);
 
16996
 }
 
16997
+
 
16998
+// Local Variables:
 
16999
+// tab-width: 4
 
17000
+// End:
 
17001
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/flw.c
 
17002
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/flw.c
 
17003
@@ -342,3 +342,6 @@ void flw_free ()
 
17004
        flw_curx = flw_cury = -1;
 
17005
 }
 
17006
 
 
17007
+// Local Variables:
 
17008
+// tab-width: 4
 
17009
+// End:
 
17010
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/hash.c
 
17011
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/hash.c
 
17012
@@ -236,3 +236,7 @@ void hash_print_stats ()
 
17013
        }
 
17014
        if (opt_verbose) printf ("stale=%d\n", stale);
 
17015
 }
 
17016
+
 
17017
+// Local Variables:
 
17018
+// tab-width: 4
 
17019
+// End:
 
17020
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/chess.c
 
17021
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/chess.c
 
17022
@@ -895,3 +895,7 @@ ResultType chess_eval (Pos * pos, Player
 
17023
        *eval = sum;
 
17024
        return RESULT_NOTYET;
 
17025
 }
 
17026
+
 
17027
+// Local Variables:
 
17028
+// tab-width: 4
 
17029
+// End:
 
17030
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/menu.c
 
17031
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/menu.c
 
17032
@@ -51,7 +51,7 @@ GtkItemFactory *menu_factory = NULL;
 
17033
 void sb_messagebar_message (gchar *);
 
17034
 void menu_cleanup_var_menus ();
 
17035
 
 
17036
-static char * menu_paths_sens_machine_thinking[] = 
 
17037
+static char * menu_paths_sens_machine_thinking[] =
 
17038
 {
 
17039
 //     "/File/Load game",
 
17040
 //     "/File/Save game",
 
17041
@@ -63,7 +63,7 @@ static char * menu_paths_sens_machine_th
 
17042
        "/Move/Forward",
 
17043
 };
 
17044
 
 
17045
-static char * menu_paths_sens_no_game[] = 
 
17046
+static char * menu_paths_sens_no_game[] =
 
17047
 {
 
17048
        "/Game/Start",
 
17049
        "/Game/Pause",
 
17050
@@ -77,7 +77,7 @@ static char * menu_paths_sens_no_game[]
 
17051
        "/Settings/Player",
 
17052
 };
 
17053
 
 
17054
-static char * menu_paths_sens_no_back_forw[] = 
 
17055
+static char * menu_paths_sens_no_back_forw[] =
 
17056
 {
 
17057
        "/Move/Back",
 
17058
        "/Move/Forward",
 
17059
@@ -96,17 +96,17 @@ static char *menu_paths_sens_two_players
 
17060
        "/Game/Zap Highscores",
 
17061
 };
 
17062
 
 
17063
-static char *menu_paths_sens_ui_stopped[] = 
 
17064
+static char *menu_paths_sens_ui_stopped[] =
 
17065
 {
 
17066
        "/Game/Pause",
 
17067
 };
 
17068
 
 
17069
-static char *menu_paths_sens_machine_not_thinking[] = 
 
17070
+static char *menu_paths_sens_machine_not_thinking[] =
 
17071
 {
 
17072
        "/Move/Move Now",
 
17073
 };
 
17074
 
 
17075
-static char *menu_paths_sens_eval_function[] = 
 
17076
+static char *menu_paths_sens_eval_function[] =
 
17077
 {
 
17078
 //     "/Settings/Eval function",
 
17079
 };
 
17080
@@ -124,51 +124,51 @@ void menu_sensitize (int which, gboolean
 
17081
        if (!state_gui_active) return;
 
17082
        switch (which)
 
17083
        {
 
17084
-               case MENU_SENS_MACHINE_THINKING: 
 
17085
+               case MENU_SENS_MACHINE_THINKING:
 
17086
                        menu_des_paths = menu_paths_sens_machine_thinking;
 
17087
-                       num_paths = sizeof (menu_paths_sens_machine_thinking) / 
 
17088
+                       num_paths = sizeof (menu_paths_sens_machine_thinking) /
 
17089
                                sizeof (menu_paths_sens_machine_thinking[0]);
 
17090
                        break;
 
17091
-               case MENU_SENS_MACHINE_NOT_THINKING: 
 
17092
+               case MENU_SENS_MACHINE_NOT_THINKING:
 
17093
                        menu_des_paths = menu_paths_sens_machine_not_thinking;
 
17094
-                       num_paths = sizeof (menu_paths_sens_machine_not_thinking) / 
 
17095
+                       num_paths = sizeof (menu_paths_sens_machine_not_thinking) /
 
17096
                                sizeof (menu_paths_sens_machine_not_thinking[0]);
 
17097
                        break;
 
17098
-               case MENU_SENS_NO_GAME: 
 
17099
+               case MENU_SENS_NO_GAME:
 
17100
                        menu_des_paths = menu_paths_sens_no_game;
 
17101
-                       num_paths = sizeof (menu_paths_sens_no_game) / 
 
17102
+                       num_paths = sizeof (menu_paths_sens_no_game) /
 
17103
                                sizeof (menu_paths_sens_no_game[0]);
 
17104
                        break;
 
17105
-               case MENU_SENS_NO_BACK_FORW: 
 
17106
+               case MENU_SENS_NO_BACK_FORW:
 
17107
                        menu_des_paths = menu_paths_sens_no_back_forw;
 
17108
-                       num_paths = sizeof (menu_paths_sens_no_back_forw) / 
 
17109
+                       num_paths = sizeof (menu_paths_sens_no_back_forw) /
 
17110
                                sizeof (menu_paths_sens_no_back_forw[0]);
 
17111
                        break;
 
17112
-               case MENU_SENS_SINGLE_PLAYER: 
 
17113
+               case MENU_SENS_SINGLE_PLAYER:
 
17114
                        menu_des_paths = menu_paths_sens_single_player;
 
17115
-                       num_paths = sizeof (menu_paths_sens_single_player) / 
 
17116
+                       num_paths = sizeof (menu_paths_sens_single_player) /
 
17117
                                sizeof (menu_paths_sens_single_player[0]);
 
17118
                        break;
 
17119
                case MENU_SENS_TWO_PLAYERS: 
 
17120
                        menu_des_paths = menu_paths_sens_two_players;
 
17121
-                       num_paths = sizeof (menu_paths_sens_two_players) / 
 
17122
+                       num_paths = sizeof (menu_paths_sens_two_players) /
 
17123
                                sizeof (menu_paths_sens_two_players[0]);
 
17124
                        break;
 
17125
-               case MENU_SENS_UI_STOPPED: 
 
17126
+               case MENU_SENS_UI_STOPPED:
 
17127
                        menu_des_paths = menu_paths_sens_ui_stopped;
 
17128
-                       num_paths = sizeof (menu_paths_sens_ui_stopped) / 
 
17129
+                       num_paths = sizeof (menu_paths_sens_ui_stopped) /
 
17130
                                sizeof (menu_paths_sens_ui_stopped[0]);
 
17131
                        break;
 
17132
                case MENU_SENS_EVAL_FUNCTION:
 
17133
                        menu_des_paths = menu_paths_sens_eval_function;
 
17134
-                       num_paths = sizeof (menu_paths_sens_eval_function) / 
 
17135
+                       num_paths = sizeof (menu_paths_sens_eval_function) /
 
17136
                                sizeof (menu_paths_sens_eval_function[0]);
 
17137
                        break;
 
17138
                default:
 
17139
                        g_assert_not_reached ();
 
17140
        }
 
17141
        for (i=0; i<num_paths; i++)
 
17142
-               gtk_widget_set_sensitive (gtk_item_factory_get_widget (menu_factory, 
 
17143
+               gtk_widget_set_sensitive (gtk_item_factory_get_widget (menu_factory,
 
17144
                                        menu_des_paths[i]), sens);
 
17145
 }
 
17146
 
 
17147
@@ -191,18 +191,18 @@ void sb_set_turn_image ()
 
17148
                int i;
 
17149
                for (i=0; i<7; i++)
 
17150
                {
 
17151
-                       pixmap_data = pixmap_ball_gen (size, pixbufs[i], colors[i], 
 
17152
+                       pixmap_data = pixmap_ball_gen (size, pixbufs[i], colors[i],
 
17153
                                        0xffffff, 6.5, 24);
 
17154
-                       pixmaps[i] = gdk_pixmap_create_from_xpm_d 
 
17155
+                       pixmaps[i] = gdk_pixmap_create_from_xpm_d
 
17156
                                ((GdkWindow *)main_window->window, NULL, NULL, pixmap_data);
 
17157
                }
 
17158
-               gtk_image_set_from_pixmap (GTK_IMAGE (sb_turn_image), 
 
17159
+               gtk_image_set_from_pixmap (GTK_IMAGE (sb_turn_image),
 
17160
                                pixmaps[previndex = 6], NULL);
 
17161
                first = 0;
 
17162
        }
 
17163
        if (opt_infile || !opt_game)
 
17164
                index = 6;
 
17165
-       else 
 
17166
+       else
 
17167
        {
 
17168
                if (!game_single_player && ui_white == HUMAN && ui_black == HUMAN
 
17169
                                && cur_pos.player == BLACK) index = 4;
 
17170
@@ -211,14 +211,14 @@ void sb_set_turn_image ()
 
17171
        }
 
17172
        g_assert (index >= 0 && index <= 6);
 
17173
        if (index == previndex) return;
 
17174
-       gtk_image_set_from_pixmap (GTK_IMAGE (sb_turn_image), 
 
17175
+       gtk_image_set_from_pixmap (GTK_IMAGE (sb_turn_image),
 
17176
                        pixmaps[previndex = index], NULL);
 
17177
 #endif
 
17178
 }
 
17179
 
 
17180
 static void sb_set_cursor ()
 
17181
 {
 
17182
-       static GdkCursor *cursor_normal = NULL, *cursor_busy = NULL, 
 
17183
+       static GdkCursor *cursor_normal = NULL, *cursor_busy = NULL,
 
17184
                *cursor_inactive = NULL;
 
17185
        // FIXME: is it ok to hard code the shape of the normal cursor?
 
17186
        if (!cursor_normal) cursor_normal = gdk_cursor_new (GDK_LEFT_PTR);
 
17187
@@ -272,9 +272,9 @@ static void menu_show_dialog_real (gchar
 
17188
        dialog = gtk_dialog_new_with_buttons (title, GTK_WINDOW (main_window),
 
17189
                        GTK_DIALOG_MODAL, NULL);
 
17190
        gtk_window_set_default_size (GTK_WINDOW (dialog), 300, 100);
 
17191
-       okay_button = gtk_dialog_add_button (GTK_DIALOG (dialog), 
 
17192
+       okay_button = gtk_dialog_add_button (GTK_DIALOG (dialog),
 
17193
                        GTK_STOCK_OK, GTK_RESPONSE_NONE);
 
17194
-       g_signal_connect_swapped (GTK_OBJECT (dialog), 
 
17195
+       g_signal_connect_swapped (GTK_OBJECT (dialog),
 
17196
                        "response", G_CALLBACK (gtk_widget_destroy), GTK_OBJECT (dialog));
 
17197
        gtk_label_set_selectable (GTK_LABEL (label), TRUE);
 
17198
 #endif
 
17199
@@ -294,7 +294,7 @@ void menu_show_dialog_wrap (gchar *title
 
17200
 {
 
17201
        menu_show_dialog_real (title, message, TRUE);
 
17202
 }
 
17203
-       
 
17204
+
 
17205
 
 
17206
 void menu_pause_cb (GtkWidget *dialog)
 
17207
 {
 
17208
@@ -336,7 +336,7 @@ void menu_show_pause_dialog ()
 
17209
 /*     dialog = gtk_dialog_new_with_buttons (title, GTK_WINDOW (main_window),
 
17210
                        GTK_DIALOG_MODAL, NULL);
 
17211
        gtk_window_set_default_size (GTK_WINDOW (dialog), 300, 100);
 
17212
-       okay_button = gtk_dialog_add_button (GTK_DIALOG (dialog), 
 
17213
+       okay_button = gtk_dialog_add_button (GTK_DIALOG (dialog),
 
17214
                        GTK_STOCK_OK, GTK_RESPONSE_NONE);
 
17215
        gtk_label_set_selectable (GTK_LABEL (label), TRUE);
 
17216
 */
 
17217
@@ -375,13 +375,11 @@ void menu_show_about_dialog (gpointer da
 
17218
        menu_show_dialog ("About gtkboard", 
 
17219
                        "gtkboard " VERSION "\n"
 
17220
                        "http://gtkboard.sourceforge.net/\n"
 
17221
-                       "Maintainer: Arvind Narayanan <arvindn@users.sourceforge.net>\n"
 
17222
+                       "Author: Arvind Narayanan <arvindn@users.sourceforge.net>\n"
 
17223
                        "Released under the GNU General Public License\n"
 
17224
                        "See the file COPYING for details\n"
 
17225
                        "\n"
 
17226
-                       "The documentation is available in the doc/ directory\n"
 
17227
-                       "of the source distribution or in the directory\n" 
 
17228
-                       "/usr/local/doc/gtkboard-" VERSION "/ if you installed from binary rpm.\n"
 
17229
+                       "The documentation is available locally in /usr/share/doc/gtkboard/.\n"
 
17230
                        "The latest documentation will always be available at\n"
 
17231
                        "http://gtkboard.sourceforge.net/doc/"
 
17232
                        );
 
17233
@@ -425,8 +423,8 @@ void menu_start_stop_game (gpointer data
 
17234
                                sb_error ("Game over", FALSE);
 
17235
                                break;
 
17236
                        }
 
17237
-                       if (!impl_check()) 
 
17238
-                       {       
 
17239
+                       if (!impl_check())
 
17240
+                       {
 
17241
                                sb_error ("Not yet implemented", TRUE);
 
17242
                                break;
 
17243
                        }
 
17244
@@ -470,19 +468,19 @@ void menu_start_stop_game (gpointer data
 
17245
 // if first is TRUE use opt_white and opt_black
 
17246
 void menu_put_player (gboolean first)
 
17247
 {
 
17248
-       gchar *path, *paths[4] = { 
 
17249
+       gchar *path, *paths[4] = {
 
17250
                "/Settings/Player/Human-Human", "/Settings/Player/Human-Machine",
 
17251
                "/Settings/Player/Machine-Human", "/Settings/Player/Machine-Machine"};
 
17252
        if (!state_gui_active) return;
 
17253
        if (first) {ui_white = opt_white; ui_black = opt_black;}
 
17254
        if (opt_infile)
 
17255
        {
 
17256
-               gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM 
 
17257
-               (gtk_item_factory_get_widget (menu_factory, "/Settings/Player/File")), 
 
17258
+               gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM
 
17259
+               (gtk_item_factory_get_widget (menu_factory, "/Settings/Player/File")),
 
17260
                              TRUE);
 
17261
-                       
 
17262
+
 
17263
                return;
 
17264
-       }       
 
17265
+       }
 
17266
        else if (ui_white == HUMAN && ui_black == HUMAN)
 
17267
                path = paths[0];
 
17268
        else if (ui_white == HUMAN && ui_black == MACHINE)
 
17269
@@ -493,7 +491,7 @@ void menu_put_player (gboolean first)
 
17270
                path = paths[3];
 
17271
        else
 
17272
                return;
 
17273
-       gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM 
 
17274
+       gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM
 
17275
                        (gtk_item_factory_get_widget (menu_factory, path)), TRUE);
 
17276
 }
 
17277
 
 
17278
@@ -507,21 +505,21 @@ void menu_put_game ()
 
17279
                strncat (path, "/", 128);
 
17280
        }
 
17281
        strncat (path, opt_game->name, 128);
 
17282
-       gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM 
 
17283
+       gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM
 
17284
                        (gtk_item_factory_get_widget (menu_factory, path)), TRUE);
 
17285
 }
 
17286
 
 
17287
 GtkWidget *menu_selector;
 
17288
-       
 
17289
-void menu_load_file (GtkFileSelection *selector, gpointer user_data) 
 
17290
+
 
17291
+void menu_load_file (GtkFileSelection *selector, gpointer user_data)
 
17292
 {
 
17293
        gchar const *filename;
 
17294
        static FILE *in;
 
17295
-       filename = gtk_file_selection_get_filename 
 
17296
+       filename = gtk_file_selection_get_filename
 
17297
                (GTK_FILE_SELECTION(menu_selector));
 
17298
        if (!(in = fopen (filename, "r")))
 
17299
        {
 
17300
-               gchar *tempstr = g_strdup_printf 
 
17301
+               gchar *tempstr = g_strdup_printf
 
17302
                        ("Could not open file \"%s\" for reading", filename);
 
17303
                sb_error (tempstr, TRUE);
 
17304
                g_free (tempstr);
 
17305
@@ -544,7 +542,7 @@ void menu_set_player (gpointer *data, gu
 
17306
        /* the callback for a radio button appears to
 
17307
           be called TWICE, once when selected and once when something else
 
17308
           is selected. */
 
17309
-       
 
17310
+
 
17311
        if (!GTK_CHECK_MENU_ITEM(widget)->active)
 
17312
                return;
 
17313
 
 
17314
@@ -601,12 +599,12 @@ void menu_load_file_dialog ()
 
17315
        g_assert (menu_selector);
 
17316
        /*gtk_file_selection_complete (
 
17317
                        GTK_FILE_SELECTION (menu_selector), "*.cbgf");*/
 
17318
-       
 
17319
-       gtk_signal_connect (GTK_OBJECT 
 
17320
+
 
17321
+       gtk_signal_connect (GTK_OBJECT
 
17322
                (GTK_FILE_SELECTION(menu_selector)->ok_button),
 
17323
                "clicked", GTK_SIGNAL_FUNC (menu_load_file), NULL);
 
17324
-                          
 
17325
-       gtk_signal_connect_object (GTK_OBJECT 
 
17326
+
 
17327
+       gtk_signal_connect_object (GTK_OBJECT
 
17328
                (GTK_FILE_SELECTION(menu_selector)->ok_button),
 
17329
                "clicked", GTK_SIGNAL_FUNC (gtk_widget_destroy),
 
17330
                (gpointer) menu_selector);
 
17331
@@ -615,7 +613,7 @@ void menu_load_file_dialog ()
 
17332
                GTK_OBJECT (GTK_FILE_SELECTION(menu_selector)->cancel_button),
 
17333
                "clicked", GTK_SIGNAL_FUNC (gtk_widget_destroy),
 
17334
                (gpointer) menu_selector);
 
17335
-   
 
17336
+
 
17337
    gtk_widget_show (menu_selector);
 
17338
 }
 
17339
 
 
17340
@@ -671,7 +669,7 @@ void menu_show_game_doc (gpointer data,
 
17341
        dialog = gtk_dialog_new();
 
17342
        gtk_window_set_title (GTK_WINDOW (dialog), titlestr);
 
17343
        hbox = gtk_hbox_new (FALSE, 0);
 
17344
-       msgarea = gtk_text_new (NULL, 
 
17345
+       msgarea = gtk_text_new (NULL,
 
17346
                        gtk_range_get_adjustment (GTK_RANGE (vbar)));
 
17347
        gtk_text_set_word_wrap (GTK_TEXT (msgarea), TRUE);
 
17348
        gtk_text_insert (GTK_TEXT (msgarea), NULL, NULL, NULL, msgstr, -1);
 
17349
@@ -680,7 +678,7 @@ void menu_show_game_doc (gpointer data,
 
17350
        okay_button = gtk_button_new_with_label("  OK  ");
 
17351
        gtk_signal_connect_object (GTK_OBJECT (okay_button), "clicked",
 
17352
                        GTK_SIGNAL_FUNC (gtk_widget_destroy), (gpointer) dialog);
 
17353
-       gtk_box_pack_start (GTK_BOX (GTK_DIALOG(dialog)->action_area), 
 
17354
+       gtk_box_pack_start (GTK_BOX (GTK_DIALOG(dialog)->action_area),
 
17355
                        okay_button, FALSE, FALSE, 0);
 
17356
        gtk_widget_grab_focus (okay_button);    // contributed by Paddu
 
17357
        gtk_container_add (GTK_CONTAINER (GTK_DIALOG(dialog)->vbox), hbox);
 
17358
@@ -696,7 +694,7 @@ void menu_show_game_doc (gpointer data,
 
17359
        gtk_text_view_set_editable (GTK_TEXT_VIEW (msgarea), FALSE);
 
17360
        gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW (msgarea), GTK_WRAP_WORD);
 
17361
        gtk_text_view_set_cursor_visible (GTK_TEXT_VIEW (msgarea), FALSE);
 
17362
-       gtk_text_buffer_set_text (gtk_text_view_get_buffer 
 
17363
+       gtk_text_buffer_set_text (gtk_text_view_get_buffer
 
17364
                        (GTK_TEXT_VIEW (msgarea)), msgstr, -1);
 
17365
        scrwin = gtk_scrolled_window_new (NULL,
 
17366
                gtk_range_get_adjustment (GTK_RANGE(vbar)));
 
17367
@@ -827,21 +825,21 @@ void menu_insert_recent_game (gchar *gam
 
17368
 void menu_start_game ()
 
17369
 {
 
17370
        ui_start_game ();
 
17371
-       
 
17372
+
 
17373
        {
 
17374
        int i;
 
17375
-       GtkItemFactoryEntry help_items [3];
 
17376
+       GtkItemFactoryEntry help_items [4];
 
17377
        help_items[0].path = g_strdup_printf ("/Help/%s", opt_game->name);
 
17378
        help_items[0].accelerator = NULL;
 
17379
        help_items[0].callback = NULL;
 
17380
        help_items[0].item_type = "<Branch>";
 
17381
        gtk_item_factory_create_item (menu_factory, help_items, NULL, 1);
 
17382
-       
 
17383
-       help_items[0].path = g_strdup_printf ("/Help/%s/_About", opt_game->name); 
 
17384
+
 
17385
+       help_items[0].path = g_strdup_printf ("/Help/%s/_About", opt_game->name);
 
17386
        help_items[0].callback_action = MENU_DOC_ABOUT;
 
17387
-       help_items[1].path = g_strdup_printf ("/Help/%s/_Rules", opt_game->name); 
 
17388
+       help_items[1].path = g_strdup_printf ("/Help/%s/_Rules", opt_game->name);
 
17389
        help_items[1].callback_action = MENU_DOC_RULES;
 
17390
-       help_items[2].path = g_strdup_printf ("/Help/%s/_Strategy", opt_game->name); 
 
17391
+       help_items[2].path = g_strdup_printf ("/Help/%s/_Strategy", opt_game->name);
 
17392
        help_items[2].callback_action = MENU_DOC_STRATEGY;
 
17393
        help_items[3].path = g_strdup_printf ("/Help/%s/_History", opt_game->name); 
 
17394
        help_items[3].callback_action = MENU_DOC_HISTORY;
 
17395
@@ -980,7 +978,7 @@ void menu_back_forw (gpointer data, guin
 
17396
                                        sb_message ("You cheated! No highscore for this game.", FALSE);
 
17397
                                ui_cheated = TRUE;
 
17398
                        }
 
17399
-                       // FIXME: there should be only one round of communication 
 
17400
+                       // FIXME: there should be only one round of communication
 
17401
                        // in which client gets both the move and who_won
 
17402
                        ui_check_who_won ();
 
17403
                        if (game_reset_uistate) game_reset_uistate();
 
17404
@@ -1037,7 +1035,7 @@ void menu_set_eval_function ()
 
17405
                if (game_htab)
 
17406
                for (i=0; game_htab[i].name; i++)
 
17407
                {
 
17408
-                       heur_item.path = g_strdup_printf ("/Settings/Eval function/%s/%s", 
 
17409
+                       heur_item.path = g_strdup_printf ("/Settings/Eval function/%s/%s",
 
17410
                                        *color, game_htab[i].name);
 
17411
                        if (i == 0) strncpy (pathbuf, heur_item.path, 63);
 
17412
                        heur_item.accelerator = NULL;
 
17413
@@ -1261,9 +1259,9 @@ void sb_update ()
 
17414
                if (ui_white == MACHINE) player[0] = 'M';
 
17415
                if (ui_black == HUMAN) player[2] = 'H';
 
17416
                if (ui_black == MACHINE) player[2] = 'M';
 
17417
-               gtk_label_set_text (GTK_LABEL(sb_player_label), 
 
17418
+               gtk_label_set_text (GTK_LABEL(sb_player_label),
 
17419
                                ui_white != NONE ? player : "File");
 
17420
-               gtk_label_set_text (GTK_LABEL(sb_who_label), cur_pos.player == WHITE ? 
 
17421
+               gtk_label_set_text (GTK_LABEL(sb_who_label), cur_pos.player == WHITE ?
 
17422
                                game_white_string : game_black_string);
 
17423
        }
 
17424
        gtk_label_set_text (GTK_LABEL(sb_score_label), sb_score_str);
 
17425
@@ -1295,3 +1293,7 @@ gboolean sb_update_periodic ()
 
17426
        first = FALSE;
 
17427
        return TRUE;
 
17428
 }
 
17429
+
 
17430
+// Local Variables:
 
17431
+// tab-width: 4
 
17432
+// End:
 
17433
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/fifteen.c
 
17434
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/fifteen.c
 
17435
@@ -227,7 +227,7 @@ char ** fifteen_pixmap_square_gen (char
 
17436
        static char line[FIFTEEN_CELL_SIZE];
 
17437
        memset(line, ' ', FIFTEEN_CELL_SIZE);
 
17438
        pixmap = g_new(char *, FIFTEEN_CELL_SIZE + 2);
 
17439
-       pixmap[0] = "60 60 1 1"; // FIXME: dont hard code
 
17440
+       pixmap[0] = "60 60 1 1"; // FIXME: don't hard code
 
17441
        // FIXME: not freed
 
17442
        pixmap[1] = g_strdup_printf (" c %s", col);
 
17443
        for (i=0; i<FIFTEEN_CELL_SIZE; i++) pixmap[i+2] = line; return pixmap;
 
17444
@@ -284,3 +284,7 @@ guchar *fifteen_get_rgbmap (int idx, int
 
17445
        }
 
17446
        return buf;
 
17447
 }
 
17448
+
 
17449
+// Local Variables:
 
17450
+// tab-width: 4
 
17451
+// End:
 
17452
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/board.c
 
17453
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/board.c
 
17454
@@ -74,7 +74,7 @@ gboolean state_board_flipped = FALSE;
 
17455
 //! default background
 
17456
 char board_default_colors [9] = {215, 215, 215, 215, 215, 215, 0, 0, 0};
 
17457
 
 
17458
-static int cell_size, num_pieces;
 
17459
+int cell_size, num_pieces;
 
17460
 
 
17461
 extern void ui_make_human_move (byte *move, int *rmove);
 
17462
 
 
17463
@@ -677,4 +677,6 @@ void board_init ()
 
17464
        gdk_gc_destroy (def_gc);
 
17465
 }
 
17466
 
 
17467
-
 
17468
+// Local Variables:
 
17469
+// tab-width: 4
 
17470
+// End:
 
17471
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/mastermind.c
 
17472
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/mastermind.c
 
17473
@@ -470,3 +470,6 @@ int mastermind_getmove_kb (Pos *pos, int
 
17474
        return 1;
 
17475
 }
 
17476
 
 
17477
+// Local Variables:
 
17478
+// tab-width: 4
 
17479
+// End:
 
17480
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/pacman.c
 
17481
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/pacman.c
 
17482
@@ -204,7 +204,7 @@ int pacman_animate (Pos *pos, byte **mov
 
17483
        int oldboard;
 
17484
        // FIXME: do this using stateful
 
17485
        static int prevx[4] = {0, 0, 0, 0}, prevy[4] = {0, 0, 0, 0};
 
17486
-       // make sure the ghosts dont step on each others toes
 
17487
+       // make sure the ghosts don't step on each others' toes
 
17488
        int taken[4] = {-1, -1, -1, -1}, t=0, gid;
 
17489
        byte *board = pos->board;
 
17490
        pacman_set_dist (board);
 
17491
@@ -500,3 +500,6 @@ char ** pacman_get_pixmap (int idx, int
 
17492
        return NULL;
 
17493
 }
 
17494
 
 
17495
+// Local Variables:
 
17496
+// tab-width: 4
 
17497
+// End:
 
17498
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/Makefile.in
 
17499
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/Makefile.in
 
17500
@@ -1,8 +1,9 @@
 
17501
-# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
17502
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
17503
 # @configure_input@
 
17504
 
 
17505
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
17506
-# Free Software Foundation, Inc.
 
17507
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
17508
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
17509
+# Inc.
 
17510
 # This Makefile.in is free software; the Free Software Foundation
 
17511
 # gives unlimited permission to copy and/or distribute it,
 
17512
 # with or without modifications, as long as this notice is preserved.
 
17513
@@ -13,84 +14,182 @@
 
17514
 # PARTICULAR PURPOSE.
 
17515
 
 
17516
 @SET_MAKE@
 
17517
-SHELL = @SHELL@
 
17518
 
 
17519
-srcdir = @srcdir@
 
17520
-top_srcdir = @top_srcdir@
 
17521
-VPATH = @srcdir@
 
17522
-prefix = @prefix@
 
17523
-exec_prefix = @exec_prefix@
 
17524
 
 
17525
-bindir = @bindir@
 
17526
-sbindir = @sbindir@
 
17527
-libexecdir = @libexecdir@
 
17528
-datadir = @datadir@
 
17529
-sysconfdir = @sysconfdir@
 
17530
-sharedstatedir = @sharedstatedir@
 
17531
-localstatedir = @localstatedir@
 
17532
-libdir = @libdir@
 
17533
-infodir = @infodir@
 
17534
-mandir = @mandir@
 
17535
-includedir = @includedir@
 
17536
-oldincludedir = /usr/include
 
17537
+VPATH = @srcdir@
 
17538
 pkgdatadir = $(datadir)/@PACKAGE@
 
17539
-pkglibdir = $(libdir)/@PACKAGE@
 
17540
 pkgincludedir = $(includedir)/@PACKAGE@
 
17541
-top_builddir = ..
 
17542
-
 
17543
-ACLOCAL = @ACLOCAL@
 
17544
-AUTOCONF = @AUTOCONF@
 
17545
-AUTOMAKE = @AUTOMAKE@
 
17546
-AUTOHEADER = @AUTOHEADER@
 
17547
-
 
17548
+pkglibdir = $(libdir)/@PACKAGE@
 
17549
+pkglibexecdir = $(libexecdir)/@PACKAGE@
 
17550
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
17551
-INSTALL = @INSTALL@
 
17552
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
17553
-INSTALL_DATA = @INSTALL_DATA@
 
17554
 install_sh_DATA = $(install_sh) -c -m 644
 
17555
 install_sh_PROGRAM = $(install_sh) -c
 
17556
 install_sh_SCRIPT = $(install_sh) -c
 
17557
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
17558
 INSTALL_HEADER = $(INSTALL_DATA)
 
17559
-transform = @program_transform_name@
 
17560
+transform = $(program_transform_name)
 
17561
 NORMAL_INSTALL = :
 
17562
 PRE_INSTALL = :
 
17563
 POST_INSTALL = :
 
17564
 NORMAL_UNINSTALL = :
 
17565
 PRE_UNINSTALL = :
 
17566
 POST_UNINSTALL = :
 
17567
-host_alias = @host_alias@
 
17568
+build_triplet = @build@
 
17569
 host_triplet = @host@
 
17570
-
 
17571
-EXEEXT = @EXEEXT@
 
17572
-OBJEXT = @OBJEXT@
 
17573
-PATH_SEPARATOR = @PATH_SEPARATOR@
 
17574
+target_triplet = @target@
 
17575
+bin_PROGRAMS = gtkboard$(EXEEXT)
 
17576
+subdir = src
 
17577
+DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
17578
+       $(srcdir)/Makefile.in
 
17579
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
17580
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
17581
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
17582
+       $(ACLOCAL_M4)
 
17583
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
17584
+CONFIG_HEADER = $(top_builddir)/config.h
 
17585
+CONFIG_CLEAN_FILES =
 
17586
+CONFIG_CLEAN_VPATH_FILES =
 
17587
+am__installdirs = "$(DESTDIR)$(bindir)"
 
17588
+PROGRAMS = $(bin_PROGRAMS)
 
17589
+am_gtkboard_OBJECTS = board.$(OBJEXT) menu.$(OBJEXT) prefs.$(OBJEXT) \
 
17590
+       sound.$(OBJEXT) ui.$(OBJEXT) aaball.$(OBJEXT) ab.$(OBJEXT) \
 
17591
+       engine.$(OBJEXT) hash.$(OBJEXT) move.$(OBJEXT) stack.$(OBJEXT) \
 
17592
+       antichess.$(OBJEXT) ataxx.$(OBJEXT) blet.$(OBJEXT) \
 
17593
+       breakthrough.$(OBJEXT) checkers.$(OBJEXT) chess.$(OBJEXT) \
 
17594
+       cpento.$(OBJEXT) dirmaze.$(OBJEXT) dotsandboxes.$(OBJEXT) \
 
17595
+       eightqueens.$(OBJEXT) fifteen.$(OBJEXT) flw.$(OBJEXT) \
 
17596
+       hiq.$(OBJEXT) infiltrate.$(OBJEXT) knights.$(OBJEXT) \
 
17597
+       kttour.$(OBJEXT) mastermind.$(OBJEXT) maze.$(OBJEXT) \
 
17598
+       memory.$(OBJEXT) ninemm.$(OBJEXT) othello.$(OBJEXT) \
 
17599
+       pacman.$(OBJEXT) pentaline.$(OBJEXT) plot4.$(OBJEXT) \
 
17600
+       quarto.$(OBJEXT) rgb.$(OBJEXT) samegame.$(OBJEXT) \
 
17601
+       stopgate.$(OBJEXT) tetris.$(OBJEXT) towers.$(OBJEXT) \
 
17602
+       wordtris.$(OBJEXT)
 
17603
+gtkboard_OBJECTS = $(am_gtkboard_OBJECTS)
 
17604
+gtkboard_LDADD = $(LDADD)
 
17605
+gtkboard_DEPENDENCIES =
 
17606
+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
17607
+depcomp = $(SHELL) $(top_srcdir)/depcomp
 
17608
+am__depfiles_maybe = depfiles
 
17609
+am__mv = mv -f
 
17610
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
17611
+       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
17612
+CCLD = $(CC)
 
17613
+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
17614
+SOURCES = $(gtkboard_SOURCES)
 
17615
+DIST_SOURCES = $(gtkboard_SOURCES)
 
17616
+HEADERS = $(noinst_HEADERS)
 
17617
+ETAGS = etags
 
17618
+CTAGS = ctags
 
17619
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
17620
+ACLOCAL = @ACLOCAL@
 
17621
 AMTAR = @AMTAR@
 
17622
+AUTOCONF = @AUTOCONF@
 
17623
+AUTOHEADER = @AUTOHEADER@
 
17624
+AUTOMAKE = @AUTOMAKE@
 
17625
 AWK = @AWK@
 
17626
 CC = @CC@
 
17627
+CCDEPMODE = @CCDEPMODE@
 
17628
+CFLAGS = @CFLAGS@
 
17629
+CPP = @CPP@
 
17630
+CPPFLAGS = @CPPFLAGS@
 
17631
+CYGPATH_W = @CYGPATH_W@
 
17632
+DEFS = @DEFS@
 
17633
 DEPDIR = @DEPDIR@
 
17634
+ECHO_C = @ECHO_C@
 
17635
+ECHO_N = @ECHO_N@
 
17636
+ECHO_T = @ECHO_T@
 
17637
+EGREP = @EGREP@
 
17638
+EXEEXT = @EXEEXT@
 
17639
 GNOME_CFLAGS = @GNOME_CFLAGS@
 
17640
 GNOME_LIBS = @GNOME_LIBS@
 
17641
+GREP = @GREP@
 
17642
 GTK_CFLAGS = @GTK_CFLAGS@
 
17643
-GTK_CONFIG = @GTK_CONFIG@
 
17644
 GTK_LIBS = @GTK_LIBS@
 
17645
+INSTALL = @INSTALL@
 
17646
+INSTALL_DATA = @INSTALL_DATA@
 
17647
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
17648
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
17649
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
17650
+LDFLAGS = @LDFLAGS@
 
17651
+LIBOBJS = @LIBOBJS@
 
17652
+LIBS = @LIBS@
 
17653
+LTLIBOBJS = @LTLIBOBJS@
 
17654
+MAKEINFO = @MAKEINFO@
 
17655
+MKDIR_P = @MKDIR_P@
 
17656
+OBJEXT = @OBJEXT@
 
17657
 PACKAGE = @PACKAGE@
 
17658
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
17659
+PACKAGE_NAME = @PACKAGE_NAME@
 
17660
+PACKAGE_STRING = @PACKAGE_STRING@
 
17661
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
17662
+PACKAGE_URL = @PACKAGE_URL@
 
17663
+PACKAGE_VERSION = @PACKAGE_VERSION@
 
17664
+PATH_SEPARATOR = @PATH_SEPARATOR@
 
17665
 PKG_CONFIG = @PKG_CONFIG@
 
17666
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
17667
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
17668
+SET_MAKE = @SET_MAKE@
 
17669
+SHELL = @SHELL@
 
17670
 STRIP = @STRIP@
 
17671
 VERSION = @VERSION@
 
17672
+abs_builddir = @abs_builddir@
 
17673
+abs_srcdir = @abs_srcdir@
 
17674
+abs_top_builddir = @abs_top_builddir@
 
17675
+abs_top_srcdir = @abs_top_srcdir@
 
17676
+ac_ct_CC = @ac_ct_CC@
 
17677
 am__include = @am__include@
 
17678
+am__leading_dot = @am__leading_dot@
 
17679
 am__quote = @am__quote@
 
17680
+am__tar = @am__tar@
 
17681
+am__untar = @am__untar@
 
17682
+bindir = @bindir@
 
17683
+build = @build@
 
17684
+build_alias = @build_alias@
 
17685
+build_cpu = @build_cpu@
 
17686
+build_os = @build_os@
 
17687
+build_vendor = @build_vendor@
 
17688
+builddir = @builddir@
 
17689
+datadir = @datadir@
 
17690
+datarootdir = @datarootdir@
 
17691
+docdir = @docdir@
 
17692
+dvidir = @dvidir@
 
17693
+exec_prefix = @exec_prefix@
 
17694
+host = @host@
 
17695
+host_alias = @host_alias@
 
17696
+host_cpu = @host_cpu@
 
17697
+host_os = @host_os@
 
17698
+host_vendor = @host_vendor@
 
17699
+htmldir = @htmldir@
 
17700
+includedir = @includedir@
 
17701
+infodir = @infodir@
 
17702
 install_sh = @install_sh@
 
17703
+libdir = @libdir@
 
17704
+libexecdir = @libexecdir@
 
17705
+localedir = @localedir@
 
17706
+localstatedir = @localstatedir@
 
17707
+mandir = @mandir@
 
17708
+mkdir_p = @mkdir_p@
 
17709
+oldincludedir = @oldincludedir@
 
17710
+pdfdir = @pdfdir@
 
17711
+prefix = @prefix@
 
17712
+program_transform_name = @program_transform_name@
 
17713
+psdir = @psdir@
 
17714
+sbindir = @sbindir@
 
17715
+sharedstatedir = @sharedstatedir@
 
17716
+srcdir = @srcdir@
 
17717
+sysconfdir = @sysconfdir@
 
17718
+target = @target@
 
17719
+target_alias = @target_alias@
 
17720
+target_cpu = @target_cpu@
 
17721
+target_os = @target_os@
 
17722
+target_vendor = @target_vendor@
 
17723
+top_build_prefix = @top_build_prefix@
 
17724
+top_builddir = @top_builddir@
 
17725
+top_srcdir = @top_srcdir@
 
17726
 AM_CFLAGS = -Wall -Wno-unused -DDATADIR=\"$(datadir)\"
 
17727
-
 
17728
 INCLUDES = @GTK_CFLAGS@ @GNOME_CFLAGS@
 
17729
-
 
17730
 LDADD = @GTK_LIBS@ @GNOME_LIBS@
 
17731
 
 
17732
-bin_PROGRAMS = gtkboard
 
17733
-
 
17734
-
 
17735
 #we'll install this when we're more stable
 
17736
 #gtkboardincludedir=$(includedir)/gtkboard-1.0
 
17737
 #gtkboardinclude_HEADERS =   \
 
17738
@@ -141,7 +240,6 @@ gtkboard_SOURCES = \
 
17739
        towers.c\
 
17740
        wordtris.c
 
17741
 
 
17742
-
 
17743
 noinst_HEADERS = \
 
17744
        aaball.h\
 
17745
        board.h\
 
17746
@@ -157,110 +255,83 @@ noinst_HEADERS = \
 
17747
        \
 
17748
        flwords.h
 
17749
 
 
17750
-subdir = src
 
17751
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
17752
-CONFIG_HEADER = $(top_builddir)/config.h
 
17753
-CONFIG_CLEAN_FILES =
 
17754
-bin_PROGRAMS = gtkboard$(EXEEXT)
 
17755
-PROGRAMS = $(bin_PROGRAMS)
 
17756
-
 
17757
-am_gtkboard_OBJECTS = board.$(OBJEXT) menu.$(OBJEXT) prefs.$(OBJEXT) \
 
17758
-       sound.$(OBJEXT) ui.$(OBJEXT) aaball.$(OBJEXT) ab.$(OBJEXT) \
 
17759
-       engine.$(OBJEXT) hash.$(OBJEXT) move.$(OBJEXT) stack.$(OBJEXT) \
 
17760
-       antichess.$(OBJEXT) ataxx.$(OBJEXT) blet.$(OBJEXT) \
 
17761
-       breakthrough.$(OBJEXT) checkers.$(OBJEXT) chess.$(OBJEXT) \
 
17762
-       cpento.$(OBJEXT) dirmaze.$(OBJEXT) dotsandboxes.$(OBJEXT) \
 
17763
-       eightqueens.$(OBJEXT) fifteen.$(OBJEXT) flw.$(OBJEXT) \
 
17764
-       hiq.$(OBJEXT) infiltrate.$(OBJEXT) knights.$(OBJEXT) \
 
17765
-       kttour.$(OBJEXT) mastermind.$(OBJEXT) maze.$(OBJEXT) \
 
17766
-       memory.$(OBJEXT) ninemm.$(OBJEXT) othello.$(OBJEXT) \
 
17767
-       pacman.$(OBJEXT) pentaline.$(OBJEXT) plot4.$(OBJEXT) \
 
17768
-       quarto.$(OBJEXT) rgb.$(OBJEXT) samegame.$(OBJEXT) \
 
17769
-       stopgate.$(OBJEXT) tetris.$(OBJEXT) towers.$(OBJEXT) \
 
17770
-       wordtris.$(OBJEXT)
 
17771
-gtkboard_OBJECTS = $(am_gtkboard_OBJECTS)
 
17772
-gtkboard_LDADD = $(LDADD)
 
17773
-gtkboard_DEPENDENCIES =
 
17774
-gtkboard_LDFLAGS =
 
17775
-
 
17776
-DEFS = @DEFS@
 
17777
-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
17778
-CPPFLAGS = @CPPFLAGS@
 
17779
-LDFLAGS = @LDFLAGS@
 
17780
-LIBS = @LIBS@
 
17781
-depcomp = $(SHELL) $(top_srcdir)/depcomp
 
17782
-am__depfiles_maybe = depfiles
 
17783
-@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/aaball.Po ./$(DEPDIR)/ab.Po \
 
17784
-@AMDEP_TRUE@   ./$(DEPDIR)/antichess.Po ./$(DEPDIR)/ataxx.Po \
 
17785
-@AMDEP_TRUE@   ./$(DEPDIR)/blet.Po ./$(DEPDIR)/board.Po \
 
17786
-@AMDEP_TRUE@   ./$(DEPDIR)/breakthrough.Po ./$(DEPDIR)/checkers.Po \
 
17787
-@AMDEP_TRUE@   ./$(DEPDIR)/chess.Po ./$(DEPDIR)/cpento.Po \
 
17788
-@AMDEP_TRUE@   ./$(DEPDIR)/dirmaze.Po ./$(DEPDIR)/dotsandboxes.Po \
 
17789
-@AMDEP_TRUE@   ./$(DEPDIR)/eightqueens.Po ./$(DEPDIR)/engine.Po \
 
17790
-@AMDEP_TRUE@   ./$(DEPDIR)/fifteen.Po ./$(DEPDIR)/flw.Po \
 
17791
-@AMDEP_TRUE@   ./$(DEPDIR)/hash.Po ./$(DEPDIR)/hiq.Po \
 
17792
-@AMDEP_TRUE@   ./$(DEPDIR)/infiltrate.Po ./$(DEPDIR)/knights.Po \
 
17793
-@AMDEP_TRUE@   ./$(DEPDIR)/kttour.Po ./$(DEPDIR)/mastermind.Po \
 
17794
-@AMDEP_TRUE@   ./$(DEPDIR)/maze.Po ./$(DEPDIR)/memory.Po \
 
17795
-@AMDEP_TRUE@   ./$(DEPDIR)/menu.Po ./$(DEPDIR)/move.Po \
 
17796
-@AMDEP_TRUE@   ./$(DEPDIR)/ninemm.Po ./$(DEPDIR)/othello.Po \
 
17797
-@AMDEP_TRUE@   ./$(DEPDIR)/pacman.Po ./$(DEPDIR)/pentaline.Po \
 
17798
-@AMDEP_TRUE@   ./$(DEPDIR)/plot4.Po ./$(DEPDIR)/prefs.Po \
 
17799
-@AMDEP_TRUE@   ./$(DEPDIR)/quarto.Po ./$(DEPDIR)/rgb.Po \
 
17800
-@AMDEP_TRUE@   ./$(DEPDIR)/samegame.Po ./$(DEPDIR)/sound.Po \
 
17801
-@AMDEP_TRUE@   ./$(DEPDIR)/stack.Po ./$(DEPDIR)/stopgate.Po \
 
17802
-@AMDEP_TRUE@   ./$(DEPDIR)/tetris.Po ./$(DEPDIR)/towers.Po \
 
17803
-@AMDEP_TRUE@   ./$(DEPDIR)/ui.Po ./$(DEPDIR)/wordtris.Po
 
17804
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
17805
-       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
17806
-CCLD = $(CC)
 
17807
-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
17808
-CFLAGS = @CFLAGS@
 
17809
-DIST_SOURCES = $(gtkboard_SOURCES)
 
17810
-HEADERS = $(noinst_HEADERS)
 
17811
-
 
17812
-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
 
17813
-SOURCES = $(gtkboard_SOURCES)
 
17814
-
 
17815
 all: all-am
 
17816
 
 
17817
 .SUFFIXES:
 
17818
 .SUFFIXES: .c .o .obj
 
17819
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
17820
-       cd $(top_srcdir) && \
 
17821
-         $(AUTOMAKE) --gnu  src/Makefile
 
17822
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
17823
-       cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
17824
-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
17825
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
17826
+       @for dep in $?; do \
 
17827
+         case '$(am__configure_deps)' in \
 
17828
+           *$$dep*) \
 
17829
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
17830
+               && { if test -f $@; then exit 0; else break; fi; }; \
 
17831
+             exit 1;; \
 
17832
+         esac; \
 
17833
+       done; \
 
17834
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
 
17835
+       $(am__cd) $(top_srcdir) && \
 
17836
+         $(AUTOMAKE) --gnu src/Makefile
 
17837
+.PRECIOUS: Makefile
 
17838
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
17839
+       @case '$?' in \
 
17840
+         *config.status*) \
 
17841
+           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
17842
+         *) \
 
17843
+           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
17844
+           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
17845
+       esac;
 
17846
+
 
17847
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
17848
+       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
17849
+
 
17850
+$(top_srcdir)/configure:  $(am__configure_deps)
 
17851
+       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
17852
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
17853
+       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
17854
+$(am__aclocal_m4_deps):
 
17855
 install-binPROGRAMS: $(bin_PROGRAMS)
 
17856
        @$(NORMAL_INSTALL)
 
17857
-       $(mkinstalldirs) $(DESTDIR)$(bindir)
 
17858
-       @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
17859
-         p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
17860
-         if test -f $$p \
 
17861
-         ; then \
 
17862
-           f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
17863
-          echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
 
17864
-          $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
 
17865
-         else :; fi; \
 
17866
-       done
 
17867
+       test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
17868
+       @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
17869
+       for p in $$list; do echo "$$p $$p"; done | \
 
17870
+       sed 's/$(EXEEXT)$$//' | \
 
17871
+       while read p p1; do if test -f $$p; \
 
17872
+         then echo "$$p"; echo "$$p"; else :; fi; \
 
17873
+       done | \
 
17874
+       sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
17875
+           -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
17876
+       sed 'N;N;N;s,\n, ,g' | \
 
17877
+       $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
17878
+         { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
17879
+           if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
17880
+           else { print "f", $$3 "/" $$4, $$1; } } \
 
17881
+         END { for (d in files) print "f", d, files[d] }' | \
 
17882
+       while read type dir files; do \
 
17883
+           if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
17884
+           test -z "$$files" || { \
 
17885
+             echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
17886
+             $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
17887
+           } \
 
17888
+       ; done
 
17889
 
 
17890
 uninstall-binPROGRAMS:
 
17891
        @$(NORMAL_UNINSTALL)
 
17892
-       @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
17893
-         f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
17894
-         echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
 
17895
-         rm -f $(DESTDIR)$(bindir)/$$f; \
 
17896
-       done
 
17897
+       @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
17898
+       files=`for p in $$list; do echo "$$p"; done | \
 
17899
+         sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
17900
+             -e 's/$$/$(EXEEXT)/' `; \
 
17901
+       test -n "$$list" || exit 0; \
 
17902
+       echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
17903
+       cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
17904
 
 
17905
 clean-binPROGRAMS:
 
17906
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
17907
 gtkboard$(EXEEXT): $(gtkboard_OBJECTS) $(gtkboard_DEPENDENCIES) 
 
17908
        @rm -f gtkboard$(EXEEXT)
 
17909
-       $(LINK) $(gtkboard_LDFLAGS) $(gtkboard_OBJECTS) $(gtkboard_LDADD) $(LIBS)
 
17910
+       $(LINK) $(gtkboard_OBJECTS) $(gtkboard_LDADD) $(LIBS)
 
17911
 
 
17912
 mostlyclean-compile:
 
17913
-       -rm -f *.$(OBJEXT) core *.core
 
17914
+       -rm -f *.$(OBJEXT)
 
17915
 
 
17916
 distclean-compile:
 
17917
        -rm -f *.tab.c
 
17918
@@ -308,91 +379,109 @@ distclean-compile:
 
17919
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
 
17920
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wordtris.Po@am__quote@
 
17921
 
 
17922
-distclean-depend:
 
17923
-       -rm -rf ./$(DEPDIR)
 
17924
-
 
17925
 .c.o:
 
17926
-@AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
17927
-@AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
17928
-@AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
17929
-       $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
17930
+@am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
17931
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
17932
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
17933
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
17934
+@am__fastdepCC_FALSE@  $(COMPILE) -c $<
 
17935
 
 
17936
 .c.obj:
 
17937
-@AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
17938
-@AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
17939
-@AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
17940
-       $(COMPILE) -c `cygpath -w $<`
 
17941
-CCDEPMODE = @CCDEPMODE@
 
17942
-uninstall-info-am:
 
17943
-
 
17944
-ETAGS = etags
 
17945
-ETAGSFLAGS =
 
17946
-
 
17947
-tags: TAGS
 
17948
+@am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
17949
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
17950
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
17951
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
17952
+@am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
17953
 
 
17954
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
17955
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
17956
        unique=`for i in $$list; do \
 
17957
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
17958
          done | \
 
17959
-         $(AWK) '    { files[$$0] = 1; } \
 
17960
-              END { for (i in files) print i; }'`; \
 
17961
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
17962
+             END { if (nonempty) { for (i in files) print i; }; }'`; \
 
17963
        mkid -fID $$unique
 
17964
+tags: TAGS
 
17965
 
 
17966
 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
17967
                $(TAGS_FILES) $(LISP)
 
17968
-       tags=; \
 
17969
+       set x; \
 
17970
        here=`pwd`; \
 
17971
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
17972
        unique=`for i in $$list; do \
 
17973
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
17974
          done | \
 
17975
-         $(AWK) '    { files[$$0] = 1; } \
 
17976
-              END { for (i in files) print i; }'`; \
 
17977
-       test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
17978
-         || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
17979
-            $$tags $$unique
 
17980
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
17981
+             END { if (nonempty) { for (i in files) print i; }; }'`; \
 
17982
+       shift; \
 
17983
+       if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
17984
+         test -n "$$unique" || unique=$$empty_fix; \
 
17985
+         if test $$# -gt 0; then \
 
17986
+           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
17987
+             "$$@" $$unique; \
 
17988
+         else \
 
17989
+           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
17990
+             $$unique; \
 
17991
+         fi; \
 
17992
+       fi
 
17993
+ctags: CTAGS
 
17994
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
17995
+               $(TAGS_FILES) $(LISP)
 
17996
+       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
17997
+       unique=`for i in $$list; do \
 
17998
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
17999
+         done | \
 
18000
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
18001
+             END { if (nonempty) { for (i in files) print i; }; }'`; \
 
18002
+       test -z "$(CTAGS_ARGS)$$unique" \
 
18003
+         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
18004
+            $$unique
 
18005
 
 
18006
 GTAGS:
 
18007
        here=`$(am__cd) $(top_builddir) && pwd` \
 
18008
-         && cd $(top_srcdir) \
 
18009
-         && gtags -i $(GTAGS_ARGS) $$here
 
18010
+         && $(am__cd) $(top_srcdir) \
 
18011
+         && gtags -i $(GTAGS_ARGS) "$$here"
 
18012
 
 
18013
 distclean-tags:
 
18014
-       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
18015
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
18016
-
 
18017
-top_distdir = ..
 
18018
-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
18019
+       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
18020
 
 
18021
 distdir: $(DISTFILES)
 
18022
-       @list='$(DISTFILES)'; for file in $$list; do \
 
18023
+       @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
18024
+       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
18025
+       list='$(DISTFILES)'; \
 
18026
+         dist_files=`for file in $$list; do echo $$file; done | \
 
18027
+         sed -e "s|^$$srcdirstrip/||;t" \
 
18028
+             -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
18029
+       case $$dist_files in \
 
18030
+         */*) $(MKDIR_P) `echo "$$dist_files" | \
 
18031
+                          sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
18032
+                          sort -u` ;; \
 
18033
+       esac; \
 
18034
+       for file in $$dist_files; do \
 
18035
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
18036
-         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
18037
-         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
18038
-           dir="/$$dir"; \
 
18039
-           $(mkinstalldirs) "$(distdir)$$dir"; \
 
18040
-         else \
 
18041
-           dir=''; \
 
18042
-         fi; \
 
18043
          if test -d $$d/$$file; then \
 
18044
+           dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
18045
+           if test -d "$(distdir)/$$file"; then \
 
18046
+             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
18047
+           fi; \
 
18048
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
18049
-             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
18050
+             cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
18051
+             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
18052
            fi; \
 
18053
-           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
18054
+           cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
18055
          else \
 
18056
-           test -f $(distdir)/$$file \
 
18057
-           || cp -p $$d/$$file $(distdir)/$$file \
 
18058
+           test -f "$(distdir)/$$file" \
 
18059
+           || cp -p $$d/$$file "$(distdir)/$$file" \
 
18060
            || exit 1; \
 
18061
          fi; \
 
18062
        done
 
18063
 check-am: all-am
 
18064
 check: check-am
 
18065
 all-am: Makefile $(PROGRAMS) $(HEADERS)
 
18066
-
 
18067
 installdirs:
 
18068
-       $(mkinstalldirs) $(DESTDIR)$(bindir)
 
18069
-
 
18070
+       for dir in "$(DESTDIR)$(bindir)"; do \
 
18071
+         test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
18072
+       done
 
18073
 install: install-am
 
18074
 install-exec: install-exec-am
 
18075
 install-data: install-data-am
 
18076
@@ -404,7 +493,7 @@ install-am: all-am
 
18077
 installcheck: installcheck-am
 
18078
 install-strip:
 
18079
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
18080
-         INSTALL_STRIP_FLAG=-s \
 
18081
+         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
18082
          `test -z '$(STRIP)' || \
 
18083
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
18084
 mostlyclean-generic:
 
18085
@@ -412,7 +501,8 @@ mostlyclean-generic:
 
18086
 clean-generic:
 
18087
 
 
18088
 distclean-generic:
 
18089
-       -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
18090
+       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
18091
+       -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
18092
 
 
18093
 maintainer-clean-generic:
 
18094
        @echo "This command is intended for maintainers to use"
 
18095
@@ -422,48 +512,85 @@ clean: clean-am
 
18096
 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
 
18097
 
 
18098
 distclean: distclean-am
 
18099
-
 
18100
-distclean-am: clean-am distclean-compile distclean-depend \
 
18101
-       distclean-generic distclean-tags
 
18102
+       -rm -rf ./$(DEPDIR)
 
18103
+       -rm -f Makefile
 
18104
+distclean-am: clean-am distclean-compile distclean-generic \
 
18105
+       distclean-tags
 
18106
 
 
18107
 dvi: dvi-am
 
18108
 
 
18109
 dvi-am:
 
18110
 
 
18111
+html: html-am
 
18112
+
 
18113
+html-am:
 
18114
+
 
18115
 info: info-am
 
18116
 
 
18117
 info-am:
 
18118
 
 
18119
 install-data-am:
 
18120
 
 
18121
+install-dvi: install-dvi-am
 
18122
+
 
18123
+install-dvi-am:
 
18124
+
 
18125
 install-exec-am: install-binPROGRAMS
 
18126
 
 
18127
+install-html: install-html-am
 
18128
+
 
18129
+install-html-am:
 
18130
+
 
18131
 install-info: install-info-am
 
18132
 
 
18133
+install-info-am:
 
18134
+
 
18135
 install-man:
 
18136
 
 
18137
+install-pdf: install-pdf-am
 
18138
+
 
18139
+install-pdf-am:
 
18140
+
 
18141
+install-ps: install-ps-am
 
18142
+
 
18143
+install-ps-am:
 
18144
+
 
18145
 installcheck-am:
 
18146
 
 
18147
 maintainer-clean: maintainer-clean-am
 
18148
-
 
18149
+       -rm -rf ./$(DEPDIR)
 
18150
+       -rm -f Makefile
 
18151
 maintainer-clean-am: distclean-am maintainer-clean-generic
 
18152
 
 
18153
 mostlyclean: mostlyclean-am
 
18154
 
 
18155
 mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
18156
 
 
18157
-uninstall-am: uninstall-binPROGRAMS uninstall-info-am
 
18158
+pdf: pdf-am
 
18159
 
 
18160
-.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
18161
-       clean-generic distclean distclean-compile distclean-depend \
 
18162
-       distclean-generic distclean-tags distdir dvi dvi-am info \
 
18163
-       info-am install install-am install-binPROGRAMS install-data \
 
18164
-       install-data-am install-exec install-exec-am install-info \
 
18165
-       install-info-am install-man install-strip installcheck \
 
18166
-       installcheck-am installdirs maintainer-clean \
 
18167
+pdf-am:
 
18168
+
 
18169
+ps: ps-am
 
18170
+
 
18171
+ps-am:
 
18172
+
 
18173
+uninstall-am: uninstall-binPROGRAMS
 
18174
+
 
18175
+.MAKE: install-am install-strip
 
18176
+
 
18177
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
18178
+       clean-generic ctags distclean distclean-compile \
 
18179
+       distclean-generic distclean-tags distdir dvi dvi-am html \
 
18180
+       html-am info info-am install install-am install-binPROGRAMS \
 
18181
+       install-data install-data-am install-dvi install-dvi-am \
 
18182
+       install-exec install-exec-am install-html install-html-am \
 
18183
+       install-info install-info-am install-man install-pdf \
 
18184
+       install-pdf-am install-ps install-ps-am install-strip \
 
18185
+       installcheck installcheck-am installdirs maintainer-clean \
 
18186
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
18187
-       mostlyclean-generic tags uninstall uninstall-am \
 
18188
-       uninstall-binPROGRAMS uninstall-info-am
 
18189
+       mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
18190
+       uninstall-am uninstall-binPROGRAMS
 
18191
+
 
18192
 
 
18193
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 
18194
 # Otherwise a system limit (for SysV at least) may be exceeded.
 
18195
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/move.c
 
18196
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/move.c
 
18197
@@ -190,4 +190,6 @@ byte *mov_getinv (byte *board, byte *mov
 
18198
        return inv;
 
18199
 }
 
18200
 
 
18201
-
 
18202
+// Local Variables:
 
18203
+// tab-width: 4
 
18204
+// End:
 
18205
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/ataxx.c
 
18206
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/ataxx.c
 
18207
@@ -401,3 +401,6 @@ unsigned char * ataxx_get_rgbmap (int id
 
18208
        return rgbbuf;
 
18209
 }
 
18210
 
 
18211
+// Local Variables:
 
18212
+// tab-width: 4
 
18213
+// End:
 
18214
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/src/flwords.h
 
18215
+++ gtkboard-0.11pre0+cvs.2003.11.02/src/flwords.h
 
18216
@@ -4360,3 +4360,7 @@ static const int num_flwords = sizeof (f
 
18217
 
 
18218
 
 
18219
 #endif
 
18220
+
 
18221
+// Local Variables:
 
18222
+// tab-width: 4
 
18223
+// End:
 
18224
--- gtkboard-0.11pre0+cvs.2003.11.02.orig/sounds/Makefile.in
 
18225
+++ gtkboard-0.11pre0+cvs.2003.11.02/sounds/Makefile.in
 
18226
@@ -1,8 +1,9 @@
 
18227
-# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
18228
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
18229
 # @configure_input@
 
18230
 
 
18231
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
18232
-# Free Software Foundation, Inc.
 
18233
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
18234
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
18235
+# Inc.
 
18236
 # This Makefile.in is free software; the Free Software Foundation
 
18237
 # gives unlimited permission to copy and/or distribute it,
 
18238
 # with or without modifications, as long as this notice is preserved.
 
18239
@@ -13,152 +14,269 @@
 
18240
 # PARTICULAR PURPOSE.
 
18241
 
 
18242
 @SET_MAKE@
 
18243
-SHELL = @SHELL@
 
18244
 
 
18245
-srcdir = @srcdir@
 
18246
-top_srcdir = @top_srcdir@
 
18247
 VPATH = @srcdir@
 
18248
-prefix = @prefix@
 
18249
-exec_prefix = @exec_prefix@
 
18250
-
 
18251
-bindir = @bindir@
 
18252
-sbindir = @sbindir@
 
18253
-libexecdir = @libexecdir@
 
18254
-datadir = @datadir@
 
18255
-sysconfdir = @sysconfdir@
 
18256
-sharedstatedir = @sharedstatedir@
 
18257
-localstatedir = @localstatedir@
 
18258
-libdir = @libdir@
 
18259
-infodir = @infodir@
 
18260
-mandir = @mandir@
 
18261
-includedir = @includedir@
 
18262
-oldincludedir = /usr/include
 
18263
 pkgdatadir = $(datadir)/@PACKAGE@
 
18264
-pkglibdir = $(libdir)/@PACKAGE@
 
18265
 pkgincludedir = $(includedir)/@PACKAGE@
 
18266
-top_builddir = ..
 
18267
-
 
18268
-ACLOCAL = @ACLOCAL@
 
18269
-AUTOCONF = @AUTOCONF@
 
18270
-AUTOMAKE = @AUTOMAKE@
 
18271
-AUTOHEADER = @AUTOHEADER@
 
18272
-
 
18273
+pkglibdir = $(libdir)/@PACKAGE@
 
18274
+pkglibexecdir = $(libexecdir)/@PACKAGE@
 
18275
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
18276
-INSTALL = @INSTALL@
 
18277
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
18278
-INSTALL_DATA = @INSTALL_DATA@
 
18279
 install_sh_DATA = $(install_sh) -c -m 644
 
18280
 install_sh_PROGRAM = $(install_sh) -c
 
18281
 install_sh_SCRIPT = $(install_sh) -c
 
18282
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
18283
 INSTALL_HEADER = $(INSTALL_DATA)
 
18284
-transform = @program_transform_name@
 
18285
+transform = $(program_transform_name)
 
18286
 NORMAL_INSTALL = :
 
18287
 PRE_INSTALL = :
 
18288
 POST_INSTALL = :
 
18289
 NORMAL_UNINSTALL = :
 
18290
 PRE_UNINSTALL = :
 
18291
 POST_UNINSTALL = :
 
18292
-host_alias = @host_alias@
 
18293
+build_triplet = @build@
 
18294
 host_triplet = @host@
 
18295
-
 
18296
-EXEEXT = @EXEEXT@
 
18297
-OBJEXT = @OBJEXT@
 
18298
-PATH_SEPARATOR = @PATH_SEPARATOR@
 
18299
+target_triplet = @target@
 
18300
+subdir = sounds
 
18301
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
18302
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
18303
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
18304
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
18305
+       $(ACLOCAL_M4)
 
18306
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
18307
+CONFIG_HEADER = $(top_builddir)/config.h
 
18308
+CONFIG_CLEAN_FILES =
 
18309
+CONFIG_CLEAN_VPATH_FILES =
 
18310
+SOURCES =
 
18311
+DIST_SOURCES =
 
18312
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
18313
+am__vpath_adj = case $$p in \
 
18314
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
18315
+    *) f=$$p;; \
 
18316
+  esac;
 
18317
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
18318
+am__install_max = 40
 
18319
+am__nobase_strip_setup = \
 
18320
+  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
18321
+am__nobase_strip = \
 
18322
+  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
18323
+am__nobase_list = $(am__nobase_strip_setup); \
 
18324
+  for p in $$list; do echo "$$p $$p"; done | \
 
18325
+  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
18326
+  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
18327
+    if (++n[$$2] == $(am__install_max)) \
 
18328
+      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
18329
+    END { for (dir in files) print dir, files[dir] }'
 
18330
+am__base_list = \
 
18331
+  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
18332
+  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
18333
+am__installdirs = "$(DESTDIR)$(gtkboardsoundsdir)"
 
18334
+DATA = $(gtkboardsounds_DATA)
 
18335
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
18336
+ACLOCAL = @ACLOCAL@
 
18337
 AMTAR = @AMTAR@
 
18338
+AUTOCONF = @AUTOCONF@
 
18339
+AUTOHEADER = @AUTOHEADER@
 
18340
+AUTOMAKE = @AUTOMAKE@
 
18341
 AWK = @AWK@
 
18342
 CC = @CC@
 
18343
+CCDEPMODE = @CCDEPMODE@
 
18344
+CFLAGS = @CFLAGS@
 
18345
+CPP = @CPP@
 
18346
+CPPFLAGS = @CPPFLAGS@
 
18347
+CYGPATH_W = @CYGPATH_W@
 
18348
+DEFS = @DEFS@
 
18349
 DEPDIR = @DEPDIR@
 
18350
+ECHO_C = @ECHO_C@
 
18351
+ECHO_N = @ECHO_N@
 
18352
+ECHO_T = @ECHO_T@
 
18353
+EGREP = @EGREP@
 
18354
+EXEEXT = @EXEEXT@
 
18355
 GNOME_CFLAGS = @GNOME_CFLAGS@
 
18356
 GNOME_LIBS = @GNOME_LIBS@
 
18357
+GREP = @GREP@
 
18358
 GTK_CFLAGS = @GTK_CFLAGS@
 
18359
-GTK_CONFIG = @GTK_CONFIG@
 
18360
 GTK_LIBS = @GTK_LIBS@
 
18361
+INSTALL = @INSTALL@
 
18362
+INSTALL_DATA = @INSTALL_DATA@
 
18363
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
18364
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
18365
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
18366
+LDFLAGS = @LDFLAGS@
 
18367
+LIBOBJS = @LIBOBJS@
 
18368
+LIBS = @LIBS@
 
18369
+LTLIBOBJS = @LTLIBOBJS@
 
18370
+MAKEINFO = @MAKEINFO@
 
18371
+MKDIR_P = @MKDIR_P@
 
18372
+OBJEXT = @OBJEXT@
 
18373
 PACKAGE = @PACKAGE@
 
18374
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
18375
+PACKAGE_NAME = @PACKAGE_NAME@
 
18376
+PACKAGE_STRING = @PACKAGE_STRING@
 
18377
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
18378
+PACKAGE_URL = @PACKAGE_URL@
 
18379
+PACKAGE_VERSION = @PACKAGE_VERSION@
 
18380
+PATH_SEPARATOR = @PATH_SEPARATOR@
 
18381
 PKG_CONFIG = @PKG_CONFIG@
 
18382
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
18383
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
18384
+SET_MAKE = @SET_MAKE@
 
18385
+SHELL = @SHELL@
 
18386
 STRIP = @STRIP@
 
18387
 VERSION = @VERSION@
 
18388
+abs_builddir = @abs_builddir@
 
18389
+abs_srcdir = @abs_srcdir@
 
18390
+abs_top_builddir = @abs_top_builddir@
 
18391
+abs_top_srcdir = @abs_top_srcdir@
 
18392
+ac_ct_CC = @ac_ct_CC@
 
18393
 am__include = @am__include@
 
18394
+am__leading_dot = @am__leading_dot@
 
18395
 am__quote = @am__quote@
 
18396
+am__tar = @am__tar@
 
18397
+am__untar = @am__untar@
 
18398
+bindir = @bindir@
 
18399
+build = @build@
 
18400
+build_alias = @build_alias@
 
18401
+build_cpu = @build_cpu@
 
18402
+build_os = @build_os@
 
18403
+build_vendor = @build_vendor@
 
18404
+builddir = @builddir@
 
18405
+datadir = @datadir@
 
18406
+datarootdir = @datarootdir@
 
18407
+docdir = @docdir@
 
18408
+dvidir = @dvidir@
 
18409
+exec_prefix = @exec_prefix@
 
18410
+host = @host@
 
18411
+host_alias = @host_alias@
 
18412
+host_cpu = @host_cpu@
 
18413
+host_os = @host_os@
 
18414
+host_vendor = @host_vendor@
 
18415
+htmldir = @htmldir@
 
18416
+includedir = @includedir@
 
18417
+infodir = @infodir@
 
18418
 install_sh = @install_sh@
 
18419
+libdir = @libdir@
 
18420
+libexecdir = @libexecdir@
 
18421
+localedir = @localedir@
 
18422
+localstatedir = @localstatedir@
 
18423
+mandir = @mandir@
 
18424
+mkdir_p = @mkdir_p@
 
18425
+oldincludedir = @oldincludedir@
 
18426
+pdfdir = @pdfdir@
 
18427
+prefix = @prefix@
 
18428
+program_transform_name = @program_transform_name@
 
18429
+psdir = @psdir@
 
18430
+sbindir = @sbindir@
 
18431
+sharedstatedir = @sharedstatedir@
 
18432
+srcdir = @srcdir@
 
18433
+sysconfdir = @sysconfdir@
 
18434
+target = @target@
 
18435
+target_alias = @target_alias@
 
18436
+target_cpu = @target_cpu@
 
18437
+target_os = @target_os@
 
18438
+target_vendor = @target_vendor@
 
18439
+top_build_prefix = @top_build_prefix@
 
18440
+top_builddir = @top_builddir@
 
18441
+top_srcdir = @top_srcdir@
 
18442
 gtkboard_SOUNDS = highscore.ogg illegal_move.ogg machine_move.ogg user_move.ogg won.ogg lost.ogg
 
18443
-
 
18444
 EXTRA_DIST = $(gtkboard_SOUNDS)
 
18445
-
 
18446
 gtkboardsoundsdir = $(datadir)/sounds/gtkboard
 
18447
 gtkboardsounds_DATA = $(gtkboard_SOUNDS)
 
18448
-subdir = sounds
 
18449
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
18450
-CONFIG_HEADER = $(top_builddir)/config.h
 
18451
-CONFIG_CLEAN_FILES =
 
18452
-DIST_SOURCES =
 
18453
-DATA = $(gtkboardsounds_DATA)
 
18454
-
 
18455
-DIST_COMMON = Makefile.am Makefile.in
 
18456
 all: all-am
 
18457
 
 
18458
 .SUFFIXES:
 
18459
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
18460
-       cd $(top_srcdir) && \
 
18461
-         $(AUTOMAKE) --gnu  sounds/Makefile
 
18462
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
18463
-       cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
18464
-uninstall-info-am:
 
18465
-gtkboardsoundsDATA_INSTALL = $(INSTALL_DATA)
 
18466
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
18467
+       @for dep in $?; do \
 
18468
+         case '$(am__configure_deps)' in \
 
18469
+           *$$dep*) \
 
18470
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
18471
+               && { if test -f $@; then exit 0; else break; fi; }; \
 
18472
+             exit 1;; \
 
18473
+         esac; \
 
18474
+       done; \
 
18475
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu sounds/Makefile'; \
 
18476
+       $(am__cd) $(top_srcdir) && \
 
18477
+         $(AUTOMAKE) --gnu sounds/Makefile
 
18478
+.PRECIOUS: Makefile
 
18479
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
18480
+       @case '$?' in \
 
18481
+         *config.status*) \
 
18482
+           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
18483
+         *) \
 
18484
+           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
18485
+           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
18486
+       esac;
 
18487
+
 
18488
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
18489
+       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
18490
+
 
18491
+$(top_srcdir)/configure:  $(am__configure_deps)
 
18492
+       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
18493
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
18494
+       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
18495
+$(am__aclocal_m4_deps):
 
18496
 install-gtkboardsoundsDATA: $(gtkboardsounds_DATA)
 
18497
        @$(NORMAL_INSTALL)
 
18498
-       $(mkinstalldirs) $(DESTDIR)$(gtkboardsoundsdir)
 
18499
-       @list='$(gtkboardsounds_DATA)'; for p in $$list; do \
 
18500
+       test -z "$(gtkboardsoundsdir)" || $(MKDIR_P) "$(DESTDIR)$(gtkboardsoundsdir)"
 
18501
+       @list='$(gtkboardsounds_DATA)'; test -n "$(gtkboardsoundsdir)" || list=; \
 
18502
+       for p in $$list; do \
 
18503
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
18504
-         f="`echo $$p | sed -e 's|^.*/||'`"; \
 
18505
-         echo " $(gtkboardsoundsDATA_INSTALL) $$d$$p $(DESTDIR)$(gtkboardsoundsdir)/$$f"; \
 
18506
-         $(gtkboardsoundsDATA_INSTALL) $$d$$p $(DESTDIR)$(gtkboardsoundsdir)/$$f; \
 
18507
+         echo "$$d$$p"; \
 
18508
+       done | $(am__base_list) | \
 
18509
+       while read files; do \
 
18510
+         echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gtkboardsoundsdir)'"; \
 
18511
+         $(INSTALL_DATA) $$files "$(DESTDIR)$(gtkboardsoundsdir)" || exit $$?; \
 
18512
        done
 
18513
 
 
18514
 uninstall-gtkboardsoundsDATA:
 
18515
        @$(NORMAL_UNINSTALL)
 
18516
-       @list='$(gtkboardsounds_DATA)'; for p in $$list; do \
 
18517
-         f="`echo $$p | sed -e 's|^.*/||'`"; \
 
18518
-         echo " rm -f $(DESTDIR)$(gtkboardsoundsdir)/$$f"; \
 
18519
-         rm -f $(DESTDIR)$(gtkboardsoundsdir)/$$f; \
 
18520
-       done
 
18521
+       @list='$(gtkboardsounds_DATA)'; test -n "$(gtkboardsoundsdir)" || list=; \
 
18522
+       files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
18523
+       test -n "$$files" || exit 0; \
 
18524
+       echo " ( cd '$(DESTDIR)$(gtkboardsoundsdir)' && rm -f" $$files ")"; \
 
18525
+       cd "$(DESTDIR)$(gtkboardsoundsdir)" && rm -f $$files
 
18526
 tags: TAGS
 
18527
 TAGS:
 
18528
 
 
18529
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
18530
+ctags: CTAGS
 
18531
+CTAGS:
 
18532
 
 
18533
-top_distdir = ..
 
18534
-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
18535
 
 
18536
 distdir: $(DISTFILES)
 
18537
-       @list='$(DISTFILES)'; for file in $$list; do \
 
18538
+       @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
18539
+       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
18540
+       list='$(DISTFILES)'; \
 
18541
+         dist_files=`for file in $$list; do echo $$file; done | \
 
18542
+         sed -e "s|^$$srcdirstrip/||;t" \
 
18543
+             -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
18544
+       case $$dist_files in \
 
18545
+         */*) $(MKDIR_P) `echo "$$dist_files" | \
 
18546
+                          sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
18547
+                          sort -u` ;; \
 
18548
+       esac; \
 
18549
+       for file in $$dist_files; do \
 
18550
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
18551
-         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
18552
-         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
18553
-           dir="/$$dir"; \
 
18554
-           $(mkinstalldirs) "$(distdir)$$dir"; \
 
18555
-         else \
 
18556
-           dir=''; \
 
18557
-         fi; \
 
18558
          if test -d $$d/$$file; then \
 
18559
+           dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
18560
+           if test -d "$(distdir)/$$file"; then \
 
18561
+             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
18562
+           fi; \
 
18563
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
18564
-             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
18565
+             cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
18566
+             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
18567
            fi; \
 
18568
-           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
18569
+           cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
18570
          else \
 
18571
-           test -f $(distdir)/$$file \
 
18572
-           || cp -p $$d/$$file $(distdir)/$$file \
 
18573
+           test -f "$(distdir)/$$file" \
 
18574
+           || cp -p $$d/$$file "$(distdir)/$$file" \
 
18575
            || exit 1; \
 
18576
          fi; \
 
18577
        done
 
18578
 check-am: all-am
 
18579
 check: check-am
 
18580
 all-am: Makefile $(DATA)
 
18581
-
 
18582
 installdirs:
 
18583
-       $(mkinstalldirs) $(DESTDIR)$(gtkboardsoundsdir)
 
18584
-
 
18585
+       for dir in "$(DESTDIR)$(gtkboardsoundsdir)"; do \
 
18586
+         test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
18587
+       done
 
18588
 install: install-am
 
18589
 install-exec: install-exec-am
 
18590
 install-data: install-data-am
 
18591
@@ -170,7 +288,7 @@ install-am: all-am
 
18592
 installcheck: installcheck-am
 
18593
 install-strip:
 
18594
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
18595
-         INSTALL_STRIP_FLAG=-s \
 
18596
+         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
18597
          `test -z '$(STRIP)' || \
 
18598
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
18599
 mostlyclean-generic:
 
18600
@@ -178,7 +296,8 @@ mostlyclean-generic:
 
18601
 clean-generic:
 
18602
 
 
18603
 distclean-generic:
 
18604
-       -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
18605
+       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
18606
+       -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
18607
 
 
18608
 maintainer-clean-generic:
 
18609
        @echo "This command is intended for maintainers to use"
 
18610
@@ -188,46 +307,81 @@ clean: clean-am
 
18611
 clean-am: clean-generic mostlyclean-am
 
18612
 
 
18613
 distclean: distclean-am
 
18614
-
 
18615
+       -rm -f Makefile
 
18616
 distclean-am: clean-am distclean-generic
 
18617
 
 
18618
 dvi: dvi-am
 
18619
 
 
18620
 dvi-am:
 
18621
 
 
18622
+html: html-am
 
18623
+
 
18624
+html-am:
 
18625
+
 
18626
 info: info-am
 
18627
 
 
18628
 info-am:
 
18629
 
 
18630
 install-data-am: install-gtkboardsoundsDATA
 
18631
 
 
18632
+install-dvi: install-dvi-am
 
18633
+
 
18634
+install-dvi-am:
 
18635
+
 
18636
 install-exec-am:
 
18637
 
 
18638
+install-html: install-html-am
 
18639
+
 
18640
+install-html-am:
 
18641
+
 
18642
 install-info: install-info-am
 
18643
 
 
18644
+install-info-am:
 
18645
+
 
18646
 install-man:
 
18647
 
 
18648
+install-pdf: install-pdf-am
 
18649
+
 
18650
+install-pdf-am:
 
18651
+
 
18652
+install-ps: install-ps-am
 
18653
+
 
18654
+install-ps-am:
 
18655
+
 
18656
 installcheck-am:
 
18657
 
 
18658
 maintainer-clean: maintainer-clean-am
 
18659
-
 
18660
+       -rm -f Makefile
 
18661
 maintainer-clean-am: distclean-am maintainer-clean-generic
 
18662
 
 
18663
 mostlyclean: mostlyclean-am
 
18664
 
 
18665
 mostlyclean-am: mostlyclean-generic
 
18666
 
 
18667
-uninstall-am: uninstall-gtkboardsoundsDATA uninstall-info-am
 
18668
+pdf: pdf-am
 
18669
+
 
18670
+pdf-am:
 
18671
+
 
18672
+ps: ps-am
 
18673
+
 
18674
+ps-am:
 
18675
+
 
18676
+uninstall-am: uninstall-gtkboardsoundsDATA
 
18677
+
 
18678
+.MAKE: install-am install-strip
 
18679
 
 
18680
 .PHONY: all all-am check check-am clean clean-generic distclean \
 
18681
-       distclean-generic distdir dvi dvi-am info info-am install \
 
18682
-       install-am install-data install-data-am install-exec \
 
18683
-       install-exec-am install-gtkboardsoundsDATA install-info \
 
18684
-       install-info-am install-man install-strip installcheck \
 
18685
-       installcheck-am installdirs maintainer-clean \
 
18686
-       maintainer-clean-generic mostlyclean mostlyclean-generic \
 
18687
-       uninstall uninstall-am uninstall-gtkboardsoundsDATA \
 
18688
-       uninstall-info-am
 
18689
+       distclean-generic distdir dvi dvi-am html html-am info info-am \
 
18690
+       install install-am install-data install-data-am install-dvi \
 
18691
+       install-dvi-am install-exec install-exec-am \
 
18692
+       install-gtkboardsoundsDATA install-html install-html-am \
 
18693
+       install-info install-info-am install-man install-pdf \
 
18694
+       install-pdf-am install-ps install-ps-am install-strip \
 
18695
+       installcheck installcheck-am installdirs maintainer-clean \
 
18696
+       maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
18697
+       pdf-am ps ps-am uninstall uninstall-am \
 
18698
+       uninstall-gtkboardsoundsDATA
 
18699
+
 
18700
 
 
18701
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 
18702
 # Otherwise a system limit (for SysV at least) may be exceeded.