Browse code

remove repackaged samtools, link to Rsamtools

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/seqbias@53961 bc3139a8-67e5-0310-9ffc-ced21a209358

Daniel Jones authored on 23/03/2011 07:12:04
Showing 39 changed files

... ...
@@ -1,5 +1,5 @@
1 1
 Package: seqbias
2
-Version: 0.99.5
2
+Version: 0.99.6
3 3
 Date: 25-12-2010
4 4
 Title: Estimation of per-position bias in high-throughput sequencing data
5 5
 Description: This package implements a model of per-position sequencing bias in
... ...
@@ -10,7 +10,7 @@ Author: Daniel Jones <dcjones@cs.washington.edu>
10 10
 Maintainer: Daniel Jones <dcjones@cs.washington.edu>
11 11
 Depends: R (>= 2.13.0), GenomicRanges (>= 0.1.0),
12 12
          Biostrings (>= 2.15.0), methods 
13
-Suggests: Rsamtools (>= 1.3.18)
13
+LinkingTo: Rsamtools
14 14
 biocViews: Sequencing, HighThroughputSequencing
15 15
 LazyLoad: yes
16 16
 License: LGPL-3
17 17
deleted file mode 100644
... ...
@@ -1,951 +0,0 @@
1
-This file contains any messages produced by compilers while
2
-running configure, to aid debugging if configure makes a mistake.
3
-
4
-It was created by configure, which was
5
-generated by GNU Autoconf 2.67.  Invocation command line was
6
-
7
-  $ ./configure 
8
-
9
-## --------- ##
10
-## Platform. ##
11
-## --------- ##
12
-
13
-hostname = datahorse
14
-uname -m = i686
15
-uname -r = 2.6.28-15-generic
16
-uname -s = Linux
17
-uname -v = #49-Ubuntu SMP Tue Aug 18 18:40:08 UTC 2009
18
-
19
-/usr/bin/uname -p = unknown
20
-/bin/uname -X     = unknown
21
-
22
-/bin/arch              = unknown
23
-/usr/bin/arch -k       = unknown
24
-/usr/convex/getsysinfo = unknown
25
-/usr/bin/hostinfo      = unknown
26
-/bin/machine           = unknown
27
-/usr/bin/oslevel       = unknown
28
-/bin/universe          = unknown
29
-
30
-PATH: /home/dcjones/bin
31
-PATH: /opt/local/sbin
32
-PATH: /opt/local/bin
33
-PATH: /usr/local/mysql/bin
34
-PATH: /usr/local/tomcat/bin
35
-PATH: /usr/local/ant/bin
36
-PATH: /usr/local/groovy/bin
37
-PATH: /usr/local/grails/bin
38
-PATH: /usr/local/tomcat/bin
39
-PATH: .
40
-PATH: /usr/local/scala/bin
41
-PATH: /home/dcjones/src/kent/built/bin/i386
42
-PATH: /usr/local/sbin
43
-PATH: /usr/local/bin
44
-PATH: /usr/sbin
45
-PATH: /usr/bin
46
-PATH: /sbin
47
-PATH: /bin
48
-PATH: /usr/games
49
-
50
-
51
-## ----------- ##
52
-## Core tests. ##
53
-## ----------- ##
54
-
55
-configure:2154: checking for gcc
56
-configure:2170: found /usr/bin/gcc
57
-configure:2181: result: gcc
58
-configure:2410: checking for C compiler version
59
-configure:2419: gcc --version >&5
60
-gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3
61
-Copyright (C) 2008 Free Software Foundation, Inc.
62
-This is free software; see the source for copying conditions.  There is NO
63
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
64
-
65
-configure:2430: $? = 0
66
-configure:2419: gcc -v >&5
67
-Using built-in specs.
68
-Target: i486-linux-gnu
69
-Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.3-5ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
70
-Thread model: posix
71
-gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) 
72
-configure:2430: $? = 0
73
-configure:2419: gcc -V >&5
74
-gcc: '-V' option must have argument
75
-configure:2430: $? = 1
76
-configure:2419: gcc -qversion >&5
77
-gcc: unrecognized option '-qversion'
78
-gcc: no input files
79
-configure:2430: $? = 1
80
-configure:2450: checking whether the C compiler works
81
-configure:2472: gcc    conftest.c  >&5
82
-configure:2476: $? = 0
83
-configure:2524: result: yes
84
-configure:2527: checking for C compiler default output file name
85
-configure:2529: result: a.out
86
-configure:2535: checking for suffix of executables
87
-configure:2542: gcc -o conftest    conftest.c  >&5
88
-configure:2546: $? = 0
89
-configure:2568: result: 
90
-configure:2590: checking whether we are cross compiling
91
-configure:2598: gcc -o conftest    conftest.c  >&5
92
-configure:2602: $? = 0
93
-configure:2609: ./conftest
94
-configure:2613: $? = 0
95
-configure:2628: result: no
96
-configure:2633: checking for suffix of object files
97
-configure:2655: gcc -c   conftest.c >&5
98
-configure:2659: $? = 0
99
-configure:2680: result: o
100
-configure:2684: checking whether we are using the GNU C compiler
101
-configure:2703: gcc -c   conftest.c >&5
102
-configure:2703: $? = 0
103
-configure:2712: result: yes
104
-configure:2721: checking whether gcc accepts -g
105
-configure:2741: gcc -c -g  conftest.c >&5
106
-configure:2741: $? = 0
107
-configure:2782: result: yes
108
-configure:2799: checking for gcc option to accept ISO C89
109
-configure:2863: gcc  -c -g -O2  conftest.c >&5
110
-configure:2863: $? = 0
111
-configure:2876: result: none needed
112
-configure:2897: checking for gzeof in -lz
113
-configure:2922: gcc -o conftest -g -O2   conftest.c -lz   >&5
114
-configure:2922: $? = 0
115
-configure:2931: result: yes
116
-configure:2948: checking for bzero
117
-configure:2948: gcc -o conftest -g -O2   conftest.c -lz  >&5
118
-conftest.c:33: warning: conflicting types for built-in function 'bzero'
119
-configure:2948: $? = 0
120
-configure:2948: result: yes
121
-configure:2948: checking for memset
122
-configure:2948: gcc -o conftest -g -O2   conftest.c -lz  >&5
123
-conftest.c:34: warning: conflicting types for built-in function 'memset'
124
-configure:2948: $? = 0
125
-configure:2948: result: yes
126
-configure:2948: checking for pow
127
-configure:2948: gcc -o conftest -g -O2   conftest.c -lz  >&5
128
-conftest.c:35: warning: conflicting types for built-in function 'pow'
129
-/tmp/ccEcPBa3.o: In function `main':
130
-/home/dcjones/bio/seqbias/conftest.c:46: undefined reference to `pow'
131
-collect2: ld returned 1 exit status
132
-configure:2948: $? = 1
133
-configure: failed program was:
134
-| /* confdefs.h */
135
-| #define PACKAGE_NAME ""
136
-| #define PACKAGE_TARNAME ""
137
-| #define PACKAGE_VERSION ""
138
-| #define PACKAGE_STRING ""
139
-| #define PACKAGE_BUGREPORT ""
140
-| #define PACKAGE_URL ""
141
-| #define HAVE_LIBZ 1
142
-| #define HAVE_BZERO 1
143
-| #define HAVE_MEMSET 1
144
-| /* end confdefs.h.  */
145
-| /* Define pow to an innocuous variant, in case <limits.h> declares pow.
146
-|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
147
-| #define pow innocuous_pow
148
-| 
149
-| /* System header to define __stub macros and hopefully few prototypes,
150
-|     which can conflict with char pow (); below.
151
-|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
152
-|     <limits.h> exists even on freestanding compilers.  */
153
-| 
154
-| #ifdef __STDC__
155
-| # include <limits.h>
156
-| #else
157
-| # include <assert.h>
158
-| #endif
159
-| 
160
-| #undef pow
161
-| 
162
-| /* Override any GCC internal prototype to avoid an error.
163
-|    Use char because int might match the return type of a GCC
164
-|    builtin and then its argument prototype would still apply.  */
165
-| #ifdef __cplusplus
166
-| extern "C"
167
-| #endif
168
-| char pow ();
169
-| /* The GNU C library defines this for functions which it implements
170
-|     to always fail with ENOSYS.  Some functions are actually named
171
-|     something starting with __ and the normal name is an alias.  */
172
-| #if defined __stub_pow || defined __stub___pow
173
-| choke me
174
-| #endif
175
-| 
176
-| int
177
-| main ()
178
-| {
179
-| return pow ();
180
-|   ;
181
-|   return 0;
182
-| }
183
-configure:2948: result: no
184
-configure:2948: checking for sqrt
185
-configure:2948: gcc -o conftest -g -O2   conftest.c -lz  >&5
186
-conftest.c:35: warning: conflicting types for built-in function 'sqrt'
187
-/tmp/ccMe3Krm.o: In function `main':
188
-/home/dcjones/bio/seqbias/conftest.c:46: undefined reference to `sqrt'
189
-collect2: ld returned 1 exit status
190
-configure:2948: $? = 1
191
-configure: failed program was:
192
-| /* confdefs.h */
193
-| #define PACKAGE_NAME ""
194
-| #define PACKAGE_TARNAME ""
195
-| #define PACKAGE_VERSION ""
196
-| #define PACKAGE_STRING ""
197
-| #define PACKAGE_BUGREPORT ""
198
-| #define PACKAGE_URL ""
199
-| #define HAVE_LIBZ 1
200
-| #define HAVE_BZERO 1
201
-| #define HAVE_MEMSET 1
202
-| /* end confdefs.h.  */
203
-| /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
204
-|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
205
-| #define sqrt innocuous_sqrt
206
-| 
207
-| /* System header to define __stub macros and hopefully few prototypes,
208
-|     which can conflict with char sqrt (); below.
209
-|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
210
-|     <limits.h> exists even on freestanding compilers.  */
211
-| 
212
-| #ifdef __STDC__
213
-| # include <limits.h>
214
-| #else
215
-| # include <assert.h>
216
-| #endif
217
-| 
218
-| #undef sqrt
219
-| 
220
-| /* Override any GCC internal prototype to avoid an error.
221
-|    Use char because int might match the return type of a GCC
222
-|    builtin and then its argument prototype would still apply.  */
223
-| #ifdef __cplusplus
224
-| extern "C"
225
-| #endif
226
-| char sqrt ();
227
-| /* The GNU C library defines this for functions which it implements
228
-|     to always fail with ENOSYS.  Some functions are actually named
229
-|     something starting with __ and the normal name is an alias.  */
230
-| #if defined __stub_sqrt || defined __stub___sqrt
231
-| choke me
232
-| #endif
233
-| 
234
-| int
235
-| main ()
236
-| {
237
-| return sqrt ();
238
-|   ;
239
-|   return 0;
240
-| }
241
-configure:2948: result: no
242
-configure:2948: checking for strcasecmp
243
-configure:2948: gcc -o conftest -g -O2   conftest.c -lz  >&5
244
-conftest.c:35: warning: conflicting types for built-in function 'strcasecmp'
245
-configure:2948: $? = 0
246
-configure:2948: result: yes
247
-configure:2948: checking for strdup
248
-configure:2948: gcc -o conftest -g -O2   conftest.c -lz  >&5
249
-conftest.c:36: warning: conflicting types for built-in function 'strdup'
250
-configure:2948: $? = 0
251
-configure:2948: result: yes
252
-configure:2948: checking for strstr
253
-configure:2948: gcc -o conftest -g -O2   conftest.c -lz  >&5
254
-conftest.c:37: warning: conflicting types for built-in function 'strstr'
255
-configure:2948: $? = 0
256
-configure:2948: result: yes
257
-configure:2948: checking for strtol
258
-configure:2948: gcc -o conftest -g -O2   conftest.c -lz  >&5
259
-configure:2948: $? = 0
260
-configure:2948: result: yes
261
-configure:2962: checking how to run the C preprocessor
262
-configure:2993: gcc -E  conftest.c
263
-configure:2993: $? = 0
264
-configure:3007: gcc -E  conftest.c
265
-conftest.c:16:28: error: ac_nonexistent.h: No such file or directory
266
-configure:3007: $? = 1
267
-configure: failed program was:
268
-| /* confdefs.h */
269
-| #define PACKAGE_NAME ""
270
-| #define PACKAGE_TARNAME ""
271
-| #define PACKAGE_VERSION ""
272
-| #define PACKAGE_STRING ""
273
-| #define PACKAGE_BUGREPORT ""
274
-| #define PACKAGE_URL ""
275
-| #define HAVE_LIBZ 1
276
-| #define HAVE_BZERO 1
277
-| #define HAVE_MEMSET 1
278
-| #define HAVE_STRCASECMP 1
279
-| #define HAVE_STRDUP 1
280
-| #define HAVE_STRSTR 1
281
-| #define HAVE_STRTOL 1
282
-| /* end confdefs.h.  */
283
-| #include <ac_nonexistent.h>
284
-configure:3032: result: gcc -E
285
-configure:3052: gcc -E  conftest.c
286
-configure:3052: $? = 0
287
-configure:3066: gcc -E  conftest.c
288
-conftest.c:16:28: error: ac_nonexistent.h: No such file or directory
289
-configure:3066: $? = 1
290
-configure: failed program was:
291
-| /* confdefs.h */
292
-| #define PACKAGE_NAME ""
293
-| #define PACKAGE_TARNAME ""
294
-| #define PACKAGE_VERSION ""
295
-| #define PACKAGE_STRING ""
296
-| #define PACKAGE_BUGREPORT ""
297
-| #define PACKAGE_URL ""
298
-| #define HAVE_LIBZ 1
299
-| #define HAVE_BZERO 1
300
-| #define HAVE_MEMSET 1
301
-| #define HAVE_STRCASECMP 1
302
-| #define HAVE_STRDUP 1
303
-| #define HAVE_STRSTR 1
304
-| #define HAVE_STRTOL 1
305
-| /* end confdefs.h.  */
306
-| #include <ac_nonexistent.h>
307
-configure:3095: checking for grep that handles long lines and -e
308
-configure:3153: result: /bin/grep
309
-configure:3158: checking for egrep
310
-configure:3220: result: /bin/grep -E
311
-configure:3225: checking for ANSI C header files
312
-configure:3245: gcc -c -g -O2  conftest.c >&5
313
-configure:3245: $? = 0
314
-configure:3318: gcc -o conftest -g -O2   conftest.c -lz  >&5
315
-configure:3318: $? = 0
316
-configure:3318: ./conftest
317
-configure:3318: $? = 0
318
-configure:3329: result: yes
319
-configure:3342: checking for sys/types.h
320
-configure:3342: gcc -c -g -O2  conftest.c >&5
321
-configure:3342: $? = 0
322
-configure:3342: result: yes
323
-configure:3342: checking for sys/stat.h
324
-configure:3342: gcc -c -g -O2  conftest.c >&5
325
-configure:3342: $? = 0
326
-configure:3342: result: yes
327
-configure:3342: checking for stdlib.h
328
-configure:3342: gcc -c -g -O2  conftest.c >&5
329
-configure:3342: $? = 0
330
-configure:3342: result: yes
331
-configure:3342: checking for string.h
332
-configure:3342: gcc -c -g -O2  conftest.c >&5
333
-configure:3342: $? = 0
334
-configure:3342: result: yes
335
-configure:3342: checking for memory.h
336
-configure:3342: gcc -c -g -O2  conftest.c >&5
337
-configure:3342: $? = 0
338
-configure:3342: result: yes
339
-configure:3342: checking for strings.h
340
-configure:3342: gcc -c -g -O2  conftest.c >&5
341
-configure:3342: $? = 0
342
-configure:3342: result: yes
343
-configure:3342: checking for inttypes.h
344
-configure:3342: gcc -c -g -O2  conftest.c >&5
345
-configure:3342: $? = 0
346
-configure:3342: result: yes
347
-configure:3342: checking for stdint.h
348
-configure:3342: gcc -c -g -O2  conftest.c >&5
349
-configure:3342: $? = 0
350
-configure:3342: result: yes
351
-configure:3342: checking for unistd.h
352
-configure:3342: gcc -c -g -O2  conftest.c >&5
353
-configure:3342: $? = 0
354
-configure:3342: result: yes
355
-configure:3357: checking zlib.h usability
356
-configure:3357: gcc -c -g -O2  conftest.c >&5
357
-configure:3357: $? = 0
358
-configure:3357: result: yes
359
-configure:3357: checking zlib.h presence
360
-configure:3357: gcc -E  conftest.c
361
-configure:3357: $? = 0
362
-configure:3357: result: yes
363
-configure:3357: checking for zlib.h
364
-configure:3357: result: yes
365
-configure:3357: checking fcntl.h usability
366
-configure:3357: gcc -c -g -O2  conftest.c >&5
367
-configure:3357: $? = 0
368
-configure:3357: result: yes
369
-configure:3357: checking fcntl.h presence
370
-configure:3357: gcc -E  conftest.c
371
-configure:3357: $? = 0
372
-configure:3357: result: yes
373
-configure:3357: checking for fcntl.h
374
-configure:3357: result: yes
375
-configure:3357: checking malloc.h usability
376
-configure:3357: gcc -c -g -O2  conftest.c >&5
377
-configure:3357: $? = 0
378
-configure:3357: result: yes
379
-configure:3357: checking malloc.h presence
380
-configure:3357: gcc -E  conftest.c
381
-configure:3357: $? = 0
382
-configure:3357: result: yes
383
-configure:3357: checking for malloc.h
384
-configure:3357: result: yes
385
-configure:3357: checking stddef.h usability
386
-configure:3357: gcc -c -g -O2  conftest.c >&5
387
-configure:3357: $? = 0
388
-configure:3357: result: yes
389
-configure:3357: checking stddef.h presence
390
-configure:3357: gcc -E  conftest.c
391
-configure:3357: $? = 0
392
-configure:3357: result: yes
393
-configure:3357: checking for stddef.h
394
-configure:3357: result: yes
395
-configure:3367: checking for ptrdiff_t
396
-configure:3367: gcc -c -g -O2  conftest.c >&5
397
-configure:3367: $? = 0
398
-configure:3367: gcc -c -g -O2  conftest.c >&5
399
-conftest.c: In function 'main':
400
-conftest.c:66: error: expected expression before ')' token
401
-configure:3367: $? = 1
402
-configure: failed program was:
403
-| /* confdefs.h */
404
-| #define PACKAGE_NAME ""
405
-| #define PACKAGE_TARNAME ""
406
-| #define PACKAGE_VERSION ""
407
-| #define PACKAGE_STRING ""
408
-| #define PACKAGE_BUGREPORT ""
409
-| #define PACKAGE_URL ""
410
-| #define HAVE_LIBZ 1
411
-| #define HAVE_BZERO 1
412
-| #define HAVE_MEMSET 1
413
-| #define HAVE_STRCASECMP 1
414
-| #define HAVE_STRDUP 1
415
-| #define HAVE_STRSTR 1
416
-| #define HAVE_STRTOL 1
417
-| #define STDC_HEADERS 1
418
-| #define HAVE_SYS_TYPES_H 1
419
-| #define HAVE_SYS_STAT_H 1
420
-| #define HAVE_STDLIB_H 1
421
-| #define HAVE_STRING_H 1
422
-| #define HAVE_MEMORY_H 1
423
-| #define HAVE_STRINGS_H 1
424
-| #define HAVE_INTTYPES_H 1
425
-| #define HAVE_STDINT_H 1
426
-| #define HAVE_UNISTD_H 1
427
-| #define HAVE_ZLIB_H 1
428
-| #define HAVE_FCNTL_H 1
429
-| #define HAVE_MALLOC_H 1
430
-| #define HAVE_STDDEF_H 1
431
-| /* end confdefs.h.  */
432
-| #include <stdio.h>
433
-| #ifdef HAVE_SYS_TYPES_H
434
-| # include <sys/types.h>
435
-| #endif
436
-| #ifdef HAVE_SYS_STAT_H
437
-| # include <sys/stat.h>
438
-| #endif
439
-| #ifdef STDC_HEADERS
440
-| # include <stdlib.h>
441
-| # include <stddef.h>
442
-| #else
443
-| # ifdef HAVE_STDLIB_H
444
-| #  include <stdlib.h>
445
-| # endif
446
-| #endif
447
-| #ifdef HAVE_STRING_H
448
-| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
449
-| #  include <memory.h>
450
-| # endif
451
-| # include <string.h>
452
-| #endif
453
-| #ifdef HAVE_STRINGS_H
454
-| # include <strings.h>
455
-| #endif
456
-| #ifdef HAVE_INTTYPES_H
457
-| # include <inttypes.h>
458
-| #endif
459
-| #ifdef HAVE_STDINT_H
460
-| # include <stdint.h>
461
-| #endif
462
-| #ifdef HAVE_UNISTD_H
463
-| # include <unistd.h>
464
-| #endif
465
-| int
466
-| main ()
467
-| {
468
-| if (sizeof ((ptrdiff_t)))
469
-| 	    return 0;
470
-|   ;
471
-|   return 0;
472
-| }
473
-configure:3367: result: yes
474
-configure:3377: checking for an ANSI C-conforming const
475
-configure:3442: gcc -c -g -O2  conftest.c >&5
476
-configure:3442: $? = 0
477
-configure:3449: result: yes
478
-configure:3457: checking for inline
479
-configure:3473: gcc -c -g -O2  conftest.c >&5
480
-configure:3473: $? = 0
481
-configure:3481: result: inline
482
-configure:3499: checking for _LARGEFILE_SOURCE value needed for large files
483
-configure:3518: gcc -o conftest -g -O2   conftest.c -lz  >&5
484
-configure:3518: $? = 0
485
-configure:3546: result: no
486
-configure:3569: checking for stdlib.h
487
-configure:3569: result: yes
488
-configure:3579: checking for GNU libc compatible malloc
489
-configure:3603: gcc -o conftest -g -O2   conftest.c -lz  >&5
490
-configure:3603: $? = 0
491
-configure:3603: ./conftest
492
-configure:3603: $? = 0
493
-configure:3613: result: yes
494
-configure:3634: checking for working memcmp
495
-configure:3677: gcc -o conftest -g -O2   conftest.c -lz  >&5
496
-configure:3677: $? = 0
497
-configure:3677: ./conftest
498
-configure:3677: $? = 0
499
-configure:3687: result: yes
500
-configure:3698: checking for stdlib.h
501
-configure:3698: result: yes
502
-configure:3708: checking for GNU libc compatible realloc
503
-configure:3732: gcc -o conftest -g -O2   conftest.c -lz  >&5
504
-configure:3732: $? = 0
505
-configure:3732: ./conftest
506
-configure:3732: $? = 0
507
-configure:3742: result: yes
508
-configure:3763: checking for stdbool.h that conforms to C99
509
-configure:3848: gcc -c -g -O2  conftest.c >&5
510
-configure:3848: $? = 0
511
-configure:3855: result: yes
512
-configure:3857: checking for _Bool
513
-configure:3857: gcc -c -g -O2  conftest.c >&5
514
-configure:3857: $? = 0
515
-configure:3857: gcc -c -g -O2  conftest.c >&5
516
-conftest.c: In function 'main':
517
-conftest.c:72: error: expected expression before ')' token
518
-configure:3857: $? = 1
519
-configure: failed program was:
520
-| /* confdefs.h */
521
-| #define PACKAGE_NAME ""
522
-| #define PACKAGE_TARNAME ""
523
-| #define PACKAGE_VERSION ""
524
-| #define PACKAGE_STRING ""
525
-| #define PACKAGE_BUGREPORT ""
526
-| #define PACKAGE_URL ""
527
-| #define HAVE_LIBZ 1
528
-| #define HAVE_BZERO 1
529
-| #define HAVE_MEMSET 1
530
-| #define HAVE_STRCASECMP 1
531
-| #define HAVE_STRDUP 1
532
-| #define HAVE_STRSTR 1
533
-| #define HAVE_STRTOL 1
534
-| #define STDC_HEADERS 1
535
-| #define HAVE_SYS_TYPES_H 1
536
-| #define HAVE_SYS_STAT_H 1
537
-| #define HAVE_STDLIB_H 1
538
-| #define HAVE_STRING_H 1
539
-| #define HAVE_MEMORY_H 1
540
-| #define HAVE_STRINGS_H 1
541
-| #define HAVE_INTTYPES_H 1
542
-| #define HAVE_STDINT_H 1
543
-| #define HAVE_UNISTD_H 1
544
-| #define HAVE_ZLIB_H 1
545
-| #define HAVE_FCNTL_H 1
546
-| #define HAVE_MALLOC_H 1
547
-| #define HAVE_STDDEF_H 1
548
-| #define HAVE_PTRDIFF_T 1
549
-| #define HAVE_FSEEKO 1
550
-| #define HAVE_STDLIB_H 1
551
-| #define HAVE_MALLOC 1
552
-| #define HAVE_STDLIB_H 1
553
-| #define HAVE_REALLOC 1
554
-| /* end confdefs.h.  */
555
-| #include <stdio.h>
556
-| #ifdef HAVE_SYS_TYPES_H
557
-| # include <sys/types.h>
558
-| #endif
559
-| #ifdef HAVE_SYS_STAT_H
560
-| # include <sys/stat.h>
561
-| #endif
562
-| #ifdef STDC_HEADERS
563
-| # include <stdlib.h>
564
-| # include <stddef.h>
565
-| #else
566
-| # ifdef HAVE_STDLIB_H
567
-| #  include <stdlib.h>
568
-| # endif
569
-| #endif
570
-| #ifdef HAVE_STRING_H
571
-| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
572
-| #  include <memory.h>
573
-| # endif
574
-| # include <string.h>
575
-| #endif
576
-| #ifdef HAVE_STRINGS_H
577
-| # include <strings.h>
578
-| #endif
579
-| #ifdef HAVE_INTTYPES_H
580
-| # include <inttypes.h>
581
-| #endif
582
-| #ifdef HAVE_STDINT_H
583
-| # include <stdint.h>
584
-| #endif
585
-| #ifdef HAVE_UNISTD_H
586
-| # include <unistd.h>
587
-| #endif
588
-| int
589
-| main ()
590
-| {
591
-| if (sizeof ((_Bool)))
592
-| 	    return 0;
593
-|   ;
594
-|   return 0;
595
-| }
596
-configure:3857: result: yes
597
-configure:3873: checking for off_t
598
-configure:3873: gcc -c -g -O2  conftest.c >&5
599
-configure:3873: $? = 0
600
-configure:3873: gcc -c -g -O2  conftest.c >&5
601
-conftest.c: In function 'main':
602
-conftest.c:74: error: expected expression before ')' token
603
-configure:3873: $? = 1
604
-configure: failed program was:
605
-| /* confdefs.h */
606
-| #define PACKAGE_NAME ""
607
-| #define PACKAGE_TARNAME ""
608
-| #define PACKAGE_VERSION ""
609
-| #define PACKAGE_STRING ""
610
-| #define PACKAGE_BUGREPORT ""
611
-| #define PACKAGE_URL ""
612
-| #define HAVE_LIBZ 1
613
-| #define HAVE_BZERO 1
614
-| #define HAVE_MEMSET 1
615
-| #define HAVE_STRCASECMP 1
616
-| #define HAVE_STRDUP 1
617
-| #define HAVE_STRSTR 1
618
-| #define HAVE_STRTOL 1
619
-| #define STDC_HEADERS 1
620
-| #define HAVE_SYS_TYPES_H 1
621
-| #define HAVE_SYS_STAT_H 1
622
-| #define HAVE_STDLIB_H 1
623
-| #define HAVE_STRING_H 1
624
-| #define HAVE_MEMORY_H 1
625
-| #define HAVE_STRINGS_H 1
626
-| #define HAVE_INTTYPES_H 1
627
-| #define HAVE_STDINT_H 1
628
-| #define HAVE_UNISTD_H 1
629
-| #define HAVE_ZLIB_H 1
630
-| #define HAVE_FCNTL_H 1
631
-| #define HAVE_MALLOC_H 1
632
-| #define HAVE_STDDEF_H 1
633
-| #define HAVE_PTRDIFF_T 1
634
-| #define HAVE_FSEEKO 1
635
-| #define HAVE_STDLIB_H 1
636
-| #define HAVE_MALLOC 1
637
-| #define HAVE_STDLIB_H 1
638
-| #define HAVE_REALLOC 1
639
-| #define HAVE__BOOL 1
640
-| #define HAVE_STDBOOL_H 1
641
-| /* end confdefs.h.  */
642
-| #include <stdio.h>
643
-| #ifdef HAVE_SYS_TYPES_H
644
-| # include <sys/types.h>
645
-| #endif
646
-| #ifdef HAVE_SYS_STAT_H
647
-| # include <sys/stat.h>
648
-| #endif
649
-| #ifdef STDC_HEADERS
650
-| # include <stdlib.h>
651
-| # include <stddef.h>
652
-| #else
653
-| # ifdef HAVE_STDLIB_H
654
-| #  include <stdlib.h>
655
-| # endif
656
-| #endif
657
-| #ifdef HAVE_STRING_H
658
-| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
659
-| #  include <memory.h>
660
-| # endif
661
-| # include <string.h>
662
-| #endif
663
-| #ifdef HAVE_STRINGS_H
664
-| # include <strings.h>
665
-| #endif
666
-| #ifdef HAVE_INTTYPES_H
667
-| # include <inttypes.h>
668
-| #endif
669
-| #ifdef HAVE_STDINT_H
670
-| # include <stdint.h>
671
-| #endif
672
-| #ifdef HAVE_UNISTD_H
673
-| # include <unistd.h>
674
-| #endif
675
-| int
676
-| main ()
677
-| {
678
-| if (sizeof ((off_t)))
679
-| 	    return 0;
680
-|   ;
681
-|   return 0;
682
-| }
683
-configure:3873: result: yes
684
-configure:3884: checking for size_t
685
-configure:3884: gcc -c -g -O2  conftest.c >&5
686
-configure:3884: $? = 0
687
-configure:3884: gcc -c -g -O2  conftest.c >&5
688
-conftest.c: In function 'main':
689
-conftest.c:74: error: expected expression before ')' token
690
-configure:3884: $? = 1
691
-configure: failed program was:
692
-| /* confdefs.h */
693
-| #define PACKAGE_NAME ""
694
-| #define PACKAGE_TARNAME ""
695
-| #define PACKAGE_VERSION ""
696
-| #define PACKAGE_STRING ""
697
-| #define PACKAGE_BUGREPORT ""
698
-| #define PACKAGE_URL ""
699
-| #define HAVE_LIBZ 1
700
-| #define HAVE_BZERO 1
701
-| #define HAVE_MEMSET 1
702
-| #define HAVE_STRCASECMP 1
703
-| #define HAVE_STRDUP 1
704
-| #define HAVE_STRSTR 1
705
-| #define HAVE_STRTOL 1
706
-| #define STDC_HEADERS 1
707
-| #define HAVE_SYS_TYPES_H 1
708
-| #define HAVE_SYS_STAT_H 1
709
-| #define HAVE_STDLIB_H 1
710
-| #define HAVE_STRING_H 1
711
-| #define HAVE_MEMORY_H 1
712
-| #define HAVE_STRINGS_H 1
713
-| #define HAVE_INTTYPES_H 1
714
-| #define HAVE_STDINT_H 1
715
-| #define HAVE_UNISTD_H 1
716
-| #define HAVE_ZLIB_H 1
717
-| #define HAVE_FCNTL_H 1
718
-| #define HAVE_MALLOC_H 1
719
-| #define HAVE_STDDEF_H 1
720
-| #define HAVE_PTRDIFF_T 1
721
-| #define HAVE_FSEEKO 1
722
-| #define HAVE_STDLIB_H 1
723
-| #define HAVE_MALLOC 1
724
-| #define HAVE_STDLIB_H 1
725
-| #define HAVE_REALLOC 1
726
-| #define HAVE__BOOL 1
727
-| #define HAVE_STDBOOL_H 1
728
-| /* end confdefs.h.  */
729
-| #include <stdio.h>
730
-| #ifdef HAVE_SYS_TYPES_H
731
-| # include <sys/types.h>
732
-| #endif
733
-| #ifdef HAVE_SYS_STAT_H
734
-| # include <sys/stat.h>
735
-| #endif
736
-| #ifdef STDC_HEADERS
737
-| # include <stdlib.h>
738
-| # include <stddef.h>
739
-| #else
740
-| # ifdef HAVE_STDLIB_H
741
-| #  include <stdlib.h>
742
-| # endif
743
-| #endif
744
-| #ifdef HAVE_STRING_H
745
-| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
746
-| #  include <memory.h>
747
-| # endif
748
-| # include <string.h>
749
-| #endif
750
-| #ifdef HAVE_STRINGS_H
751
-| # include <strings.h>
752
-| #endif
753
-| #ifdef HAVE_INTTYPES_H
754
-| # include <inttypes.h>
755
-| #endif
756
-| #ifdef HAVE_STDINT_H
757
-| # include <stdint.h>
758
-| #endif
759
-| #ifdef HAVE_UNISTD_H
760
-| # include <unistd.h>
761
-| #endif
762
-| int
763
-| main ()
764
-| {
765
-| if (sizeof ((size_t)))
766
-| 	    return 0;
767
-|   ;
768
-|   return 0;
769
-| }
770
-configure:3884: result: yes
771
-configure:4037: creating ./config.status
772
-
773
-## ---------------------- ##
774
-## Running config.status. ##
775
-## ---------------------- ##
776
-
777
-This file was extended by config.status, which was
778
-generated by GNU Autoconf 2.67.  Invocation command line was
779
-
780
-  CONFIG_FILES    = 
781
-  CONFIG_HEADERS  = 
782
-  CONFIG_LINKS    = 
783
-  CONFIG_COMMANDS = 
784
-  $ ./config.status 
785
-
786
-on datahorse
787
-
788
-config.status:734: creating src/Makevars
789
-
790
-## ---------------- ##
791
-## Cache variables. ##
792
-## ---------------- ##
793
-
794
-ac_cv_c_compiler_gnu=yes
795
-ac_cv_c_const=yes
796
-ac_cv_c_inline=inline
797
-ac_cv_env_CC_set=
798
-ac_cv_env_CC_value=
799
-ac_cv_env_CFLAGS_set=
800
-ac_cv_env_CFLAGS_value=
801
-ac_cv_env_CPPFLAGS_set=
802
-ac_cv_env_CPPFLAGS_value=
803
-ac_cv_env_CPP_set=
804
-ac_cv_env_CPP_value=
805
-ac_cv_env_LDFLAGS_set=
806
-ac_cv_env_LDFLAGS_value=
807
-ac_cv_env_LIBS_set=
808
-ac_cv_env_LIBS_value=
809
-ac_cv_env_build_alias_set=
810
-ac_cv_env_build_alias_value=
811
-ac_cv_env_host_alias_set=
812
-ac_cv_env_host_alias_value=
813
-ac_cv_env_target_alias_set=
814
-ac_cv_env_target_alias_value=
815
-ac_cv_func_bzero=yes
816
-ac_cv_func_malloc_0_nonnull=yes
817
-ac_cv_func_memcmp_working=yes
818
-ac_cv_func_memset=yes
819
-ac_cv_func_pow=no
820
-ac_cv_func_realloc_0_nonnull=yes
821
-ac_cv_func_sqrt=no
822
-ac_cv_func_strcasecmp=yes
823
-ac_cv_func_strdup=yes
824
-ac_cv_func_strstr=yes
825
-ac_cv_func_strtol=yes
826
-ac_cv_header_fcntl_h=yes
827
-ac_cv_header_inttypes_h=yes
828
-ac_cv_header_malloc_h=yes
829
-ac_cv_header_memory_h=yes
830
-ac_cv_header_stdbool_h=yes
831
-ac_cv_header_stdc=yes
832
-ac_cv_header_stddef_h=yes
833
-ac_cv_header_stdint_h=yes
834
-ac_cv_header_stdlib_h=yes
835
-ac_cv_header_string_h=yes
836
-ac_cv_header_strings_h=yes
837
-ac_cv_header_sys_stat_h=yes
838
-ac_cv_header_sys_types_h=yes
839
-ac_cv_header_unistd_h=yes
840
-ac_cv_header_zlib_h=yes
841
-ac_cv_lib_z_gzeof=yes
842
-ac_cv_objext=o
843
-ac_cv_path_EGREP='/bin/grep -E'
844
-ac_cv_path_GREP=/bin/grep
845
-ac_cv_prog_CPP='gcc -E'
846
-ac_cv_prog_ac_ct_CC=gcc
847
-ac_cv_prog_cc_c89=
848
-ac_cv_prog_cc_g=yes
849
-ac_cv_sys_largefile_source=no
850
-ac_cv_type__Bool=yes
851
-ac_cv_type_off_t=yes
852
-ac_cv_type_ptrdiff_t=yes
853
-ac_cv_type_size_t=yes
854
-
855
-## ----------------- ##
856
-## Output variables. ##
857
-## ----------------- ##
858
-
859
-CC='gcc'
860
-CFLAGS='-g -O2'
861
-CPP='gcc -E'
862
-CPPFLAGS=''
863
-DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_LIBZ=1 -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ZLIB_H=1 -DHAVE_FCNTL_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_PTRDIFF_T=1 -DHAVE_FSEEKO=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1'
864
-ECHO_C=''
865
-ECHO_N='-n'
866
-ECHO_T=''
867
-EGREP='/bin/grep -E'
868
-EXEEXT=''
869
-GREP='/bin/grep'
870
-LDFLAGS=''
871
-LIBOBJS=''
872
-LIBS='-lz '
873
-LTLIBOBJS=''
874
-OBJEXT='o'
875
-PACKAGE_BUGREPORT=''
876
-PACKAGE_NAME=''
877
-PACKAGE_STRING=''
878
-PACKAGE_TARNAME=''
879
-PACKAGE_URL=''
880
-PACKAGE_VERSION=''
881
-PATH_SEPARATOR=':'
882
-SHELL='/bin/bash'
883
-ac_ct_CC='gcc'
884
-bindir='${exec_prefix}/bin'
885
-build_alias=''
886
-datadir='${datarootdir}'
887
-datarootdir='${prefix}/share'
888
-docdir='${datarootdir}/doc/${PACKAGE}'
889
-dvidir='${docdir}'
890
-exec_prefix='${prefix}'
891
-host_alias=''
892
-htmldir='${docdir}'
893
-includedir='${prefix}/include'
894
-infodir='${datarootdir}/info'
895
-libdir='${exec_prefix}/lib'
896
-libexecdir='${exec_prefix}/libexec'
897
-localedir='${datarootdir}/locale'
898
-localstatedir='${prefix}/var'
899
-mandir='${datarootdir}/man'
900
-oldincludedir='/usr/include'
901
-pdfdir='${docdir}'
902
-prefix='/usr/local'
903
-program_transform_name='s,x,x,'
904
-psdir='${docdir}'
905
-sbindir='${exec_prefix}/sbin'
906
-sharedstatedir='${prefix}/com'
907
-sysconfdir='${prefix}/etc'
908
-target_alias=''
909
-
910
-## ----------- ##
911
-## confdefs.h. ##
912
-## ----------- ##
913
-
914
-/* confdefs.h */
915
-#define PACKAGE_NAME ""
916
-#define PACKAGE_TARNAME ""
917
-#define PACKAGE_VERSION ""
918
-#define PACKAGE_STRING ""
919
-#define PACKAGE_BUGREPORT ""
920
-#define PACKAGE_URL ""
921
-#define HAVE_LIBZ 1
922
-#define HAVE_BZERO 1
923
-#define HAVE_MEMSET 1
924
-#define HAVE_STRCASECMP 1
925
-#define HAVE_STRDUP 1
926
-#define HAVE_STRSTR 1
927
-#define HAVE_STRTOL 1
928
-#define STDC_HEADERS 1
929
-#define HAVE_SYS_TYPES_H 1
930
-#define HAVE_SYS_STAT_H 1
931
-#define HAVE_STDLIB_H 1
932
-#define HAVE_STRING_H 1
933
-#define HAVE_MEMORY_H 1
934
-#define HAVE_STRINGS_H 1
935
-#define HAVE_INTTYPES_H 1
936
-#define HAVE_STDINT_H 1
937
-#define HAVE_UNISTD_H 1
938
-#define HAVE_ZLIB_H 1
939
-#define HAVE_FCNTL_H 1
940
-#define HAVE_MALLOC_H 1
941
-#define HAVE_STDDEF_H 1
942
-#define HAVE_PTRDIFF_T 1
943
-#define HAVE_FSEEKO 1
944
-#define HAVE_STDLIB_H 1
945
-#define HAVE_MALLOC 1
946
-#define HAVE_STDLIB_H 1
947
-#define HAVE_REALLOC 1
948
-#define HAVE__BOOL 1
949
-#define HAVE_STDBOOL_H 1
950
-
951
-configure: exit 0
952 0
deleted file mode 100755
... ...
@@ -1,900 +0,0 @@
1
-#! /bin/bash
2
-# Generated by configure.
3
-# Run this file to recreate the current configuration.
4
-# Compiler output produced by configure, useful for debugging
5
-# configure, is in config.log if it exists.
6
-
7
-debug=false
8
-ac_cs_recheck=false
9
-ac_cs_silent=false
10
-
11
-SHELL=${CONFIG_SHELL-/bin/bash}
12
-export SHELL
13
-## -------------------- ##
14
-## M4sh Initialization. ##
15
-## -------------------- ##
16
-
17
-# Be more Bourne compatible
18
-DUALCASE=1; export DUALCASE # for MKS sh
19
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20
-  emulate sh
21
-  NULLCMD=:
22
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23
-  # is contrary to our usage.  Disable this feature.
24
-  alias -g '${1+"$@"}'='"$@"'
25
-  setopt NO_GLOB_SUBST
26
-else
27
-  case `(set -o) 2>/dev/null` in #(
28
-  *posix*) :
29
-    set -o posix ;; #(
30
-  *) :
31
-     ;;
32
-esac
33
-fi
34
-
35
-
36
-as_nl='
37
-'
38
-export as_nl
39
-# Printing a long string crashes Solaris 7 /usr/bin/printf.
40
-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43
-# Prefer a ksh shell builtin over an external printf program on Solaris,
44
-# but without wasting forks for bash or zsh.
45
-if test -z "$BASH_VERSION$ZSH_VERSION" \
46
-    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47
-  as_echo='print -r --'
48
-  as_echo_n='print -rn --'
49
-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50
-  as_echo='printf %s\n'
51
-  as_echo_n='printf %s'
52
-else
53
-  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54
-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55
-    as_echo_n='/usr/ucb/echo -n'
56
-  else
57
-    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58
-    as_echo_n_body='eval
59
-      arg=$1;
60
-      case $arg in #(
61
-      *"$as_nl"*)
62
-	expr "X$arg" : "X\\(.*\\)$as_nl";
63
-	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64
-      esac;
65
-      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66
-    '
67
-    export as_echo_n_body
68
-    as_echo_n='sh -c $as_echo_n_body as_echo'
69
-  fi
70
-  export as_echo_body
71
-  as_echo='sh -c $as_echo_body as_echo'
72
-fi
73
-
74
-# The user is always right.
75
-if test "${PATH_SEPARATOR+set}" != set; then
76
-  PATH_SEPARATOR=:
77
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79
-      PATH_SEPARATOR=';'
80
-  }
81
-fi
82
-
83
-
84
-# IFS
85
-# We need space, tab and new line, in precisely that order.  Quoting is
86
-# there to prevent editors from complaining about space-tab.
87
-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
88
-# splitting by setting IFS to empty value.)
89
-IFS=" ""	$as_nl"
90
-
91
-# Find who we are.  Look in the path if we contain no directory separator.
92
-case $0 in #((
93
-  *[\\/]* ) as_myself=$0 ;;
94
-  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95
-for as_dir in $PATH
96
-do
97
-  IFS=$as_save_IFS
98
-  test -z "$as_dir" && as_dir=.
99
-    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100
-  done
101
-IFS=$as_save_IFS
102
-
103
-     ;;
104
-esac
105
-# We did not find ourselves, most probably we were run as `sh COMMAND'
106
-# in which case we are not to be found in the path.
107
-if test "x$as_myself" = x; then
108
-  as_myself=$0
109
-fi
110
-if test ! -f "$as_myself"; then
111
-  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112
-  exit 1
113
-fi
114
-
115
-# Unset variables that we do not need and which cause bugs (e.g. in
116
-# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
117
-# suppresses any "Segmentation fault" message there.  '((' could
118
-# trigger a bug in pdksh 5.2.14.
119
-for as_var in BASH_ENV ENV MAIL MAILPATH
120
-do eval test x\${$as_var+set} = xset \
121
-  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122
-done
123
-PS1='$ '
124
-PS2='> '
125
-PS4='+ '
126
-
127
-# NLS nuisances.
128
-LC_ALL=C
129
-export LC_ALL
130
-LANGUAGE=C
131
-export LANGUAGE
132
-
133
-# CDPATH.
134
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
-
136
-
137
-# as_fn_error STATUS ERROR [LINENO LOG_FD]
138
-# ----------------------------------------
139
-# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
140
-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
141
-# script with STATUS, using 1 if that was 0.
142
-as_fn_error ()
143
-{
144
-  as_status=$1; test $as_status -eq 0 && as_status=1
145
-  if test "$4"; then
146
-    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
147
-    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
148
-  fi
149
-  $as_echo "$as_me: error: $2" >&2
150
-  as_fn_exit $as_status
151
-} # as_fn_error
152
-
153
-
154
-# as_fn_set_status STATUS
155
-# -----------------------
156
-# Set $? to STATUS, without forking.
157
-as_fn_set_status ()
158
-{
159
-  return $1
160
-} # as_fn_set_status
161
-
162
-# as_fn_exit STATUS
163
-# -----------------
164
-# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
165
-as_fn_exit ()
166
-{
167
-  set +e
168
-  as_fn_set_status $1
169
-  exit $1
170
-} # as_fn_exit
171
-
172
-# as_fn_unset VAR
173
-# ---------------
174
-# Portably unset VAR.
175
-as_fn_unset ()
176
-{
177
-  { eval $1=; unset $1;}
178
-}
179
-as_unset=as_fn_unset
180
-# as_fn_append VAR VALUE
181
-# ----------------------
182
-# Append the text in VALUE to the end of the definition contained in VAR. Take
183
-# advantage of any shell optimizations that allow amortized linear growth over
184
-# repeated appends, instead of the typical quadratic growth present in naive
185
-# implementations.
186
-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
187
-  eval 'as_fn_append ()
188
-  {
189
-    eval $1+=\$2
190
-  }'
191
-else
192
-  as_fn_append ()
193
-  {
194
-    eval $1=\$$1\$2
195
-  }
196
-fi # as_fn_append
197
-
198
-# as_fn_arith ARG...
199
-# ------------------
200
-# Perform arithmetic evaluation on the ARGs, and store the result in the
201
-# global $as_val. Take advantage of shells that can avoid forks. The arguments
202
-# must be portable across $(()) and expr.
203
-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
204
-  eval 'as_fn_arith ()
205
-  {
206
-    as_val=$(( $* ))
207
-  }'
208
-else
209
-  as_fn_arith ()
210
-  {
211
-    as_val=`expr "$@" || test $? -eq 1`
212
-  }
213
-fi # as_fn_arith
214
-
215
-
216
-if expr a : '\(a\)' >/dev/null 2>&1 &&
217
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
218
-  as_expr=expr
219
-else
220
-  as_expr=false
221
-fi
222
-
223
-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
224
-  as_basename=basename
225
-else
226
-  as_basename=false
227
-fi
228
-
229
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
230
-  as_dirname=dirname
231
-else
232
-  as_dirname=false
233
-fi
234
-
235
-as_me=`$as_basename -- "$0" ||
236
-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
237
-	 X"$0" : 'X\(//\)$' \| \
238
-	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
239
-$as_echo X/"$0" |
240
-    sed '/^.*\/\([^/][^/]*\)\/*$/{
241
-	    s//\1/
242
-	    q
243
-	  }
244
-	  /^X\/\(\/\/\)$/{
245
-	    s//\1/
246
-	    q
247
-	  }
248
-	  /^X\/\(\/\).*/{
249
-	    s//\1/
250
-	    q
251
-	  }
252
-	  s/.*/./; q'`
253
-
254
-# Avoid depending upon Character Ranges.
255
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
256
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
257
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
258
-as_cr_digits='0123456789'
259
-as_cr_alnum=$as_cr_Letters$as_cr_digits
260
-
261
-ECHO_C= ECHO_N= ECHO_T=
262
-case `echo -n x` in #(((((
263
--n*)
264
-  case `echo 'xy\c'` in
265
-  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
266
-  xy)  ECHO_C='\c';;
267
-  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
268
-       ECHO_T='	';;
269
-  esac;;
270
-*)
271
-  ECHO_N='-n';;
272
-esac
273
-
274
-rm -f conf$$ conf$$.exe conf$$.file
275
-if test -d conf$$.dir; then
276
-  rm -f conf$$.dir/conf$$.file
277
-else
278
-  rm -f conf$$.dir
279
-  mkdir conf$$.dir 2>/dev/null
280
-fi
281
-if (echo >conf$$.file) 2>/dev/null; then
282
-  if ln -s conf$$.file conf$$ 2>/dev/null; then
283
-    as_ln_s='ln -s'
284
-    # ... but there are two gotchas:
285
-    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
286
-    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
287
-    # In both cases, we have to default to `cp -p'.
288
-    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
289
-      as_ln_s='cp -p'
290
-  elif ln conf$$.file conf$$ 2>/dev/null; then
291
-    as_ln_s=ln
292
-  else
293
-    as_ln_s='cp -p'
294
-  fi
295
-else
296
-  as_ln_s='cp -p'
297
-fi
298
-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
299
-rmdir conf$$.dir 2>/dev/null
300
-
301
-
302
-# as_fn_mkdir_p
303
-# -------------
304
-# Create "$as_dir" as a directory, including parents if necessary.
305
-as_fn_mkdir_p ()
306
-{
307
-
308
-  case $as_dir in #(
309
-  -*) as_dir=./$as_dir;;
310
-  esac
311
-  test -d "$as_dir" || eval $as_mkdir_p || {
312
-    as_dirs=
313
-    while :; do
314
-      case $as_dir in #(
315
-      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
316
-      *) as_qdir=$as_dir;;
317
-      esac
318
-      as_dirs="'$as_qdir' $as_dirs"
319
-      as_dir=`$as_dirname -- "$as_dir" ||
320
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
321
-	 X"$as_dir" : 'X\(//\)[^/]' \| \
322
-	 X"$as_dir" : 'X\(//\)$' \| \
323
-	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
324
-$as_echo X"$as_dir" |
325
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
326
-	    s//\1/
327
-	    q
328
-	  }
329
-	  /^X\(\/\/\)[^/].*/{
330
-	    s//\1/
331
-	    q
332
-	  }
333
-	  /^X\(\/\/\)$/{
334
-	    s//\1/
335
-	    q
336
-	  }
337
-	  /^X\(\/\).*/{
338
-	    s//\1/
339
-	    q
340
-	  }
341
-	  s/.*/./; q'`
342
-      test -d "$as_dir" && break
343
-    done
344
-    test -z "$as_dirs" || eval "mkdir $as_dirs"
345
-  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
346
-
347
-
348
-} # as_fn_mkdir_p
349
-if mkdir -p . 2>/dev/null; then
350
-  as_mkdir_p='mkdir -p "$as_dir"'
351
-else
352
-  test -d ./-p && rmdir ./-p
353
-  as_mkdir_p=false
354
-fi
355
-
356
-if test -x / >/dev/null 2>&1; then
357
-  as_test_x='test -x'
358
-else
359
-  if ls -dL / >/dev/null 2>&1; then
360
-    as_ls_L_option=L
361
-  else
362
-    as_ls_L_option=
363
-  fi
364
-  as_test_x='
365
-    eval sh -c '\''
366
-      if test -d "$1"; then
367
-	test -d "$1/.";
368
-      else
369
-	case $1 in #(
370
-	-*)set "./$1";;
371
-	esac;
372
-	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
373
-	???[sx]*):;;*)false;;esac;fi
374
-    '\'' sh
375
-  '
376
-fi
377
-as_executable_p=$as_test_x
378
-
379
-# Sed expression to map a string onto a valid CPP name.
380
-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
381
-
382
-# Sed expression to map a string onto a valid variable name.
383
-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
384
-
385
-
386
-exec 6>&1
387
-## ----------------------------------- ##
388
-## Main body of $CONFIG_STATUS script. ##
389
-## ----------------------------------- ##
390
-# Save the log message, to keep $0 and so on meaningful, and to
391
-# report actual input values of CONFIG_FILES etc. instead of their
392
-# values after options handling.
393
-ac_log="
394
-This file was extended by $as_me, which was
395
-generated by GNU Autoconf 2.67.  Invocation command line was
396
-
397
-  CONFIG_FILES    = $CONFIG_FILES
398
-  CONFIG_HEADERS  = $CONFIG_HEADERS
399
-  CONFIG_LINKS    = $CONFIG_LINKS
400
-  CONFIG_COMMANDS = $CONFIG_COMMANDS
401
-  $ $0 $@
402
-
403
-on `(hostname || uname -n) 2>/dev/null | sed 1q`
404
-"
405
-
406
-# Files that config.status was made for.
407
-config_files=" src/Makevars"
408
-
409
-ac_cs_usage="\
410
-\`$as_me' instantiates files and other configuration actions
411
-from templates according to the current configuration.  Unless the files
412
-and actions are specified as TAGs, all are instantiated by default.
413
-
414
-Usage: $0 [OPTION]... [TAG]...
415
-
416
-  -h, --help       print this help, then exit
417
-  -V, --version    print version number and configuration settings, then exit
418
-      --config     print configuration, then exit
419
-  -q, --quiet, --silent
420
-                   do not print progress messages
421
-  -d, --debug      don't remove temporary files
422
-      --recheck    update $as_me by reconfiguring in the same conditions
423
-      --file=FILE[:TEMPLATE]
424
-                   instantiate the configuration file FILE
425
-
426
-Configuration files:
427
-$config_files
428
-
429
-Report bugs to the package provider."
430
-
431