Ticket #13855: enscript-port-config.log

File enscript-port-config.log, 110.2 KB (added by cssdev, 16 years ago)

log created when building with port configure

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by enscript configure 1.6.4, which was
5generated by GNU Autoconf 2.57.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --enable-dependency-tracking --mandir=/opt/local/share/man --with-media=Letter --infodir=/opt/local/share/info
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = teletran.local
14uname -m = i386
15uname -r = 8.11.1
16uname -s = Darwin
17uname -v = Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25hostinfo               = Mach kernel version:
26         Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386
27Kernel configured for up to 2 processors.
282 processors are physically available.
292 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1
32Primary memory available: 2.00 gigabytes
33Default processor set: 77 tasks, 205 threads, 2 processors
34Load average: 1.09, Mach factor: 1.20
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45PATH: /usr/X11R6/bin
46
47
48## ----------- ##
49## Core tests. ##
50## ----------- ##
51
52configure:1344: checking for a BSD-compatible install
53configure:1398: result: /usr/bin/install
54configure:1409: checking whether build environment is sane
55configure:1452: result: yes
56configure:1485: checking for gawk
57configure:1501: found /opt/local/bin/gawk
58configure:1511: result: gawk
59configure:1521: checking whether make sets $(MAKE)
60configure:1541: result: yes
61configure:1713: checking for a BSD-compatible install
62configure:1767: result: /usr/bin/install
63configure:2823: checking for strerror in -lcposix
64configure:2854: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lcposix   >&5
65/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: can't locate file for: -lcposix
66collect2: ld returned 1 exit status
67configure:2857: $? = 1
68configure: failed program was:
69| #line 2830 "configure"
70| /* confdefs.h.  */
71|
72| #define PACKAGE_NAME "enscript"
73| #define PACKAGE_TARNAME "enscript"
74| #define PACKAGE_VERSION "1.6.4"
75| #define PACKAGE_STRING "enscript 1.6.4"
76| #define PACKAGE_BUGREPORT "mtr@iki.fi"
77| #define PACKAGE "enscript"
78| #define VERSION "1.6.4"
79| /* end confdefs.h.  */
80|
81| /* Override any gcc2 internal prototype to avoid an error.  */
82| #ifdef __cplusplus
83| extern "C"
84| #endif
85| /* We use char because int might match the return type of a gcc2
86|    builtin and then its argument prototype would still apply.  */
87| char strerror ();
88| int
89| main ()
90| {
91| strerror ();
92|   ;
93|   return 0;
94| }
95configure:2875: result: no
96configure:2886: checking for /usr/bin/gcc-4.0 option to accept ANSI C
97configure:2950: /usr/bin/gcc-4.0  -c -O2 -I/opt/local/include conftest.c >&5
98configure:2953: $? = 0
99configure:2956: test -s conftest.
100configure:2959: $? = 1
101configure: failed program was:
102| #line 2903 "configure"
103| /* confdefs.h.  */
104|
105| #define PACKAGE_NAME "enscript"
106| #define PACKAGE_TARNAME "enscript"
107| #define PACKAGE_VERSION "1.6.4"
108| #define PACKAGE_STRING "enscript 1.6.4"
109| #define PACKAGE_BUGREPORT "mtr@iki.fi"
110| #define PACKAGE "enscript"
111| #define VERSION "1.6.4"
112| /* end confdefs.h.  */
113| #include <stdarg.h>
114| #include <stdio.h>
115| #include <sys/types.h>
116| #include <sys/stat.h>
117| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
118| struct buf { int x; };
119| FILE * (*rcsopen) (struct buf *, struct stat *, int);
120| static char *e (p, i)
121|      char **p;
122|      int i;
123| {
124|   return p[i];
125| }
126| static char *f (char * (*g) (char **, int), char **p, ...)
127| {
128|   char *s;
129|   va_list v;
130|   va_start (v,p);
131|   s = g (p, va_arg (v,int));
132|   va_end (v);
133|   return s;
134| }
135| int test (int i, double x);
136| struct s1 {int (*f) (int a);};
137| struct s2 {int (*f) (double a);};
138| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
139| int argc;
140| char **argv;
141|
142| int
143| main ()
144| {
145|
146| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
147|
148|   ;
149|   return 0;
150| }
151configure:2950: /usr/bin/gcc-4.0 -qlanglvl=ansi -c -O2 -I/opt/local/include conftest.c >&5
152i686-apple-darwin8-gcc-4.0.1: unrecognized option '-qlanglvl=ansi'
153configure:2953: $? = 0
154configure:2956: test -s conftest.
155configure:2959: $? = 1
156configure: failed program was:
157| #line 2903 "configure"
158| /* confdefs.h.  */
159|
160| #define PACKAGE_NAME "enscript"
161| #define PACKAGE_TARNAME "enscript"
162| #define PACKAGE_VERSION "1.6.4"
163| #define PACKAGE_STRING "enscript 1.6.4"
164| #define PACKAGE_BUGREPORT "mtr@iki.fi"
165| #define PACKAGE "enscript"
166| #define VERSION "1.6.4"
167| /* end confdefs.h.  */
168| #include <stdarg.h>
169| #include <stdio.h>
170| #include <sys/types.h>
171| #include <sys/stat.h>
172| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
173| struct buf { int x; };
174| FILE * (*rcsopen) (struct buf *, struct stat *, int);
175| static char *e (p, i)
176|      char **p;
177|      int i;
178| {
179|   return p[i];
180| }
181| static char *f (char * (*g) (char **, int), char **p, ...)
182| {
183|   char *s;
184|   va_list v;
185|   va_start (v,p);
186|   s = g (p, va_arg (v,int));
187|   va_end (v);
188|   return s;
189| }
190| int test (int i, double x);
191| struct s1 {int (*f) (int a);};
192| struct s2 {int (*f) (double a);};
193| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
194| int argc;
195| char **argv;
196|
197| int
198| main ()
199| {
200|
201| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
202|
203|   ;
204|   return 0;
205| }
206configure:2950: /usr/bin/gcc-4.0 -std1 -c -O2 -I/opt/local/include conftest.c >&5
207cc1: error: unrecognized command line option "-std1"
208configure:2953: $? = 1
209configure: failed program was:
210| #line 2903 "configure"
211| /* confdefs.h.  */
212|
213| #define PACKAGE_NAME "enscript"
214| #define PACKAGE_TARNAME "enscript"
215| #define PACKAGE_VERSION "1.6.4"
216| #define PACKAGE_STRING "enscript 1.6.4"
217| #define PACKAGE_BUGREPORT "mtr@iki.fi"
218| #define PACKAGE "enscript"
219| #define VERSION "1.6.4"
220| /* end confdefs.h.  */
221| #include <stdarg.h>
222| #include <stdio.h>
223| #include <sys/types.h>
224| #include <sys/stat.h>
225| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
226| struct buf { int x; };
227| FILE * (*rcsopen) (struct buf *, struct stat *, int);
228| static char *e (p, i)
229|      char **p;
230|      int i;
231| {
232|   return p[i];
233| }
234| static char *f (char * (*g) (char **, int), char **p, ...)
235| {
236|   char *s;
237|   va_list v;
238|   va_start (v,p);
239|   s = g (p, va_arg (v,int));
240|   va_end (v);
241|   return s;
242| }
243| int test (int i, double x);
244| struct s1 {int (*f) (int a);};
245| struct s2 {int (*f) (double a);};
246| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
247| int argc;
248| char **argv;
249|
250| int
251| main ()
252| {
253|
254| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
255|
256|   ;
257|   return 0;
258| }
259configure:2950: /usr/bin/gcc-4.0 -Ae -c -O2 -I/opt/local/include conftest.c >&5
260<command line>:1:2: error: missing '(' after predicate
261configure:2953: $? = 1
262configure: failed program was:
263| #line 2903 "configure"
264| /* confdefs.h.  */
265|
266| #define PACKAGE_NAME "enscript"
267| #define PACKAGE_TARNAME "enscript"
268| #define PACKAGE_VERSION "1.6.4"
269| #define PACKAGE_STRING "enscript 1.6.4"
270| #define PACKAGE_BUGREPORT "mtr@iki.fi"
271| #define PACKAGE "enscript"
272| #define VERSION "1.6.4"
273| /* end confdefs.h.  */
274| #include <stdarg.h>
275| #include <stdio.h>
276| #include <sys/types.h>
277| #include <sys/stat.h>
278| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
279| struct buf { int x; };
280| FILE * (*rcsopen) (struct buf *, struct stat *, int);
281| static char *e (p, i)
282|      char **p;
283|      int i;
284| {
285|   return p[i];
286| }
287| static char *f (char * (*g) (char **, int), char **p, ...)
288| {
289|   char *s;
290|   va_list v;
291|   va_start (v,p);
292|   s = g (p, va_arg (v,int));
293|   va_end (v);
294|   return s;
295| }
296| int test (int i, double x);
297| struct s1 {int (*f) (int a);};
298| struct s2 {int (*f) (double a);};
299| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
300| int argc;
301| char **argv;
302|
303| int
304| main ()
305| {
306|
307| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
308|
309|   ;
310|   return 0;
311| }
312configure:2950: /usr/bin/gcc-4.0 -Aa -D_HPUX_SOURCE -c -O2 -I/opt/local/include conftest.c >&5
313<command line>:1:2: error: missing '(' after predicate
314configure:2953: $? = 1
315configure: failed program was:
316| #line 2903 "configure"
317| /* confdefs.h.  */
318|
319| #define PACKAGE_NAME "enscript"
320| #define PACKAGE_TARNAME "enscript"
321| #define PACKAGE_VERSION "1.6.4"
322| #define PACKAGE_STRING "enscript 1.6.4"
323| #define PACKAGE_BUGREPORT "mtr@iki.fi"
324| #define PACKAGE "enscript"
325| #define VERSION "1.6.4"
326| /* end confdefs.h.  */
327| #include <stdarg.h>
328| #include <stdio.h>
329| #include <sys/types.h>
330| #include <sys/stat.h>
331| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
332| struct buf { int x; };
333| FILE * (*rcsopen) (struct buf *, struct stat *, int);
334| static char *e (p, i)
335|      char **p;
336|      int i;
337| {
338|   return p[i];
339| }
340| static char *f (char * (*g) (char **, int), char **p, ...)
341| {
342|   char *s;
343|   va_list v;
344|   va_start (v,p);
345|   s = g (p, va_arg (v,int));
346|   va_end (v);
347|   return s;
348| }
349| int test (int i, double x);
350| struct s1 {int (*f) (int a);};
351| struct s2 {int (*f) (double a);};
352| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
353| int argc;
354| char **argv;
355|
356| int
357| main ()
358| {
359|
360| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
361|
362|   ;
363|   return 0;
364| }
365configure:2950: /usr/bin/gcc-4.0 -Xc -D__EXTENSIONS__ -c -O2 -I/opt/local/include conftest.c >&5
366i686-apple-darwin8-gcc-4.0.1: unrecognized option '-Xc'
367configure:2953: $? = 0
368configure:2956: test -s conftest.
369configure:2959: $? = 1
370configure: failed program was:
371| #line 2903 "configure"
372| /* confdefs.h.  */
373|
374| #define PACKAGE_NAME "enscript"
375| #define PACKAGE_TARNAME "enscript"
376| #define PACKAGE_VERSION "1.6.4"
377| #define PACKAGE_STRING "enscript 1.6.4"
378| #define PACKAGE_BUGREPORT "mtr@iki.fi"
379| #define PACKAGE "enscript"
380| #define VERSION "1.6.4"
381| /* end confdefs.h.  */
382| #include <stdarg.h>
383| #include <stdio.h>
384| #include <sys/types.h>
385| #include <sys/stat.h>
386| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
387| struct buf { int x; };
388| FILE * (*rcsopen) (struct buf *, struct stat *, int);
389| static char *e (p, i)
390|      char **p;
391|      int i;
392| {
393|   return p[i];
394| }
395| static char *f (char * (*g) (char **, int), char **p, ...)
396| {
397|   char *s;
398|   va_list v;
399|   va_start (v,p);
400|   s = g (p, va_arg (v,int));
401|   va_end (v);
402|   return s;
403| }
404| int test (int i, double x);
405| struct s1 {int (*f) (int a);};
406| struct s2 {int (*f) (double a);};
407| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
408| int argc;
409| char **argv;
410|
411| int
412| main ()
413| {
414|
415| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
416|
417|   ;
418|   return 0;
419| }
420configure:2977: result: no
421configure:2990: checking how to run the C preprocessor
422configure:3108: result: /usr/bin/cpp-4.0
423configure:3133: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
424configure:3139: $? = 0
425configure:3171: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
426configure:3172:28: error: ac_nonexistent.h: No such file or directory
427configure:3177: $? = 1
428configure: failed program was:
429| #line 3162 "configure"
430| /* confdefs.h.  */
431|
432| #define PACKAGE_NAME "enscript"
433| #define PACKAGE_TARNAME "enscript"
434| #define PACKAGE_VERSION "1.6.4"
435| #define PACKAGE_STRING "enscript 1.6.4"
436| #define PACKAGE_BUGREPORT "mtr@iki.fi"
437| #define PACKAGE "enscript"
438| #define VERSION "1.6.4"
439| /* end confdefs.h.  */
440| #include <ac_nonexistent.h>
441configure:3220: checking for egrep
442configure:3230: result: grep -E
443configure:3249: checking for sys/types.h
444configure:3266: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
445configure:3269: $? = 0
446configure:3272: test -s conftest.
447configure:3275: $? = 1
448configure: failed program was:
449| #line 3254 "configure"
450| /* confdefs.h.  */
451|
452| #define PACKAGE_NAME "enscript"
453| #define PACKAGE_TARNAME "enscript"
454| #define PACKAGE_VERSION "1.6.4"
455| #define PACKAGE_STRING "enscript 1.6.4"
456| #define PACKAGE_BUGREPORT "mtr@iki.fi"
457| #define PACKAGE "enscript"
458| #define VERSION "1.6.4"
459| /* end confdefs.h.  */
460| #include <stdio.h>
461| #if HAVE_SYS_TYPES_H
462| # include <sys/types.h>
463| #endif
464| #if HAVE_SYS_STAT_H
465| # include <sys/stat.h>
466| #endif
467| #if STDC_HEADERS
468| # include <stdlib.h>
469| # include <stddef.h>
470| #else
471| # if HAVE_STDLIB_H
472| #  include <stdlib.h>
473| # endif
474| #endif
475| #if HAVE_STRING_H
476| # if !STDC_HEADERS && HAVE_MEMORY_H
477| #  include <memory.h>
478| # endif
479| # include <string.h>
480| #endif
481| #if HAVE_STRINGS_H
482| # include <strings.h>
483| #endif
484| #if HAVE_INTTYPES_H
485| # include <inttypes.h>
486| #else
487| # if HAVE_STDINT_H
488| #  include <stdint.h>
489| # endif
490| #endif
491| #if HAVE_UNISTD_H
492| # include <unistd.h>
493| #endif
494|
495| #include <sys/types.h>
496configure:3286: result: no
497configure:3249: checking for sys/stat.h
498configure:3266: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
499configure:3269: $? = 0
500configure:3272: test -s conftest.
501configure:3275: $? = 1
502configure: failed program was:
503| #line 3254 "configure"
504| /* confdefs.h.  */
505|
506| #define PACKAGE_NAME "enscript"
507| #define PACKAGE_TARNAME "enscript"
508| #define PACKAGE_VERSION "1.6.4"
509| #define PACKAGE_STRING "enscript 1.6.4"
510| #define PACKAGE_BUGREPORT "mtr@iki.fi"
511| #define PACKAGE "enscript"
512| #define VERSION "1.6.4"
513| /* end confdefs.h.  */
514| #include <stdio.h>
515| #if HAVE_SYS_TYPES_H
516| # include <sys/types.h>
517| #endif
518| #if HAVE_SYS_STAT_H
519| # include <sys/stat.h>
520| #endif
521| #if STDC_HEADERS
522| # include <stdlib.h>
523| # include <stddef.h>
524| #else
525| # if HAVE_STDLIB_H
526| #  include <stdlib.h>
527| # endif
528| #endif
529| #if HAVE_STRING_H
530| # if !STDC_HEADERS && HAVE_MEMORY_H
531| #  include <memory.h>
532| # endif
533| # include <string.h>
534| #endif
535| #if HAVE_STRINGS_H
536| # include <strings.h>
537| #endif
538| #if HAVE_INTTYPES_H
539| # include <inttypes.h>
540| #else
541| # if HAVE_STDINT_H
542| #  include <stdint.h>
543| # endif
544| #endif
545| #if HAVE_UNISTD_H
546| # include <unistd.h>
547| #endif
548|
549| #include <sys/stat.h>
550configure:3286: result: no
551configure:3249: checking for stdlib.h
552configure:3266: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
553configure:3269: $? = 0
554configure:3272: test -s conftest.
555configure:3275: $? = 1
556configure: failed program was:
557| #line 3254 "configure"
558| /* confdefs.h.  */
559|
560| #define PACKAGE_NAME "enscript"
561| #define PACKAGE_TARNAME "enscript"
562| #define PACKAGE_VERSION "1.6.4"
563| #define PACKAGE_STRING "enscript 1.6.4"
564| #define PACKAGE_BUGREPORT "mtr@iki.fi"
565| #define PACKAGE "enscript"
566| #define VERSION "1.6.4"
567| /* end confdefs.h.  */
568| #include <stdio.h>
569| #if HAVE_SYS_TYPES_H
570| # include <sys/types.h>
571| #endif
572| #if HAVE_SYS_STAT_H
573| # include <sys/stat.h>
574| #endif
575| #if STDC_HEADERS
576| # include <stdlib.h>
577| # include <stddef.h>
578| #else
579| # if HAVE_STDLIB_H
580| #  include <stdlib.h>
581| # endif
582| #endif
583| #if HAVE_STRING_H
584| # if !STDC_HEADERS && HAVE_MEMORY_H
585| #  include <memory.h>
586| # endif
587| # include <string.h>
588| #endif
589| #if HAVE_STRINGS_H
590| # include <strings.h>
591| #endif
592| #if HAVE_INTTYPES_H
593| # include <inttypes.h>
594| #else
595| # if HAVE_STDINT_H
596| #  include <stdint.h>
597| # endif
598| #endif
599| #if HAVE_UNISTD_H
600| # include <unistd.h>
601| #endif
602|
603| #include <stdlib.h>
604configure:3286: result: no
605configure:3249: checking for string.h
606configure:3266: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
607configure:3269: $? = 0
608configure:3272: test -s conftest.
609configure:3275: $? = 1
610configure: failed program was:
611| #line 3254 "configure"
612| /* confdefs.h.  */
613|
614| #define PACKAGE_NAME "enscript"
615| #define PACKAGE_TARNAME "enscript"
616| #define PACKAGE_VERSION "1.6.4"
617| #define PACKAGE_STRING "enscript 1.6.4"
618| #define PACKAGE_BUGREPORT "mtr@iki.fi"
619| #define PACKAGE "enscript"
620| #define VERSION "1.6.4"
621| /* end confdefs.h.  */
622| #include <stdio.h>
623| #if HAVE_SYS_TYPES_H
624| # include <sys/types.h>
625| #endif
626| #if HAVE_SYS_STAT_H
627| # include <sys/stat.h>
628| #endif
629| #if STDC_HEADERS
630| # include <stdlib.h>
631| # include <stddef.h>
632| #else
633| # if HAVE_STDLIB_H
634| #  include <stdlib.h>
635| # endif
636| #endif
637| #if HAVE_STRING_H
638| # if !STDC_HEADERS && HAVE_MEMORY_H
639| #  include <memory.h>
640| # endif
641| # include <string.h>
642| #endif
643| #if HAVE_STRINGS_H
644| # include <strings.h>
645| #endif
646| #if HAVE_INTTYPES_H
647| # include <inttypes.h>
648| #else
649| # if HAVE_STDINT_H
650| #  include <stdint.h>
651| # endif
652| #endif
653| #if HAVE_UNISTD_H
654| # include <unistd.h>
655| #endif
656|
657| #include <string.h>
658configure:3286: result: no
659configure:3249: checking for memory.h
660configure:3266: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
661configure:3269: $? = 0
662configure:3272: test -s conftest.
663configure:3275: $? = 1
664configure: failed program was:
665| #line 3254 "configure"
666| /* confdefs.h.  */
667|
668| #define PACKAGE_NAME "enscript"
669| #define PACKAGE_TARNAME "enscript"
670| #define PACKAGE_VERSION "1.6.4"
671| #define PACKAGE_STRING "enscript 1.6.4"
672| #define PACKAGE_BUGREPORT "mtr@iki.fi"
673| #define PACKAGE "enscript"
674| #define VERSION "1.6.4"
675| /* end confdefs.h.  */
676| #include <stdio.h>
677| #if HAVE_SYS_TYPES_H
678| # include <sys/types.h>
679| #endif
680| #if HAVE_SYS_STAT_H
681| # include <sys/stat.h>
682| #endif
683| #if STDC_HEADERS
684| # include <stdlib.h>
685| # include <stddef.h>
686| #else
687| # if HAVE_STDLIB_H
688| #  include <stdlib.h>
689| # endif
690| #endif
691| #if HAVE_STRING_H
692| # if !STDC_HEADERS && HAVE_MEMORY_H
693| #  include <memory.h>
694| # endif
695| # include <string.h>
696| #endif
697| #if HAVE_STRINGS_H
698| # include <strings.h>
699| #endif
700| #if HAVE_INTTYPES_H
701| # include <inttypes.h>
702| #else
703| # if HAVE_STDINT_H
704| #  include <stdint.h>
705| # endif
706| #endif
707| #if HAVE_UNISTD_H
708| # include <unistd.h>
709| #endif
710|
711| #include <memory.h>
712configure:3286: result: no
713configure:3249: checking for strings.h
714configure:3266: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
715configure:3269: $? = 0
716configure:3272: test -s conftest.
717configure:3275: $? = 1
718configure: failed program was:
719| #line 3254 "configure"
720| /* confdefs.h.  */
721|
722| #define PACKAGE_NAME "enscript"
723| #define PACKAGE_TARNAME "enscript"
724| #define PACKAGE_VERSION "1.6.4"
725| #define PACKAGE_STRING "enscript 1.6.4"
726| #define PACKAGE_BUGREPORT "mtr@iki.fi"
727| #define PACKAGE "enscript"
728| #define VERSION "1.6.4"
729| /* end confdefs.h.  */
730| #include <stdio.h>
731| #if HAVE_SYS_TYPES_H
732| # include <sys/types.h>
733| #endif
734| #if HAVE_SYS_STAT_H
735| # include <sys/stat.h>
736| #endif
737| #if STDC_HEADERS
738| # include <stdlib.h>
739| # include <stddef.h>
740| #else
741| # if HAVE_STDLIB_H
742| #  include <stdlib.h>
743| # endif
744| #endif
745| #if HAVE_STRING_H
746| # if !STDC_HEADERS && HAVE_MEMORY_H
747| #  include <memory.h>
748| # endif
749| # include <string.h>
750| #endif
751| #if HAVE_STRINGS_H
752| # include <strings.h>
753| #endif
754| #if HAVE_INTTYPES_H
755| # include <inttypes.h>
756| #else
757| # if HAVE_STDINT_H
758| #  include <stdint.h>
759| # endif
760| #endif
761| #if HAVE_UNISTD_H
762| # include <unistd.h>
763| #endif
764|
765| #include <strings.h>
766configure:3286: result: no
767configure:3249: checking for inttypes.h
768configure:3266: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
769configure:3269: $? = 0
770configure:3272: test -s conftest.
771configure:3275: $? = 1
772configure: failed program was:
773| #line 3254 "configure"
774| /* confdefs.h.  */
775|
776| #define PACKAGE_NAME "enscript"
777| #define PACKAGE_TARNAME "enscript"
778| #define PACKAGE_VERSION "1.6.4"
779| #define PACKAGE_STRING "enscript 1.6.4"
780| #define PACKAGE_BUGREPORT "mtr@iki.fi"
781| #define PACKAGE "enscript"
782| #define VERSION "1.6.4"
783| /* end confdefs.h.  */
784| #include <stdio.h>
785| #if HAVE_SYS_TYPES_H
786| # include <sys/types.h>
787| #endif
788| #if HAVE_SYS_STAT_H
789| # include <sys/stat.h>
790| #endif
791| #if STDC_HEADERS
792| # include <stdlib.h>
793| # include <stddef.h>
794| #else
795| # if HAVE_STDLIB_H
796| #  include <stdlib.h>
797| # endif
798| #endif
799| #if HAVE_STRING_H
800| # if !STDC_HEADERS && HAVE_MEMORY_H
801| #  include <memory.h>
802| # endif
803| # include <string.h>
804| #endif
805| #if HAVE_STRINGS_H
806| # include <strings.h>
807| #endif
808| #if HAVE_INTTYPES_H
809| # include <inttypes.h>
810| #else
811| # if HAVE_STDINT_H
812| #  include <stdint.h>
813| # endif
814| #endif
815| #if HAVE_UNISTD_H
816| # include <unistd.h>
817| #endif
818|
819| #include <inttypes.h>
820configure:3286: result: no
821configure:3249: checking for stdint.h
822configure:3266: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
823configure:3269: $? = 0
824configure:3272: test -s conftest.
825configure:3275: $? = 1
826configure: failed program was:
827| #line 3254 "configure"
828| /* confdefs.h.  */
829|
830| #define PACKAGE_NAME "enscript"
831| #define PACKAGE_TARNAME "enscript"
832| #define PACKAGE_VERSION "1.6.4"
833| #define PACKAGE_STRING "enscript 1.6.4"
834| #define PACKAGE_BUGREPORT "mtr@iki.fi"
835| #define PACKAGE "enscript"
836| #define VERSION "1.6.4"
837| /* end confdefs.h.  */
838| #include <stdio.h>
839| #if HAVE_SYS_TYPES_H
840| # include <sys/types.h>
841| #endif
842| #if HAVE_SYS_STAT_H
843| # include <sys/stat.h>
844| #endif
845| #if STDC_HEADERS
846| # include <stdlib.h>
847| # include <stddef.h>
848| #else
849| # if HAVE_STDLIB_H
850| #  include <stdlib.h>
851| # endif
852| #endif
853| #if HAVE_STRING_H
854| # if !STDC_HEADERS && HAVE_MEMORY_H
855| #  include <memory.h>
856| # endif
857| # include <string.h>
858| #endif
859| #if HAVE_STRINGS_H
860| # include <strings.h>
861| #endif
862| #if HAVE_INTTYPES_H
863| # include <inttypes.h>
864| #else
865| # if HAVE_STDINT_H
866| #  include <stdint.h>
867| # endif
868| #endif
869| #if HAVE_UNISTD_H
870| # include <unistd.h>
871| #endif
872|
873| #include <stdint.h>
874configure:3286: result: no
875configure:3249: checking for unistd.h
876configure:3266: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
877configure:3269: $? = 0
878configure:3272: test -s conftest.
879configure:3275: $? = 1
880configure: failed program was:
881| #line 3254 "configure"
882| /* confdefs.h.  */
883|
884| #define PACKAGE_NAME "enscript"
885| #define PACKAGE_TARNAME "enscript"
886| #define PACKAGE_VERSION "1.6.4"
887| #define PACKAGE_STRING "enscript 1.6.4"
888| #define PACKAGE_BUGREPORT "mtr@iki.fi"
889| #define PACKAGE "enscript"
890| #define VERSION "1.6.4"
891| /* end confdefs.h.  */
892| #include <stdio.h>
893| #if HAVE_SYS_TYPES_H
894| # include <sys/types.h>
895| #endif
896| #if HAVE_SYS_STAT_H
897| # include <sys/stat.h>
898| #endif
899| #if STDC_HEADERS
900| # include <stdlib.h>
901| # include <stddef.h>
902| #else
903| # if HAVE_STDLIB_H
904| #  include <stdlib.h>
905| # endif
906| #endif
907| #if HAVE_STRING_H
908| # if !STDC_HEADERS && HAVE_MEMORY_H
909| #  include <memory.h>
910| # endif
911| # include <string.h>
912| #endif
913| #if HAVE_STRINGS_H
914| # include <strings.h>
915| #endif
916| #if HAVE_INTTYPES_H
917| # include <inttypes.h>
918| #else
919| # if HAVE_STDINT_H
920| #  include <stdint.h>
921| # endif
922| #endif
923| #if HAVE_UNISTD_H
924| # include <unistd.h>
925| #endif
926|
927| #include <unistd.h>
928configure:3286: result: no
929configure:3300: checking for function prototypes
930configure:3312: result: no
931configure:3317: checking for ANSI C header files
932configure:3343: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
933configure:3346: $? = 0
934configure:3349: test -s conftest.
935configure:3352: $? = 1
936configure: failed program was:
937| #line 3322 "configure"
938| /* confdefs.h.  */
939|
940| #define PACKAGE_NAME "enscript"
941| #define PACKAGE_TARNAME "enscript"
942| #define PACKAGE_VERSION "1.6.4"
943| #define PACKAGE_STRING "enscript 1.6.4"
944| #define PACKAGE_BUGREPORT "mtr@iki.fi"
945| #define PACKAGE "enscript"
946| #define VERSION "1.6.4"
947| /* end confdefs.h.  */
948| #include <stdlib.h>
949| #include <stdarg.h>
950| #include <string.h>
951| #include <float.h>
952|
953| int
954| main ()
955| {
956|
957|   ;
958|   return 0;
959| }
960configure:3464: result: no
961configure:3479: checking for string.h
962configure:3484: result: no
963configure:3618: checking for an ANSI C-conforming const
964configure:3686: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
965configure:3689: $? = 0
966configure:3692: test -s conftest.
967configure:3695: $? = 1
968configure: failed program was:
969| #line 3623 "configure"
970| /* confdefs.h.  */
971|
972| #define PACKAGE_NAME "enscript"
973| #define PACKAGE_TARNAME "enscript"
974| #define PACKAGE_VERSION "1.6.4"
975| #define PACKAGE_STRING "enscript 1.6.4"
976| #define PACKAGE_BUGREPORT "mtr@iki.fi"
977| #define PACKAGE "enscript"
978| #define VERSION "1.6.4"
979| /* end confdefs.h.  */
980|
981| int
982| main ()
983| {
984| /* FIXME: Include the comments suggested by Paul. */
985| #ifndef __cplusplus
986|   /* Ultrix mips cc rejects this.  */
987|   typedef int charset[2];
988|   const charset x;
989|   /* SunOS 4.1.1 cc rejects this.  */
990|   char const *const *ccp;
991|   char **p;
992|   /* NEC SVR4.0.2 mips cc rejects this.  */
993|   struct point {int x, y;};
994|   static struct point const zero = {0,0};
995|   /* AIX XL C 1.02.0.0 rejects this.
996|      It does not let you subtract one const X* pointer from another in
997|      an arm of an if-expression whose if-part is not a constant
998|      expression */
999|   const char *g = "string";
1000|   ccp = &g + (g ? g-g : 0);
1001|   /* HPUX 7.0 cc rejects these. */
1002|   ++ccp;
1003|   p = (char**) ccp;
1004|   ccp = (char const *const *) p;
1005|   { /* SCO 3.2v4 cc rejects this.  */
1006|     char *t;
1007|     char const *s = 0 ? (char *) 0 : (char const *) 0;
1008|
1009|     *t++ = 0;
1010|   }
1011|   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
1012|     int x[] = {25, 17};
1013|     const int *foo = &x[0];
1014|     ++foo;
1015|   }
1016|   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
1017|     typedef const int *iptr;
1018|     iptr p = 0;
1019|     ++p;
1020|   }
1021|   { /* AIX XL C 1.02.0.0 rejects this saying
1022|        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
1023|     struct s { int j; const int *ap[3]; };
1024|     struct s *b; b->j = 5;
1025|   }
1026|   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
1027|     const int foo = 10;
1028|   }
1029| #endif
1030|
1031|   ;
1032|   return 0;
1033| }
1034configure:3706: result: no
1035configure:3718: checking for working alloca.h
1036configure:3740: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1037configure:3743: $? = 0
1038configure:3746: test -s conftest
1039configure:3749: $? = 0
1040configure:3760: result: yes
1041configure:3770: checking for alloca
1042configure:3812: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1043configure:3815: $? = 0
1044configure:3818: test -s conftest
1045configure:3821: $? = 0
1046configure:3832: result: yes
1047configure:4040: checking for ANSI C header files
1048configure:4187: result: no
1049configure:4207: checking for string.h
1050configure:4212: result: no
1051configure:4207: checking for stdlib.h
1052configure:4212: result: no
1053configure:4207: checking for unistd.h
1054configure:4212: result: no
1055configure:4216: checking stdarg.h usability
1056configure:4229: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
1057configure:4232: $? = 0
1058configure:4235: test -s conftest.
1059configure:4238: $? = 1
1060configure: failed program was:
1061| #line 4218 "configure"
1062| /* confdefs.h.  */
1063|
1064| #define PACKAGE_NAME "enscript"
1065| #define PACKAGE_TARNAME "enscript"
1066| #define PACKAGE_VERSION "1.6.4"
1067| #define PACKAGE_STRING "enscript 1.6.4"
1068| #define PACKAGE_BUGREPORT "mtr@iki.fi"
1069| #define PACKAGE "enscript"
1070| #define VERSION "1.6.4"
1071| #define const
1072| #define HAVE_ALLOCA_H 1
1073| #define HAVE_ALLOCA 1
1074| /* end confdefs.h.  */
1075| #include <stdio.h>
1076| #if HAVE_SYS_TYPES_H
1077| # include <sys/types.h>
1078| #endif
1079| #if HAVE_SYS_STAT_H
1080| # include <sys/stat.h>
1081| #endif
1082| #if STDC_HEADERS
1083| # include <stdlib.h>
1084| # include <stddef.h>
1085| #else
1086| # if HAVE_STDLIB_H
1087| #  include <stdlib.h>
1088| # endif
1089| #endif
1090| #if HAVE_STRING_H
1091| # if !STDC_HEADERS && HAVE_MEMORY_H
1092| #  include <memory.h>
1093| # endif
1094| # include <string.h>
1095| #endif
1096| #if HAVE_STRINGS_H
1097| # include <strings.h>
1098| #endif
1099| #if HAVE_INTTYPES_H
1100| # include <inttypes.h>
1101| #else
1102| # if HAVE_STDINT_H
1103| #  include <stdint.h>
1104| # endif
1105| #endif
1106| #if HAVE_UNISTD_H
1107| # include <unistd.h>
1108| #endif
1109| #include <stdarg.h>
1110configure:4248: result: no
1111configure:4252: checking stdarg.h presence
1112configure:4263: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
1113configure:4269: $? = 0
1114configure:4288: result: yes
1115configure:4308: WARNING: stdarg.h: present but cannot be compiled
1116configure:4310: WARNING: stdarg.h: check for missing prerequisite headers?
1117configure:4312: WARNING: stdarg.h: proceeding with the preprocessor's result
1118configure:4324: checking for stdarg.h
1119configure:4331: result: yes
1120configure:4216: checking math.h usability
1121configure:4229: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
1122configure:4232: $? = 0
1123configure:4235: test -s conftest.
1124configure:4238: $? = 1
1125configure: failed program was:
1126| #line 4218 "configure"
1127| /* confdefs.h.  */
1128|
1129| #define PACKAGE_NAME "enscript"
1130| #define PACKAGE_TARNAME "enscript"
1131| #define PACKAGE_VERSION "1.6.4"
1132| #define PACKAGE_STRING "enscript 1.6.4"
1133| #define PACKAGE_BUGREPORT "mtr@iki.fi"
1134| #define PACKAGE "enscript"
1135| #define VERSION "1.6.4"
1136| #define const
1137| #define HAVE_ALLOCA_H 1
1138| #define HAVE_ALLOCA 1
1139| #define HAVE_STDARG_H 1
1140| /* end confdefs.h.  */
1141| #include <stdio.h>
1142| #if HAVE_SYS_TYPES_H
1143| # include <sys/types.h>
1144| #endif
1145| #if HAVE_SYS_STAT_H
1146| # include <sys/stat.h>
1147| #endif
1148| #if STDC_HEADERS
1149| # include <stdlib.h>
1150| # include <stddef.h>
1151| #else
1152| # if HAVE_STDLIB_H
1153| #  include <stdlib.h>
1154| # endif
1155| #endif
1156| #if HAVE_STRING_H
1157| # if !STDC_HEADERS && HAVE_MEMORY_H
1158| #  include <memory.h>
1159| # endif
1160| # include <string.h>
1161| #endif
1162| #if HAVE_STRINGS_H
1163| # include <strings.h>
1164| #endif
1165| #if HAVE_INTTYPES_H
1166| # include <inttypes.h>
1167| #else
1168| # if HAVE_STDINT_H
1169| #  include <stdint.h>
1170| # endif
1171| #endif
1172| #if HAVE_UNISTD_H
1173| # include <unistd.h>
1174| #endif
1175| #include <math.h>
1176configure:4248: result: no
1177configure:4252: checking math.h presence
1178configure:4263: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
1179configure:4269: $? = 0
1180configure:4288: result: yes
1181configure:4308: WARNING: math.h: present but cannot be compiled
1182configure:4310: WARNING: math.h: check for missing prerequisite headers?
1183configure:4312: WARNING: math.h: proceeding with the preprocessor's result
1184configure:4324: checking for math.h
1185configure:4331: result: yes
1186configure:4216: checking pwd.h usability
1187configure:4229: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
1188configure:4232: $? = 0
1189configure:4235: test -s conftest.
1190configure:4238: $? = 1
1191configure: failed program was:
1192| #line 4218 "configure"
1193| /* confdefs.h.  */
1194|
1195| #define PACKAGE_NAME "enscript"
1196| #define PACKAGE_TARNAME "enscript"
1197| #define PACKAGE_VERSION "1.6.4"
1198| #define PACKAGE_STRING "enscript 1.6.4"
1199| #define PACKAGE_BUGREPORT "mtr@iki.fi"
1200| #define PACKAGE "enscript"
1201| #define VERSION "1.6.4"
1202| #define const
1203| #define HAVE_ALLOCA_H 1
1204| #define HAVE_ALLOCA 1
1205| #define HAVE_STDARG_H 1
1206| #define HAVE_MATH_H 1
1207| /* end confdefs.h.  */
1208| #include <stdio.h>
1209| #if HAVE_SYS_TYPES_H
1210| # include <sys/types.h>
1211| #endif
1212| #if HAVE_SYS_STAT_H
1213| # include <sys/stat.h>
1214| #endif
1215| #if STDC_HEADERS
1216| # include <stdlib.h>
1217| # include <stddef.h>
1218| #else
1219| # if HAVE_STDLIB_H
1220| #  include <stdlib.h>
1221| # endif
1222| #endif
1223| #if HAVE_STRING_H
1224| # if !STDC_HEADERS && HAVE_MEMORY_H
1225| #  include <memory.h>
1226| # endif
1227| # include <string.h>
1228| #endif
1229| #if HAVE_STRINGS_H
1230| # include <strings.h>
1231| #endif
1232| #if HAVE_INTTYPES_H
1233| # include <inttypes.h>
1234| #else
1235| # if HAVE_STDINT_H
1236| #  include <stdint.h>
1237| # endif
1238| #endif
1239| #if HAVE_UNISTD_H
1240| # include <unistd.h>
1241| #endif
1242| #include <pwd.h>
1243configure:4248: result: no
1244configure:4252: checking pwd.h presence
1245configure:4263: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
1246configure:4269: $? = 0
1247configure:4288: result: yes
1248configure:4308: WARNING: pwd.h: present but cannot be compiled
1249configure:4310: WARNING: pwd.h: check for missing prerequisite headers?
1250configure:4312: WARNING: pwd.h: proceeding with the preprocessor's result
1251configure:4324: checking for pwd.h
1252configure:4331: result: yes
1253configure:4350: checking for sys/types.h
1254configure:4355: result: no
1255configure:4350: checking for sys/stat.h
1256configure:4355: result: no
1257configure:4493: checking for strchr
1258configure:4543: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1259configure:4530: warning: conflicting types for built-in function 'strchr'
1260configure:4546: $? = 0
1261configure:4549: test -s conftest
1262configure:4552: $? = 0
1263configure:4563: result: yes
1264configure:4493: checking for getcwd
1265configure:4543: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1266configure:4546: $? = 0
1267configure:4549: test -s conftest
1268configure:4552: $? = 0
1269configure:4563: result: yes
1270configure:4580: checking for strerror
1271configure:4630: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1272configure:4633: $? = 0
1273configure:4636: test -s conftest
1274configure:4639: $? = 0
1275configure:4650: result: yes
1276configure:4580: checking for memmove
1277configure:4630: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1278configure:4620: warning: conflicting types for built-in function 'memmove'
1279configure:4633: $? = 0
1280configure:4636: test -s conftest
1281configure:4639: $? = 0
1282configure:4650: result: yes
1283configure:4580: checking for memcpy
1284configure:4630: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1285configure:4621: warning: conflicting types for built-in function 'memcpy'
1286configure:4633: $? = 0
1287configure:4636: test -s conftest
1288configure:4639: $? = 0
1289configure:4650: result: yes
1290configure:4580: checking for strtoul
1291configure:4630: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1292configure:4633: $? = 0
1293configure:4636: test -s conftest
1294configure:4639: $? = 0
1295configure:4650: result: yes
1296configure:4667: checking for vprintf
1297configure:4717: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1298configure:4710: warning: conflicting types for built-in function 'vprintf'
1299configure:4720: $? = 0
1300configure:4723: test -s conftest
1301configure:4726: $? = 0
1302configure:4737: result: yes
1303configure:4744: checking for _doprnt
1304configure:4794: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1305/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
1306__doprnt
1307collect2: ld returned 1 exit status
1308configure:4797: $? = 1
1309configure: failed program was:
1310| #line 4749 "configure"
1311| /* confdefs.h.  */
1312|
1313| #define PACKAGE_NAME "enscript"
1314| #define PACKAGE_TARNAME "enscript"
1315| #define PACKAGE_VERSION "1.6.4"
1316| #define PACKAGE_STRING "enscript 1.6.4"
1317| #define PACKAGE_BUGREPORT "mtr@iki.fi"
1318| #define PACKAGE "enscript"
1319| #define VERSION "1.6.4"
1320| #define const
1321| #define HAVE_ALLOCA_H 1
1322| #define HAVE_ALLOCA 1
1323| #define HAVE_STDARG_H 1
1324| #define HAVE_MATH_H 1
1325| #define HAVE_PWD_H 1
1326| #define HAVE_STRCHR 1
1327| #define HAVE_GETCWD 1
1328| #define HAVE_STRERROR 1
1329| #define HAVE_MEMMOVE 1
1330| #define HAVE_MEMCPY 1
1331| #define HAVE_STRTOUL 1
1332| #define HAVE_VPRINTF 1
1333| /* end confdefs.h.  */
1334| /* System header to define __stub macros and hopefully few prototypes,
1335|     which can conflict with char _doprnt (); below.
1336|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1337|     <limits.h> exists even on freestanding compilers.  */
1338| #ifdef __STDC__
1339| # include <limits.h>
1340| #else
1341| # include <assert.h>
1342| #endif
1343| /* Override any gcc2 internal prototype to avoid an error.  */
1344| #ifdef __cplusplus
1345| extern "C"
1346| {
1347| #endif
1348| /* We use char because int might match the return type of a gcc2
1349|    builtin and then its argument prototype would still apply.  */
1350| char _doprnt ();
1351| /* The GNU C library defines this for functions which it implements
1352|     to always fail with ENOSYS.  Some functions are actually named
1353|     something starting with __ and the normal name is an alias.  */
1354| #if defined (__stub__doprnt) || defined (__stub____doprnt)
1355| choke me
1356| #else
1357| char (*f) () = _doprnt;
1358| #endif
1359| #ifdef __cplusplus
1360| }
1361| #endif
1362|
1363| int
1364| main ()
1365| {
1366| return f != _doprnt;
1367|   ;
1368|   return 0;
1369| }
1370configure:4814: result: no
1371configure:4830: checking for main in -lsun
1372configure:4855: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lsun   >&5
1373/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: can't locate file for: -lsun
1374collect2: ld returned 1 exit status
1375configure:4858: $? = 1
1376configure: failed program was:
1377| #line 4837 "configure"
1378| /* confdefs.h.  */
1379|
1380| #define PACKAGE_NAME "enscript"
1381| #define PACKAGE_TARNAME "enscript"
1382| #define PACKAGE_VERSION "1.6.4"
1383| #define PACKAGE_STRING "enscript 1.6.4"
1384| #define PACKAGE_BUGREPORT "mtr@iki.fi"
1385| #define PACKAGE "enscript"
1386| #define VERSION "1.6.4"
1387| #define const
1388| #define HAVE_ALLOCA_H 1
1389| #define HAVE_ALLOCA 1
1390| #define HAVE_STDARG_H 1
1391| #define HAVE_MATH_H 1
1392| #define HAVE_PWD_H 1
1393| #define HAVE_STRCHR 1
1394| #define HAVE_GETCWD 1
1395| #define HAVE_STRERROR 1
1396| #define HAVE_MEMMOVE 1
1397| #define HAVE_MEMCPY 1
1398| #define HAVE_STRTOUL 1
1399| #define HAVE_VPRINTF 1
1400| /* end confdefs.h.  */
1401|
1402|
1403| int
1404| main ()
1405| {
1406| main ();
1407|   ;
1408|   return 0;
1409| }
1410configure:4876: result: no
1411configure:4888: checking for gethostname
1412configure:4938: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1413configure:4941: $? = 0
1414configure:4944: test -s conftest
1415configure:4947: $? = 0
1416configure:4958: result: yes
1417configure:5134: checking for ranlib
1418configure:5150: found /usr/bin/ranlib
1419configure:5161: result: ranlib
1420configure:5177: checking for bison
1421configure:5193: found /usr/bin/bison
1422configure:5203: result: bison -y
1423configure:5218: checking for flex
1424configure:5234: found /usr/bin/flex
1425configure:5244: result: flex
1426configure:5257: checking for yywrap in -lfl
1427configure:5288: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lfl   >&5
1428configure:5291: $? = 0
1429configure:5294: test -s conftest
1430configure:5297: $? = 0
1431configure:5309: result: yes
1432configure:5377: checking lex output file root
1433configure:5388: flex conftest.l
1434configure:5391: $? = 0
1435configure:5403: result: lex.yy
1436configure:5408: checking whether yytext is a pointer
1437configure:5424: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  -lfl >&5
1438configure:5427: $? = 0
1439configure:5430: test -s conftest
1440configure:5433: $? = 0
1441configure:5446: result: yes
1442configure:5496: checking for lpr
1443configure:5512: found /usr/bin/lpr
1444configure:5522: result: lpr
1445configure:5531: checking for lp
1446configure:5557: result: lpr
1447configure:5607: checking for msgfmt
1448configure:5635: result: /opt/local/bin/msgfmt
1449configure:5644: checking for gmsgfmt
1450configure:5675: result: /opt/local/bin/msgfmt
1451configure:5685: checking for xgettext
1452configure:5713: result: /opt/local/bin/xgettext
1453configure:5724: checking for msgmerge
1454configure:5751: result: /opt/local/bin/msgmerge
1455configure:5792: checking build system type
1456configure:5810: result: i386-apple-darwin8.11.1
1457configure:5818: checking host system type
1458configure:5832: result: i386-apple-darwin8.11.1
1459configure:5840: checking for inline
1460configure:5862: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
1461configure:5865: $? = 0
1462configure:5868: test -s conftest.
1463configure:5871: $? = 1
1464configure: failed program was:
1465| #line 5847 "configure"
1466| /* confdefs.h.  */
1467|
1468| #define PACKAGE_NAME "enscript"
1469| #define PACKAGE_TARNAME "enscript"
1470| #define PACKAGE_VERSION "1.6.4"
1471| #define PACKAGE_STRING "enscript 1.6.4"
1472| #define PACKAGE_BUGREPORT "mtr@iki.fi"
1473| #define PACKAGE "enscript"
1474| #define VERSION "1.6.4"
1475| #define const
1476| #define HAVE_ALLOCA_H 1
1477| #define HAVE_ALLOCA 1
1478| #define HAVE_STDARG_H 1
1479| #define HAVE_MATH_H 1
1480| #define HAVE_PWD_H 1
1481| #define HAVE_STRCHR 1
1482| #define HAVE_GETCWD 1
1483| #define HAVE_STRERROR 1
1484| #define HAVE_MEMMOVE 1
1485| #define HAVE_MEMCPY 1
1486| #define HAVE_STRTOUL 1
1487| #define HAVE_VPRINTF 1
1488| #define YYTEXT_POINTER 1
1489| /* end confdefs.h.  */
1490| #ifndef __cplusplus
1491| typedef int foo_t;
1492| static inline foo_t static_foo () {return 0; }
1493| inline foo_t foo () {return 0; }
1494| #endif
1495|
1496configure:5862: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
1497configure:5865: $? = 0
1498configure:5868: test -s conftest.
1499configure:5871: $? = 1
1500configure: failed program was:
1501| #line 5847 "configure"
1502| /* confdefs.h.  */
1503|
1504| #define PACKAGE_NAME "enscript"
1505| #define PACKAGE_TARNAME "enscript"
1506| #define PACKAGE_VERSION "1.6.4"
1507| #define PACKAGE_STRING "enscript 1.6.4"
1508| #define PACKAGE_BUGREPORT "mtr@iki.fi"
1509| #define PACKAGE "enscript"
1510| #define VERSION "1.6.4"
1511| #define const
1512| #define HAVE_ALLOCA_H 1
1513| #define HAVE_ALLOCA 1
1514| #define HAVE_STDARG_H 1
1515| #define HAVE_MATH_H 1
1516| #define HAVE_PWD_H 1
1517| #define HAVE_STRCHR 1
1518| #define HAVE_GETCWD 1
1519| #define HAVE_STRERROR 1
1520| #define HAVE_MEMMOVE 1
1521| #define HAVE_MEMCPY 1
1522| #define HAVE_STRTOUL 1
1523| #define HAVE_VPRINTF 1
1524| #define YYTEXT_POINTER 1
1525| /* end confdefs.h.  */
1526| #ifndef __cplusplus
1527| typedef int foo_t;
1528| static __inline__ foo_t static_foo () {return 0; }
1529| __inline__ foo_t foo () {return 0; }
1530| #endif
1531|
1532configure:5862: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
1533configure:5865: $? = 0
1534configure:5868: test -s conftest.
1535configure:5871: $? = 1
1536configure: failed program was:
1537| #line 5847 "configure"
1538| /* confdefs.h.  */
1539|
1540| #define PACKAGE_NAME "enscript"
1541| #define PACKAGE_TARNAME "enscript"
1542| #define PACKAGE_VERSION "1.6.4"
1543| #define PACKAGE_STRING "enscript 1.6.4"
1544| #define PACKAGE_BUGREPORT "mtr@iki.fi"
1545| #define PACKAGE "enscript"
1546| #define VERSION "1.6.4"
1547| #define const
1548| #define HAVE_ALLOCA_H 1
1549| #define HAVE_ALLOCA 1
1550| #define HAVE_STDARG_H 1
1551| #define HAVE_MATH_H 1
1552| #define HAVE_PWD_H 1
1553| #define HAVE_STRCHR 1
1554| #define HAVE_GETCWD 1
1555| #define HAVE_STRERROR 1
1556| #define HAVE_MEMMOVE 1
1557| #define HAVE_MEMCPY 1
1558| #define HAVE_STRTOUL 1
1559| #define HAVE_VPRINTF 1
1560| #define YYTEXT_POINTER 1
1561| /* end confdefs.h.  */
1562| #ifndef __cplusplus
1563| typedef int foo_t;
1564| static __inline foo_t static_foo () {return 0; }
1565| __inline foo_t foo () {return 0; }
1566| #endif
1567|
1568configure:5883: result: no
1569configure:5898: checking for off_t
1570configure:5923: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
1571configure: In function 'main':
1572configure:5965: error: 'off_t' undeclared (first use in this function)
1573configure:5965: error: (Each undeclared identifier is reported only once
1574configure:5965: error: for each function it appears in.)
1575configure:5965: error: parse error before ')' token
1576configure:5926: $? = 1
1577configure: failed program was:
1578| #line 5903 "configure"
1579| /* confdefs.h.  */
1580|
1581| #define PACKAGE_NAME "enscript"
1582| #define PACKAGE_TARNAME "enscript"
1583| #define PACKAGE_VERSION "1.6.4"
1584| #define PACKAGE_STRING "enscript 1.6.4"
1585| #define PACKAGE_BUGREPORT "mtr@iki.fi"
1586| #define PACKAGE "enscript"
1587| #define VERSION "1.6.4"
1588| #define const
1589| #define HAVE_ALLOCA_H 1
1590| #define HAVE_ALLOCA 1
1591| #define HAVE_STDARG_H 1
1592| #define HAVE_MATH_H 1
1593| #define HAVE_PWD_H 1
1594| #define HAVE_STRCHR 1
1595| #define HAVE_GETCWD 1
1596| #define HAVE_STRERROR 1
1597| #define HAVE_MEMMOVE 1
1598| #define HAVE_MEMCPY 1
1599| #define HAVE_STRTOUL 1
1600| #define HAVE_VPRINTF 1
1601| #define YYTEXT_POINTER 1
1602| #define inline
1603| /* end confdefs.h.  */
1604| #include <stdio.h>
1605| #if HAVE_SYS_TYPES_H
1606| # include <sys/types.h>
1607| #endif
1608| #if HAVE_SYS_STAT_H
1609| # include <sys/stat.h>
1610| #endif
1611| #if STDC_HEADERS
1612| # include <stdlib.h>
1613| # include <stddef.h>
1614| #else
1615| # if HAVE_STDLIB_H
1616| #  include <stdlib.h>
1617| # endif
1618| #endif
1619| #if HAVE_STRING_H
1620| # if !STDC_HEADERS && HAVE_MEMORY_H
1621| #  include <memory.h>
1622| # endif
1623| # include <string.h>
1624| #endif
1625| #if HAVE_STRINGS_H
1626| # include <strings.h>
1627| #endif
1628| #if HAVE_INTTYPES_H
1629| # include <inttypes.h>
1630| #else
1631| # if HAVE_STDINT_H
1632| #  include <stdint.h>
1633| # endif
1634| #endif
1635| #if HAVE_UNISTD_H
1636| # include <unistd.h>
1637| #endif
1638| int
1639| main ()
1640| {
1641| if ((off_t *) 0)
1642|   return 0;
1643| if (sizeof (off_t))
1644|   return 0;
1645|   ;
1646|   return 0;
1647| }
1648configure:5943: result: no
1649configure:5955: checking for size_t
1650configure:5980: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
1651configure:5983: $? = 0
1652configure:5986: test -s conftest.
1653configure:5989: $? = 1
1654configure: failed program was:
1655| #line 5960 "configure"
1656| /* confdefs.h.  */
1657|
1658| #define PACKAGE_NAME "enscript"
1659| #define PACKAGE_TARNAME "enscript"
1660| #define PACKAGE_VERSION "1.6.4"
1661| #define PACKAGE_STRING "enscript 1.6.4"
1662| #define PACKAGE_BUGREPORT "mtr@iki.fi"
1663| #define PACKAGE "enscript"
1664| #define VERSION "1.6.4"
1665| #define const
1666| #define HAVE_ALLOCA_H 1
1667| #define HAVE_ALLOCA 1
1668| #define HAVE_STDARG_H 1
1669| #define HAVE_MATH_H 1
1670| #define HAVE_PWD_H 1
1671| #define HAVE_STRCHR 1
1672| #define HAVE_GETCWD 1
1673| #define HAVE_STRERROR 1
1674| #define HAVE_MEMMOVE 1
1675| #define HAVE_MEMCPY 1
1676| #define HAVE_STRTOUL 1
1677| #define HAVE_VPRINTF 1
1678| #define YYTEXT_POINTER 1
1679| #define inline
1680| #define off_t long
1681| /* end confdefs.h.  */
1682| #include <stdio.h>
1683| #if HAVE_SYS_TYPES_H
1684| # include <sys/types.h>
1685| #endif
1686| #if HAVE_SYS_STAT_H
1687| # include <sys/stat.h>
1688| #endif
1689| #if STDC_HEADERS
1690| # include <stdlib.h>
1691| # include <stddef.h>
1692| #else
1693| # if HAVE_STDLIB_H
1694| #  include <stdlib.h>
1695| # endif
1696| #endif
1697| #if HAVE_STRING_H
1698| # if !STDC_HEADERS && HAVE_MEMORY_H
1699| #  include <memory.h>
1700| # endif
1701| # include <string.h>
1702| #endif
1703| #if HAVE_STRINGS_H
1704| # include <strings.h>
1705| #endif
1706| #if HAVE_INTTYPES_H
1707| # include <inttypes.h>
1708| #else
1709| # if HAVE_STDINT_H
1710| #  include <stdint.h>
1711| # endif
1712| #endif
1713| #if HAVE_UNISTD_H
1714| # include <unistd.h>
1715| #endif
1716| int
1717| main ()
1718| {
1719| if ((size_t *) 0)
1720|   return 0;
1721| if (sizeof (size_t))
1722|   return 0;
1723|   ;
1724|   return 0;
1725| }
1726configure:6000: result: no
1727configure:6018: checking for stdlib.h
1728configure:6023: result: no
1729configure:6018: checking for unistd.h
1730configure:6023: result: no
1731configure:6159: checking for getpagesize
1732configure:6209: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1733configure:6212: $? = 0
1734configure:6215: test -s conftest
1735configure:6218: $? = 0
1736configure:6229: result: yes
1737configure:6239: checking for working mmap
1738configure:6382: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1739In file included from configure:6275:
1740/usr/include/stdio.h:76: error: two or more data types in declaration specifiers
1741In file included from /usr/include/fcntl.h:23,
1742                 from configure:6334:
1743/usr/include/sys/fcntl.h:87: error: two or more data types in declaration specifiers
1744configure:6338: warning: conflicting types for built-in function 'malloc'
1745configure: In function 'main':
1746configure:6390: warning: incompatible implicit declaration of built-in function 'exit'
1747configure:6385: $? = 1
1748configure: program exited with status 1
1749configure: failed program was:
1750| #line 6247 "configure"
1751| /* confdefs.h.  */
1752|
1753| #define PACKAGE_NAME "enscript"
1754| #define PACKAGE_TARNAME "enscript"
1755| #define PACKAGE_VERSION "1.6.4"
1756| #define PACKAGE_STRING "enscript 1.6.4"
1757| #define PACKAGE_BUGREPORT "mtr@iki.fi"
1758| #define PACKAGE "enscript"
1759| #define VERSION "1.6.4"
1760| #define const
1761| #define HAVE_ALLOCA_H 1
1762| #define HAVE_ALLOCA 1
1763| #define HAVE_STDARG_H 1
1764| #define HAVE_MATH_H 1
1765| #define HAVE_PWD_H 1
1766| #define HAVE_STRCHR 1
1767| #define HAVE_GETCWD 1
1768| #define HAVE_STRERROR 1
1769| #define HAVE_MEMMOVE 1
1770| #define HAVE_MEMCPY 1
1771| #define HAVE_STRTOUL 1
1772| #define HAVE_VPRINTF 1
1773| #define YYTEXT_POINTER 1
1774| #define inline
1775| #define off_t long
1776| #define size_t unsigned
1777| #define HAVE_GETPAGESIZE 1
1778| /* end confdefs.h.  */
1779| #include <stdio.h>
1780| #if HAVE_SYS_TYPES_H
1781| # include <sys/types.h>
1782| #endif
1783| #if HAVE_SYS_STAT_H
1784| # include <sys/stat.h>
1785| #endif
1786| #if STDC_HEADERS
1787| # include <stdlib.h>
1788| # include <stddef.h>
1789| #else
1790| # if HAVE_STDLIB_H
1791| #  include <stdlib.h>
1792| # endif
1793| #endif
1794| #if HAVE_STRING_H
1795| # if !STDC_HEADERS && HAVE_MEMORY_H
1796| #  include <memory.h>
1797| # endif
1798| # include <string.h>
1799| #endif
1800| #if HAVE_STRINGS_H
1801| # include <strings.h>
1802| #endif
1803| #if HAVE_INTTYPES_H
1804| # include <inttypes.h>
1805| #else
1806| # if HAVE_STDINT_H
1807| #  include <stdint.h>
1808| # endif
1809| #endif
1810| #if HAVE_UNISTD_H
1811| # include <unistd.h>
1812| #endif
1813| /* malloc might have been renamed as rpl_malloc. */
1814| #undef malloc
1815|
1816| /* Thanks to Mike Haertel and Jim Avera for this test.
1817|    Here is a matrix of mmap possibilities:
1818|       mmap private not fixed
1819|       mmap private fixed at somewhere currently unmapped
1820|       mmap private fixed at somewhere already mapped
1821|       mmap shared not fixed
1822|       mmap shared fixed at somewhere currently unmapped
1823|       mmap shared fixed at somewhere already mapped
1824|    For private mappings, we should verify that changes cannot be read()
1825|    back from the file, nor mmap's back from the file at a different
1826|    address.  (There have been systems where private was not correctly
1827|    implemented like the infamous i386 svr4.0, and systems where the
1828|    VM page cache was not coherent with the file system buffer cache
1829|    like early versions of FreeBSD and possibly contemporary NetBSD.)
1830|    For shared mappings, we should conversely verify that changes get
1831|    propagated back to all the places they're supposed to be.
1832|
1833|    Grep wants private fixed already mapped.
1834|    The main things grep needs to know about mmap are:
1835|    * does it exist and is it safe to write into the mmap'd area
1836|    * how to use it (BSD variants)  */
1837|
1838| #include <fcntl.h>
1839| #include <sys/mman.h>
1840|
1841| #if !STDC_HEADERS && !HAVE_STDLIB_H
1842| char *malloc ();
1843| #endif
1844|
1845| /* This mess was copied from the GNU getpagesize.h.  */
1846| #if !HAVE_GETPAGESIZE
1847| /* Assume that all systems that can run configure have sys/param.h.  */
1848| # if !HAVE_SYS_PARAM_H
1849| #  define HAVE_SYS_PARAM_H 1
1850| # endif
1851|
1852| # ifdef _SC_PAGESIZE
1853| #  define getpagesize() sysconf(_SC_PAGESIZE)
1854| # else /* no _SC_PAGESIZE */
1855| #  if HAVE_SYS_PARAM_H
1856| #   include <sys/param.h>
1857| #   ifdef EXEC_PAGESIZE
1858| #    define getpagesize() EXEC_PAGESIZE
1859| #   else /* no EXEC_PAGESIZE */
1860| #    ifdef NBPG
1861| #     define getpagesize() NBPG * CLSIZE
1862| #     ifndef CLSIZE
1863| #      define CLSIZE 1
1864| #     endif /* no CLSIZE */
1865| #    else /* no NBPG */
1866| #     ifdef NBPC
1867| #      define getpagesize() NBPC
1868| #     else /* no NBPC */
1869| #      ifdef PAGESIZE
1870| #       define getpagesize() PAGESIZE
1871| #      endif /* PAGESIZE */
1872| #     endif /* no NBPC */
1873| #    endif /* no NBPG */
1874| #   endif /* no EXEC_PAGESIZE */
1875| #  else /* no HAVE_SYS_PARAM_H */
1876| #   define getpagesize() 8192 /* punt totally */
1877| #  endif /* no HAVE_SYS_PARAM_H */
1878| # endif /* no _SC_PAGESIZE */
1879|
1880| #endif /* no HAVE_GETPAGESIZE */
1881|
1882| int
1883| main ()
1884| {
1885|   char *data, *data2, *data3;
1886|   int i, pagesize;
1887|   int fd;
1888|
1889|   pagesize = getpagesize ();
1890|
1891|   /* First, make a file with some known garbage in it. */
1892|   data = (char *) malloc (pagesize);
1893|   if (!data)
1894|     exit (1);
1895|   for (i = 0; i < pagesize; ++i)
1896|     *(data + i) = rand ();
1897|   umask (0);
1898|   fd = creat ("conftest.mmap", 0600);
1899|   if (fd < 0)
1900|     exit (1);
1901|   if (write (fd, data, pagesize) != pagesize)
1902|     exit (1);
1903|   close (fd);
1904|
1905|   /* Next, try to mmap the file at a fixed address which already has
1906|      something else allocated at it.  If we can, also make sure that
1907|      we see the same garbage.  */
1908|   fd = open ("conftest.mmap", O_RDWR);
1909|   if (fd < 0)
1910|     exit (1);
1911|   data2 = (char *) malloc (2 * pagesize);
1912|   if (!data2)
1913|     exit (1);
1914|   data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
1915|   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
1916|                      MAP_PRIVATE | MAP_FIXED, fd, 0L))
1917|     exit (1);
1918|   for (i = 0; i < pagesize; ++i)
1919|     if (*(data + i) != *(data2 + i))
1920|       exit (1);
1921|
1922|   /* Finally, make sure that changes to the mapped area do not
1923|      percolate back to the file as seen by read().  (This is a bug on
1924|      some variants of i386 svr4.0.)  */
1925|   for (i = 0; i < pagesize; ++i)
1926|     *(data2 + i) = *(data2 + i) + 1;
1927|   data3 = (char *) malloc (pagesize);
1928|   if (!data3)
1929|     exit (1);
1930|   if (read (fd, data3, pagesize) != pagesize)
1931|     exit (1);
1932|   for (i = 0; i < pagesize; ++i)
1933|     if (*(data + i) != *(data3 + i))
1934|       exit (1);
1935|   close (fd);
1936|   exit (0);
1937| }
1938configure:6404: result: no
1939configure:6416: checking whether we are using the GNU C Library 2.1 or newer
1940configure:6450:22: error: features.h: No such file or directory
1941configure:6448: result: no
1942configure:6456: checking whether integer division by zero raises SIGFPE
1943configure:6519: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1944In file included from /usr/include/sys/wait.h:110,
1945                 from /usr/include/stdlib.h:64,
1946                 from configure:6502:
1947/usr/include/sys/signal.h:166: error: two or more data types in declaration specifiers
1948configure:6522: $? = 1
1949configure: program exited with status 1
1950configure: failed program was:
1951| #line 6473 "configure"
1952| /* confdefs.h.  */
1953|
1954| #define PACKAGE_NAME "enscript"
1955| #define PACKAGE_TARNAME "enscript"
1956| #define PACKAGE_VERSION "1.6.4"
1957| #define PACKAGE_STRING "enscript 1.6.4"
1958| #define PACKAGE_BUGREPORT "mtr@iki.fi"
1959| #define PACKAGE "enscript"
1960| #define VERSION "1.6.4"
1961| #define const
1962| #define HAVE_ALLOCA_H 1
1963| #define HAVE_ALLOCA 1
1964| #define HAVE_STDARG_H 1
1965| #define HAVE_MATH_H 1
1966| #define HAVE_PWD_H 1
1967| #define HAVE_STRCHR 1
1968| #define HAVE_GETCWD 1
1969| #define HAVE_STRERROR 1
1970| #define HAVE_MEMMOVE 1
1971| #define HAVE_MEMCPY 1
1972| #define HAVE_STRTOUL 1
1973| #define HAVE_VPRINTF 1
1974| #define YYTEXT_POINTER 1
1975| #define inline
1976| #define off_t long
1977| #define size_t unsigned
1978| #define HAVE_GETPAGESIZE 1
1979| /* end confdefs.h.  */
1980|
1981| #include <stdlib.h>
1982| #include <signal.h>
1983|
1984| static void
1985| #ifdef __cplusplus
1986| sigfpe_handler (int sig)
1987| #else
1988| sigfpe_handler (sig) int sig;
1989| #endif
1990| {
1991|   /* Exit with code 0 if SIGFPE, with code 1 if any other signal.  */
1992|   exit (sig != SIGFPE);
1993| }
1994|
1995| int x = 1;
1996| int y = 0;
1997| int z;
1998| int nan;
1999|
2000| int main ()
2001| {
2002|   signal (SIGFPE, sigfpe_handler);
2003| /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP.  */
2004| #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
2005|   signal (SIGTRAP, sigfpe_handler);
2006| #endif
2007| /* Linux/SPARC yields signal SIGILL.  */
2008| #if defined (__sparc__) && defined (__linux__)
2009|   signal (SIGILL, sigfpe_handler);
2010| #endif
2011|
2012|   z = x / y;
2013|   nan = y / y;
2014|   exit (1);
2015| }
2016|
2017configure:6542: result: no
2018configure:6555: checking for inttypes.h
2019configure:6578: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
2020In file included from configure:6589:
2021/usr/include/sys/types.h:159: error: two or more data types in declaration specifiers
2022/usr/include/sys/types.h:192: error: two or more data types in declaration specifiers
2023configure:6581: $? = 1
2024configure: failed program was:
2025| #line 6560 "configure"
2026| /* confdefs.h.  */
2027|
2028| #define PACKAGE_NAME "enscript"
2029| #define PACKAGE_TARNAME "enscript"
2030| #define PACKAGE_VERSION "1.6.4"
2031| #define PACKAGE_STRING "enscript 1.6.4"
2032| #define PACKAGE_BUGREPORT "mtr@iki.fi"
2033| #define PACKAGE "enscript"
2034| #define VERSION "1.6.4"
2035| #define const
2036| #define HAVE_ALLOCA_H 1
2037| #define HAVE_ALLOCA 1
2038| #define HAVE_STDARG_H 1
2039| #define HAVE_MATH_H 1
2040| #define HAVE_PWD_H 1
2041| #define HAVE_STRCHR 1
2042| #define HAVE_GETCWD 1
2043| #define HAVE_STRERROR 1
2044| #define HAVE_MEMMOVE 1
2045| #define HAVE_MEMCPY 1
2046| #define HAVE_STRTOUL 1
2047| #define HAVE_VPRINTF 1
2048| #define YYTEXT_POINTER 1
2049| #define inline
2050| #define off_t long
2051| #define size_t unsigned
2052| #define HAVE_GETPAGESIZE 1
2053| #define INTDIV0_RAISES_SIGFPE 0
2054| /* end confdefs.h.  */
2055| #include <sys/types.h>
2056| #include <inttypes.h>
2057| int
2058| main ()
2059| {
2060| uintmax_t i = (uintmax_t) -1;
2061|   ;
2062|   return 0;
2063| }
2064configure:6598: result: no
2065configure:6609: checking for stdint.h
2066configure:6632: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
2067In file included from configure:6643:
2068/usr/include/sys/types.h:159: error: two or more data types in declaration specifiers
2069/usr/include/sys/types.h:192: error: two or more data types in declaration specifiers
2070configure:6635: $? = 1
2071configure: failed program was:
2072| #line 6614 "configure"
2073| /* confdefs.h.  */
2074|
2075| #define PACKAGE_NAME "enscript"
2076| #define PACKAGE_TARNAME "enscript"
2077| #define PACKAGE_VERSION "1.6.4"
2078| #define PACKAGE_STRING "enscript 1.6.4"
2079| #define PACKAGE_BUGREPORT "mtr@iki.fi"
2080| #define PACKAGE "enscript"
2081| #define VERSION "1.6.4"
2082| #define const
2083| #define HAVE_ALLOCA_H 1
2084| #define HAVE_ALLOCA 1
2085| #define HAVE_STDARG_H 1
2086| #define HAVE_MATH_H 1
2087| #define HAVE_PWD_H 1
2088| #define HAVE_STRCHR 1
2089| #define HAVE_GETCWD 1
2090| #define HAVE_STRERROR 1
2091| #define HAVE_MEMMOVE 1
2092| #define HAVE_MEMCPY 1
2093| #define HAVE_STRTOUL 1
2094| #define HAVE_VPRINTF 1
2095| #define YYTEXT_POINTER 1
2096| #define inline
2097| #define off_t long
2098| #define size_t unsigned
2099| #define HAVE_GETPAGESIZE 1
2100| #define INTDIV0_RAISES_SIGFPE 0
2101| /* end confdefs.h.  */
2102| #include <sys/types.h>
2103| #include <stdint.h>
2104| int
2105| main ()
2106| {
2107| uintmax_t i = (uintmax_t) -1;
2108|   ;
2109|   return 0;
2110| }
2111configure:6652: result: no
2112configure:6663: checking for unsigned long long
2113configure:6686: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2114configure:6689: $? = 0
2115configure:6692: test -s conftest
2116configure:6695: $? = 0
2117configure:6706: result: yes
2118configure:6732: checking for inttypes.h
2119configure:6756: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
2120In file included from /usr/include/sys/_endian.h:88,
2121                 from /usr/include/i386/endian.h:92,
2122                 from /usr/include/machine/endian.h:32,
2123                 from /usr/include/sys/types.h:75,
2124                 from configure:6769:
2125/usr/lib/gcc/i686-apple-darwin8/4.0.1/include/stdint.h:100: error: duplicate 'unsigned'
2126/usr/lib/gcc/i686-apple-darwin8/4.0.1/include/stdint.h:100: error: 'long long long' is too long for GCC
2127/usr/lib/gcc/i686-apple-darwin8/4.0.1/include/stdint.h:100: error: 'long long long' is too long for GCC
2128In file included from configure:6769:
2129/usr/include/sys/types.h:159: error: two or more data types in declaration specifiers
2130/usr/include/sys/types.h:192: error: two or more data types in declaration specifiers
2131configure:6759: $? = 1
2132configure: failed program was:
2133| #line 6738 "configure"
2134| /* confdefs.h.  */
2135|
2136| #define PACKAGE_NAME "enscript"
2137| #define PACKAGE_TARNAME "enscript"
2138| #define PACKAGE_VERSION "1.6.4"
2139| #define PACKAGE_STRING "enscript 1.6.4"
2140| #define PACKAGE_BUGREPORT "mtr@iki.fi"
2141| #define PACKAGE "enscript"
2142| #define VERSION "1.6.4"
2143| #define const
2144| #define HAVE_ALLOCA_H 1
2145| #define HAVE_ALLOCA 1
2146| #define HAVE_STDARG_H 1
2147| #define HAVE_MATH_H 1
2148| #define HAVE_PWD_H 1
2149| #define HAVE_STRCHR 1
2150| #define HAVE_GETCWD 1
2151| #define HAVE_STRERROR 1
2152| #define HAVE_MEMMOVE 1
2153| #define HAVE_MEMCPY 1
2154| #define HAVE_STRTOUL 1
2155| #define HAVE_VPRINTF 1
2156| #define YYTEXT_POINTER 1
2157| #define inline
2158| #define off_t long
2159| #define size_t unsigned
2160| #define HAVE_GETPAGESIZE 1
2161| #define INTDIV0_RAISES_SIGFPE 0
2162| #define HAVE_UNSIGNED_LONG_LONG 1
2163| #define uintmax_t unsigned long long
2164| /* end confdefs.h.  */
2165| #include <sys/types.h>
2166| #include <inttypes.h>
2167| int
2168| main ()
2169| {
2170|
2171|   ;
2172|   return 0;
2173| }
2174configure:6777: result: no
2175configure:6909: checking for non-GNU ld
2176configure:6939: result: /usr/bin/ld
2177configure:6948: checking if the linker (/usr/bin/ld) is GNU ld
2178configure:6960: result: no
2179configure:6966: checking for shared library run path origin
2180configure:6979: result: done
2181configure:7407: checking argz.h usability
2182configure:7420: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
2183In file included from configure:7440:
2184/usr/include/stdio.h:76: error: two or more data types in declaration specifiers
2185configure:7474:18: error: argz.h: No such file or directory
2186configure:7423: $? = 1
2187configure: failed program was:
2188| #line 7409 "configure"
2189| /* confdefs.h.  */
2190|
2191| #define PACKAGE_NAME "enscript"
2192| #define PACKAGE_TARNAME "enscript"
2193| #define PACKAGE_VERSION "1.6.4"
2194| #define PACKAGE_STRING "enscript 1.6.4"
2195| #define PACKAGE_BUGREPORT "mtr@iki.fi"
2196| #define PACKAGE "enscript"
2197| #define VERSION "1.6.4"
2198| #define const
2199| #define HAVE_ALLOCA_H 1
2200| #define HAVE_ALLOCA 1
2201| #define HAVE_STDARG_H 1
2202| #define HAVE_MATH_H 1
2203| #define HAVE_PWD_H 1
2204| #define HAVE_STRCHR 1
2205| #define HAVE_GETCWD 1
2206| #define HAVE_STRERROR 1
2207| #define HAVE_MEMMOVE 1
2208| #define HAVE_MEMCPY 1
2209| #define HAVE_STRTOUL 1
2210| #define HAVE_VPRINTF 1
2211| #define YYTEXT_POINTER 1
2212| #define inline
2213| #define off_t long
2214| #define size_t unsigned
2215| #define HAVE_GETPAGESIZE 1
2216| #define INTDIV0_RAISES_SIGFPE 0
2217| #define HAVE_UNSIGNED_LONG_LONG 1
2218| #define uintmax_t unsigned long long
2219| /* end confdefs.h.  */
2220| #include <stdio.h>
2221| #if HAVE_SYS_TYPES_H
2222| # include <sys/types.h>
2223| #endif
2224| #if HAVE_SYS_STAT_H
2225| # include <sys/stat.h>
2226| #endif
2227| #if STDC_HEADERS
2228| # include <stdlib.h>
2229| # include <stddef.h>
2230| #else
2231| # if HAVE_STDLIB_H
2232| #  include <stdlib.h>
2233| # endif
2234| #endif
2235| #if HAVE_STRING_H
2236| # if !STDC_HEADERS && HAVE_MEMORY_H
2237| #  include <memory.h>
2238| # endif
2239| # include <string.h>
2240| #endif
2241| #if HAVE_STRINGS_H
2242| # include <strings.h>
2243| #endif
2244| #if HAVE_INTTYPES_H
2245| # include <inttypes.h>
2246| #else
2247| # if HAVE_STDINT_H
2248| #  include <stdint.h>
2249| # endif
2250| #endif
2251| #if HAVE_UNISTD_H
2252| # include <unistd.h>
2253| #endif
2254| #include <argz.h>
2255configure:7439: result: no
2256configure:7443: checking argz.h presence
2257configure:7454: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
2258configure:7476:18: error: argz.h: No such file or directory
2259configure:7460: $? = 1
2260configure: failed program was:
2261| #line 7445 "configure"
2262| /* confdefs.h.  */
2263|
2264| #define PACKAGE_NAME "enscript"
2265| #define PACKAGE_TARNAME "enscript"
2266| #define PACKAGE_VERSION "1.6.4"
2267| #define PACKAGE_STRING "enscript 1.6.4"
2268| #define PACKAGE_BUGREPORT "mtr@iki.fi"
2269| #define PACKAGE "enscript"
2270| #define VERSION "1.6.4"
2271| #define const
2272| #define HAVE_ALLOCA_H 1
2273| #define HAVE_ALLOCA 1
2274| #define HAVE_STDARG_H 1
2275| #define HAVE_MATH_H 1
2276| #define HAVE_PWD_H 1
2277| #define HAVE_STRCHR 1
2278| #define HAVE_GETCWD 1
2279| #define HAVE_STRERROR 1
2280| #define HAVE_MEMMOVE 1
2281| #define HAVE_MEMCPY 1
2282| #define HAVE_STRTOUL 1
2283| #define HAVE_VPRINTF 1
2284| #define YYTEXT_POINTER 1
2285| #define inline
2286| #define off_t long
2287| #define size_t unsigned
2288| #define HAVE_GETPAGESIZE 1
2289| #define INTDIV0_RAISES_SIGFPE 0
2290| #define HAVE_UNSIGNED_LONG_LONG 1
2291| #define uintmax_t unsigned long long
2292| /* end confdefs.h.  */
2293| #include <argz.h>
2294configure:7479: result: no
2295configure:7515: checking for argz.h
2296configure:7522: result: no
2297configure:7407: checking limits.h usability
2298configure:7420: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
2299In file included from configure:7440:
2300/usr/include/stdio.h:76: error: two or more data types in declaration specifiers
2301configure:7423: $? = 1
2302configure: failed program was:
2303| #line 7409 "configure"
2304| /* confdefs.h.  */
2305|
2306| #define PACKAGE_NAME "enscript"
2307| #define PACKAGE_TARNAME "enscript"
2308| #define PACKAGE_VERSION "1.6.4"
2309| #define PACKAGE_STRING "enscript 1.6.4"
2310| #define PACKAGE_BUGREPORT "mtr@iki.fi"
2311| #define PACKAGE "enscript"
2312| #define VERSION "1.6.4"
2313| #define const
2314| #define HAVE_ALLOCA_H 1
2315| #define HAVE_ALLOCA 1
2316| #define HAVE_STDARG_H 1
2317| #define HAVE_MATH_H 1
2318| #define HAVE_PWD_H 1
2319| #define HAVE_STRCHR 1
2320| #define HAVE_GETCWD 1
2321| #define HAVE_STRERROR 1
2322| #define HAVE_MEMMOVE 1
2323| #define HAVE_MEMCPY 1
2324| #define HAVE_STRTOUL 1
2325| #define HAVE_VPRINTF 1
2326| #define YYTEXT_POINTER 1
2327| #define inline
2328| #define off_t long
2329| #define size_t unsigned
2330| #define HAVE_GETPAGESIZE 1
2331| #define INTDIV0_RAISES_SIGFPE 0
2332| #define HAVE_UNSIGNED_LONG_LONG 1
2333| #define uintmax_t unsigned long long
2334| /* end confdefs.h.  */
2335| #include <stdio.h>
2336| #if HAVE_SYS_TYPES_H
2337| # include <sys/types.h>
2338| #endif
2339| #if HAVE_SYS_STAT_H
2340| # include <sys/stat.h>
2341| #endif
2342| #if STDC_HEADERS
2343| # include <stdlib.h>
2344| # include <stddef.h>
2345| #else
2346| # if HAVE_STDLIB_H
2347| #  include <stdlib.h>
2348| # endif
2349| #endif
2350| #if HAVE_STRING_H
2351| # if !STDC_HEADERS && HAVE_MEMORY_H
2352| #  include <memory.h>
2353| # endif
2354| # include <string.h>
2355| #endif
2356| #if HAVE_STRINGS_H
2357| # include <strings.h>
2358| #endif
2359| #if HAVE_INTTYPES_H
2360| # include <inttypes.h>
2361| #else
2362| # if HAVE_STDINT_H
2363| #  include <stdint.h>
2364| # endif
2365| #endif
2366| #if HAVE_UNISTD_H
2367| # include <unistd.h>
2368| #endif
2369| #include <limits.h>
2370configure:7439: result: no
2371configure:7443: checking limits.h presence
2372configure:7454: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
2373configure:7460: $? = 0
2374configure:7479: result: yes
2375configure:7499: WARNING: limits.h: present but cannot be compiled
2376configure:7501: WARNING: limits.h: check for missing prerequisite headers?
2377configure:7503: WARNING: limits.h: proceeding with the preprocessor's result
2378configure:7515: checking for limits.h
2379configure:7522: result: yes
2380configure:7407: checking locale.h usability
2381configure:7420: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
2382In file included from configure:7441:
2383/usr/include/stdio.h:76: error: two or more data types in declaration specifiers
2384configure:7423: $? = 1
2385configure: failed program was:
2386| #line 7409 "configure"
2387| /* confdefs.h.  */
2388|
2389| #define PACKAGE_NAME "enscript"
2390| #define PACKAGE_TARNAME "enscript"
2391| #define PACKAGE_VERSION "1.6.4"
2392| #define PACKAGE_STRING "enscript 1.6.4"
2393| #define PACKAGE_BUGREPORT "mtr@iki.fi"
2394| #define PACKAGE "enscript"
2395| #define VERSION "1.6.4"
2396| #define const
2397| #define HAVE_ALLOCA_H 1
2398| #define HAVE_ALLOCA 1
2399| #define HAVE_STDARG_H 1
2400| #define HAVE_MATH_H 1
2401| #define HAVE_PWD_H 1
2402| #define HAVE_STRCHR 1
2403| #define HAVE_GETCWD 1
2404| #define HAVE_STRERROR 1
2405| #define HAVE_MEMMOVE 1
2406| #define HAVE_MEMCPY 1
2407| #define HAVE_STRTOUL 1
2408| #define HAVE_VPRINTF 1
2409| #define YYTEXT_POINTER 1
2410| #define inline
2411| #define off_t long
2412| #define size_t unsigned
2413| #define HAVE_GETPAGESIZE 1
2414| #define INTDIV0_RAISES_SIGFPE 0
2415| #define HAVE_UNSIGNED_LONG_LONG 1
2416| #define uintmax_t unsigned long long
2417| #define HAVE_LIMITS_H 1
2418| /* end confdefs.h.  */
2419| #include <stdio.h>
2420| #if HAVE_SYS_TYPES_H
2421| # include <sys/types.h>
2422| #endif
2423| #if HAVE_SYS_STAT_H
2424| # include <sys/stat.h>
2425| #endif
2426| #if STDC_HEADERS
2427| # include <stdlib.h>
2428| # include <stddef.h>
2429| #else
2430| # if HAVE_STDLIB_H
2431| #  include <stdlib.h>
2432| # endif
2433| #endif
2434| #if HAVE_STRING_H
2435| # if !STDC_HEADERS && HAVE_MEMORY_H
2436| #  include <memory.h>
2437| # endif
2438| # include <string.h>
2439| #endif
2440| #if HAVE_STRINGS_H
2441| # include <strings.h>
2442| #endif
2443| #if HAVE_INTTYPES_H
2444| # include <inttypes.h>
2445| #else
2446| # if HAVE_STDINT_H
2447| #  include <stdint.h>
2448| # endif
2449| #endif
2450| #if HAVE_UNISTD_H
2451| # include <unistd.h>
2452| #endif
2453| #include <locale.h>
2454configure:7439: result: no
2455configure:7443: checking locale.h presence
2456configure:7454: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
2457configure:7460: $? = 0
2458configure:7479: result: yes
2459configure:7499: WARNING: locale.h: present but cannot be compiled
2460configure:7501: WARNING: locale.h: check for missing prerequisite headers?
2461configure:7503: WARNING: locale.h: proceeding with the preprocessor's result
2462configure:7515: checking for locale.h
2463configure:7522: result: yes
2464configure:7407: checking nl_types.h usability
2465configure:7420: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
2466In file included from configure:7442:
2467/usr/include/stdio.h:76: error: two or more data types in declaration specifiers
2468configure:7423: $? = 1
2469configure: failed program was:
2470| #line 7409 "configure"
2471| /* confdefs.h.  */
2472|
2473| #define PACKAGE_NAME "enscript"
2474| #define PACKAGE_TARNAME "enscript"
2475| #define PACKAGE_VERSION "1.6.4"
2476| #define PACKAGE_STRING "enscript 1.6.4"
2477| #define PACKAGE_BUGREPORT "mtr@iki.fi"
2478| #define PACKAGE "enscript"
2479| #define VERSION "1.6.4"
2480| #define const
2481| #define HAVE_ALLOCA_H 1
2482| #define HAVE_ALLOCA 1
2483| #define HAVE_STDARG_H 1
2484| #define HAVE_MATH_H 1
2485| #define HAVE_PWD_H 1
2486| #define HAVE_STRCHR 1
2487| #define HAVE_GETCWD 1
2488| #define HAVE_STRERROR 1
2489| #define HAVE_MEMMOVE 1
2490| #define HAVE_MEMCPY 1
2491| #define HAVE_STRTOUL 1
2492| #define HAVE_VPRINTF 1
2493| #define YYTEXT_POINTER 1
2494| #define inline
2495| #define off_t long
2496| #define size_t unsigned
2497| #define HAVE_GETPAGESIZE 1
2498| #define INTDIV0_RAISES_SIGFPE 0
2499| #define HAVE_UNSIGNED_LONG_LONG 1
2500| #define uintmax_t unsigned long long
2501| #define HAVE_LIMITS_H 1
2502| #define HAVE_LOCALE_H 1
2503| /* end confdefs.h.  */
2504| #include <stdio.h>
2505| #if HAVE_SYS_TYPES_H
2506| # include <sys/types.h>
2507| #endif
2508| #if HAVE_SYS_STAT_H
2509| # include <sys/stat.h>
2510| #endif
2511| #if STDC_HEADERS
2512| # include <stdlib.h>
2513| # include <stddef.h>
2514| #else
2515| # if HAVE_STDLIB_H
2516| #  include <stdlib.h>
2517| # endif
2518| #endif
2519| #if HAVE_STRING_H
2520| # if !STDC_HEADERS && HAVE_MEMORY_H
2521| #  include <memory.h>
2522| # endif
2523| # include <string.h>
2524| #endif
2525| #if HAVE_STRINGS_H
2526| # include <strings.h>
2527| #endif
2528| #if HAVE_INTTYPES_H
2529| # include <inttypes.h>
2530| #else
2531| # if HAVE_STDINT_H
2532| #  include <stdint.h>
2533| # endif
2534| #endif
2535| #if HAVE_UNISTD_H
2536| # include <unistd.h>
2537| #endif
2538| #include <nl_types.h>
2539configure:7439: result: no
2540configure:7443: checking nl_types.h presence
2541configure:7454: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
2542configure:7460: $? = 0
2543configure:7479: result: yes
2544configure:7499: WARNING: nl_types.h: present but cannot be compiled
2545configure:7501: WARNING: nl_types.h: check for missing prerequisite headers?
2546configure:7503: WARNING: nl_types.h: proceeding with the preprocessor's result
2547configure:7515: checking for nl_types.h
2548configure:7522: result: yes
2549configure:7407: checking malloc.h usability
2550configure:7420: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
2551In file included from configure:7443:
2552/usr/include/stdio.h:76: error: two or more data types in declaration specifiers
2553configure:7477:20: error: malloc.h: No such file or directory
2554configure:7423: $? = 1
2555configure: failed program was:
2556| #line 7409 "configure"
2557| /* confdefs.h.  */
2558|
2559| #define PACKAGE_NAME "enscript"
2560| #define PACKAGE_TARNAME "enscript"
2561| #define PACKAGE_VERSION "1.6.4"
2562| #define PACKAGE_STRING "enscript 1.6.4"
2563| #define PACKAGE_BUGREPORT "mtr@iki.fi"
2564| #define PACKAGE "enscript"
2565| #define VERSION "1.6.4"
2566| #define const
2567| #define HAVE_ALLOCA_H 1
2568| #define HAVE_ALLOCA 1
2569| #define HAVE_STDARG_H 1
2570| #define HAVE_MATH_H 1
2571| #define HAVE_PWD_H 1
2572| #define HAVE_STRCHR 1
2573| #define HAVE_GETCWD 1
2574| #define HAVE_STRERROR 1
2575| #define HAVE_MEMMOVE 1
2576| #define HAVE_MEMCPY 1
2577| #define HAVE_STRTOUL 1
2578| #define HAVE_VPRINTF 1
2579| #define YYTEXT_POINTER 1
2580| #define inline
2581| #define off_t long
2582| #define size_t unsigned
2583| #define HAVE_GETPAGESIZE 1
2584| #define INTDIV0_RAISES_SIGFPE 0
2585| #define HAVE_UNSIGNED_LONG_LONG 1
2586| #define uintmax_t unsigned long long
2587| #define HAVE_LIMITS_H 1
2588| #define HAVE_LOCALE_H 1
2589| #define HAVE_NL_TYPES_H 1
2590| /* end confdefs.h.  */
2591| #include <stdio.h>
2592| #if HAVE_SYS_TYPES_H
2593| # include <sys/types.h>
2594| #endif
2595| #if HAVE_SYS_STAT_H
2596| # include <sys/stat.h>
2597| #endif
2598| #if STDC_HEADERS
2599| # include <stdlib.h>
2600| # include <stddef.h>
2601| #else
2602| # if HAVE_STDLIB_H
2603| #  include <stdlib.h>
2604| # endif
2605| #endif
2606| #if HAVE_STRING_H
2607| # if !STDC_HEADERS && HAVE_MEMORY_H
2608| #  include <memory.h>
2609| # endif
2610| # include <string.h>
2611| #endif
2612| #if HAVE_STRINGS_H
2613| # include <strings.h>
2614| #endif
2615| #if HAVE_INTTYPES_H
2616| # include <inttypes.h>
2617| #else
2618| # if HAVE_STDINT_H
2619| #  include <stdint.h>
2620| # endif
2621| #endif
2622| #if HAVE_UNISTD_H
2623| # include <unistd.h>
2624| #endif
2625| #include <malloc.h>
2626configure:7439: result: no
2627configure:7443: checking malloc.h presence
2628configure:7454: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
2629configure:7479:20: error: malloc.h: No such file or directory
2630configure:7460: $? = 1
2631configure: failed program was:
2632| #line 7445 "configure"
2633| /* confdefs.h.  */
2634|
2635| #define PACKAGE_NAME "enscript"
2636| #define PACKAGE_TARNAME "enscript"
2637| #define PACKAGE_VERSION "1.6.4"
2638| #define PACKAGE_STRING "enscript 1.6.4"
2639| #define PACKAGE_BUGREPORT "mtr@iki.fi"
2640| #define PACKAGE "enscript"
2641| #define VERSION "1.6.4"
2642| #define const
2643| #define HAVE_ALLOCA_H 1
2644| #define HAVE_ALLOCA 1
2645| #define HAVE_STDARG_H 1
2646| #define HAVE_MATH_H 1
2647| #define HAVE_PWD_H 1
2648| #define HAVE_STRCHR 1
2649| #define HAVE_GETCWD 1
2650| #define HAVE_STRERROR 1
2651| #define HAVE_MEMMOVE 1
2652| #define HAVE_MEMCPY 1
2653| #define HAVE_STRTOUL 1
2654| #define HAVE_VPRINTF 1
2655| #define YYTEXT_POINTER 1
2656| #define inline
2657| #define off_t long
2658| #define size_t unsigned
2659| #define HAVE_GETPAGESIZE 1
2660| #define INTDIV0_RAISES_SIGFPE 0
2661| #define HAVE_UNSIGNED_LONG_LONG 1
2662| #define uintmax_t unsigned long long
2663| #define HAVE_LIMITS_H 1
2664| #define HAVE_LOCALE_H 1
2665| #define HAVE_NL_TYPES_H 1
2666| /* end confdefs.h.  */
2667| #include <malloc.h>
2668configure:7479: result: no
2669configure:7515: checking for malloc.h
2670configure:7522: result: no
2671configure:7407: checking stddef.h usability
2672configure:7420: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
2673In file included from configure:7443:
2674/usr/include/stdio.h:76: error: two or more data types in declaration specifiers
2675configure:7423: $? = 1
2676configure: failed program was:
2677| #line 7409 "configure"
2678| /* confdefs.h.  */
2679|
2680| #define PACKAGE_NAME "enscript"
2681| #define PACKAGE_TARNAME "enscript"
2682| #define PACKAGE_VERSION "1.6.4"
2683| #define PACKAGE_STRING "enscript 1.6.4"
2684| #define PACKAGE_BUGREPORT "mtr@iki.fi"
2685| #define PACKAGE "enscript"
2686| #define VERSION "1.6.4"
2687| #define const
2688| #define HAVE_ALLOCA_H 1
2689| #define HAVE_ALLOCA 1
2690| #define HAVE_STDARG_H 1
2691| #define HAVE_MATH_H 1
2692| #define HAVE_PWD_H 1
2693| #define HAVE_STRCHR 1
2694| #define HAVE_GETCWD 1
2695| #define HAVE_STRERROR 1
2696| #define HAVE_MEMMOVE 1
2697| #define HAVE_MEMCPY 1
2698| #define HAVE_STRTOUL 1
2699| #define HAVE_VPRINTF 1
2700| #define YYTEXT_POINTER 1
2701| #define inline
2702| #define off_t long
2703| #define size_t unsigned
2704| #define HAVE_GETPAGESIZE 1
2705| #define INTDIV0_RAISES_SIGFPE 0
2706| #define HAVE_UNSIGNED_LONG_LONG 1
2707| #define uintmax_t unsigned long long
2708| #define HAVE_LIMITS_H 1
2709| #define HAVE_LOCALE_H 1
2710| #define HAVE_NL_TYPES_H 1
2711| /* end confdefs.h.  */
2712| #include <stdio.h>
2713| #if HAVE_SYS_TYPES_H
2714| # include <sys/types.h>
2715| #endif
2716| #if HAVE_SYS_STAT_H
2717| # include <sys/stat.h>
2718| #endif
2719| #if STDC_HEADERS
2720| # include <stdlib.h>
2721| # include <stddef.h>
2722| #else
2723| # if HAVE_STDLIB_H
2724| #  include <stdlib.h>
2725| # endif
2726| #endif
2727| #if HAVE_STRING_H
2728| # if !STDC_HEADERS && HAVE_MEMORY_H
2729| #  include <memory.h>
2730| # endif
2731| # include <string.h>
2732| #endif
2733| #if HAVE_STRINGS_H
2734| # include <strings.h>
2735| #endif
2736| #if HAVE_INTTYPES_H
2737| # include <inttypes.h>
2738| #else
2739| # if HAVE_STDINT_H
2740| #  include <stdint.h>
2741| # endif
2742| #endif
2743| #if HAVE_UNISTD_H
2744| # include <unistd.h>
2745| #endif
2746| #include <stddef.h>
2747configure:7439: result: no
2748configure:7443: checking stddef.h presence
2749configure:7454: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
2750configure:7460: $? = 0
2751configure:7479: result: yes
2752configure:7499: WARNING: stddef.h: present but cannot be compiled
2753configure:7501: WARNING: stddef.h: check for missing prerequisite headers?
2754configure:7503: WARNING: stddef.h: proceeding with the preprocessor's result
2755configure:7515: checking for stddef.h
2756configure:7522: result: yes
2757configure:7398: checking for stdlib.h
2758configure:7403: result: no
2759configure:7398: checking for string.h
2760configure:7403: result: no
2761configure:7398: checking for unistd.h
2762configure:7403: result: no
2763configure:7407: checking sys/param.h usability
2764configure:7420: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
2765In file included from configure:7444:
2766/usr/include/stdio.h:76: error: two or more data types in declaration specifiers
2767In file included from /usr/include/sys/_endian.h:88,
2768                 from /usr/include/i386/endian.h:92,
2769                 from /usr/include/machine/endian.h:32,
2770                 from /usr/include/sys/types.h:75,
2771                 from /usr/include/sys/param.h:80,
2772                 from configure:7478:
2773/usr/lib/gcc/i686-apple-darwin8/4.0.1/include/stdint.h:100: error: duplicate 'unsigned'
2774/usr/lib/gcc/i686-apple-darwin8/4.0.1/include/stdint.h:100: error: 'long long long' is too long for GCC
2775/usr/lib/gcc/i686-apple-darwin8/4.0.1/include/stdint.h:100: error: 'long long long' is too long for GCC
2776In file included from /usr/include/sys/param.h:80,
2777                 from configure:7478:
2778/usr/include/sys/types.h:159: error: two or more data types in declaration specifiers
2779configure:7423: $? = 1
2780configure: failed program was:
2781| #line 7409 "configure"
2782| /* confdefs.h.  */
2783|
2784| #define PACKAGE_NAME "enscript"
2785| #define PACKAGE_TARNAME "enscript"
2786| #define PACKAGE_VERSION "1.6.4"
2787| #define PACKAGE_STRING "enscript 1.6.4"
2788| #define PACKAGE_BUGREPORT "mtr@iki.fi"
2789| #define PACKAGE "enscript"
2790| #define VERSION "1.6.4"
2791| #define const
2792| #define HAVE_ALLOCA_H 1
2793| #define HAVE_ALLOCA 1
2794| #define HAVE_STDARG_H 1
2795| #define HAVE_MATH_H 1
2796| #define HAVE_PWD_H 1
2797| #define HAVE_STRCHR 1
2798| #define HAVE_GETCWD 1
2799| #define HAVE_STRERROR 1
2800| #define HAVE_MEMMOVE 1
2801| #define HAVE_MEMCPY 1
2802| #define HAVE_STRTOUL 1
2803| #define HAVE_VPRINTF 1
2804| #define YYTEXT_POINTER 1
2805| #define inline
2806| #define off_t long
2807| #define size_t unsigned
2808| #define HAVE_GETPAGESIZE 1
2809| #define INTDIV0_RAISES_SIGFPE 0
2810| #define HAVE_UNSIGNED_LONG_LONG 1
2811| #define uintmax_t unsigned long long
2812| #define HAVE_LIMITS_H 1
2813| #define HAVE_LOCALE_H 1
2814| #define HAVE_NL_TYPES_H 1
2815| #define HAVE_STDDEF_H 1
2816| /* end confdefs.h.  */
2817| #include <stdio.h>
2818| #if HAVE_SYS_TYPES_H
2819| # include <sys/types.h>
2820| #endif
2821| #if HAVE_SYS_STAT_H
2822| # include <sys/stat.h>
2823| #endif
2824| #if STDC_HEADERS
2825| # include <stdlib.h>
2826| # include <stddef.h>
2827| #else
2828| # if HAVE_STDLIB_H
2829| #  include <stdlib.h>
2830| # endif
2831| #endif
2832| #if HAVE_STRING_H
2833| # if !STDC_HEADERS && HAVE_MEMORY_H
2834| #  include <memory.h>
2835| # endif
2836| # include <string.h>
2837| #endif
2838| #if HAVE_STRINGS_H
2839| # include <strings.h>
2840| #endif
2841| #if HAVE_INTTYPES_H
2842| # include <inttypes.h>
2843| #else
2844| # if HAVE_STDINT_H
2845| #  include <stdint.h>
2846| # endif
2847| #endif
2848| #if HAVE_UNISTD_H
2849| # include <unistd.h>
2850| #endif
2851| #include <sys/param.h>
2852configure:7439: result: no
2853configure:7443: checking sys/param.h presence
2854configure:7454: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
2855configure:7460: $? = 0
2856configure:7479: result: yes
2857configure:7499: WARNING: sys/param.h: present but cannot be compiled
2858configure:7501: WARNING: sys/param.h: check for missing prerequisite headers?
2859configure:7503: WARNING: sys/param.h: proceeding with the preprocessor's result
2860configure:7515: checking for sys/param.h
2861configure:7522: result: yes
2862configure:7561: checking for feof_unlocked
2863configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2864configure:7614: $? = 0
2865configure:7617: test -s conftest
2866configure:7620: $? = 0
2867configure:7631: result: yes
2868configure:7561: checking for fgets_unlocked
2869configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2870/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
2871_fgets_unlocked
2872collect2: ld returned 1 exit status
2873configure:7614: $? = 1
2874configure: failed program was:
2875| #line 7566 "configure"
2876| /* confdefs.h.  */
2877|
2878| #define PACKAGE_NAME "enscript"
2879| #define PACKAGE_TARNAME "enscript"
2880| #define PACKAGE_VERSION "1.6.4"
2881| #define PACKAGE_STRING "enscript 1.6.4"
2882| #define PACKAGE_BUGREPORT "mtr@iki.fi"
2883| #define PACKAGE "enscript"
2884| #define VERSION "1.6.4"
2885| #define const
2886| #define HAVE_ALLOCA_H 1
2887| #define HAVE_ALLOCA 1
2888| #define HAVE_STDARG_H 1
2889| #define HAVE_MATH_H 1
2890| #define HAVE_PWD_H 1
2891| #define HAVE_STRCHR 1
2892| #define HAVE_GETCWD 1
2893| #define HAVE_STRERROR 1
2894| #define HAVE_MEMMOVE 1
2895| #define HAVE_MEMCPY 1
2896| #define HAVE_STRTOUL 1
2897| #define HAVE_VPRINTF 1
2898| #define YYTEXT_POINTER 1
2899| #define inline
2900| #define off_t long
2901| #define size_t unsigned
2902| #define HAVE_GETPAGESIZE 1
2903| #define INTDIV0_RAISES_SIGFPE 0
2904| #define HAVE_UNSIGNED_LONG_LONG 1
2905| #define uintmax_t unsigned long long
2906| #define HAVE_LIMITS_H 1
2907| #define HAVE_LOCALE_H 1
2908| #define HAVE_NL_TYPES_H 1
2909| #define HAVE_STDDEF_H 1
2910| #define HAVE_SYS_PARAM_H 1
2911| #define HAVE_FEOF_UNLOCKED 1
2912| /* end confdefs.h.  */
2913| /* System header to define __stub macros and hopefully few prototypes,
2914|     which can conflict with char fgets_unlocked (); below.
2915|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2916|     <limits.h> exists even on freestanding compilers.  */
2917| #ifdef __STDC__
2918| # include <limits.h>
2919| #else
2920| # include <assert.h>
2921| #endif
2922| /* Override any gcc2 internal prototype to avoid an error.  */
2923| #ifdef __cplusplus
2924| extern "C"
2925| {
2926| #endif
2927| /* We use char because int might match the return type of a gcc2
2928|    builtin and then its argument prototype would still apply.  */
2929| char fgets_unlocked ();
2930| /* The GNU C library defines this for functions which it implements
2931|     to always fail with ENOSYS.  Some functions are actually named
2932|     something starting with __ and the normal name is an alias.  */
2933| #if defined (__stub_fgets_unlocked) || defined (__stub___fgets_unlocked)
2934| choke me
2935| #else
2936| char (*f) () = fgets_unlocked;
2937| #endif
2938| #ifdef __cplusplus
2939| }
2940| #endif
2941|
2942| int
2943| main ()
2944| {
2945| return f != fgets_unlocked;
2946|   ;
2947|   return 0;
2948| }
2949configure:7631: result: no
2950configure:7561: checking for getc_unlocked
2951configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2952configure:7614: $? = 0
2953configure:7617: test -s conftest
2954configure:7620: $? = 0
2955configure:7631: result: yes
2956configure:7561: checking for getcwd
2957configure:7631: result: yes
2958configure:7561: checking for getegid
2959configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2960configure:7614: $? = 0
2961configure:7617: test -s conftest
2962configure:7620: $? = 0
2963configure:7631: result: yes
2964configure:7561: checking for geteuid
2965configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2966configure:7614: $? = 0
2967configure:7617: test -s conftest
2968configure:7620: $? = 0
2969configure:7631: result: yes
2970configure:7561: checking for getgid
2971configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2972configure:7614: $? = 0
2973configure:7617: test -s conftest
2974configure:7620: $? = 0
2975configure:7631: result: yes
2976configure:7561: checking for getuid
2977configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2978configure:7614: $? = 0
2979configure:7617: test -s conftest
2980configure:7620: $? = 0
2981configure:7631: result: yes
2982configure:7561: checking for mempcpy
2983configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
2984configure:7625: warning: conflicting types for built-in function 'mempcpy'
2985/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
2986_mempcpy
2987collect2: ld returned 1 exit status
2988configure:7614: $? = 1
2989configure: failed program was:
2990| #line 7566 "configure"
2991| /* confdefs.h.  */
2992|
2993| #define PACKAGE_NAME "enscript"
2994| #define PACKAGE_TARNAME "enscript"
2995| #define PACKAGE_VERSION "1.6.4"
2996| #define PACKAGE_STRING "enscript 1.6.4"
2997| #define PACKAGE_BUGREPORT "mtr@iki.fi"
2998| #define PACKAGE "enscript"
2999| #define VERSION "1.6.4"
3000| #define const
3001| #define HAVE_ALLOCA_H 1
3002| #define HAVE_ALLOCA 1
3003| #define HAVE_STDARG_H 1
3004| #define HAVE_MATH_H 1
3005| #define HAVE_PWD_H 1
3006| #define HAVE_STRCHR 1
3007| #define HAVE_GETCWD 1
3008| #define HAVE_STRERROR 1
3009| #define HAVE_MEMMOVE 1
3010| #define HAVE_MEMCPY 1
3011| #define HAVE_STRTOUL 1
3012| #define HAVE_VPRINTF 1
3013| #define YYTEXT_POINTER 1
3014| #define inline
3015| #define off_t long
3016| #define size_t unsigned
3017| #define HAVE_GETPAGESIZE 1
3018| #define INTDIV0_RAISES_SIGFPE 0
3019| #define HAVE_UNSIGNED_LONG_LONG 1
3020| #define uintmax_t unsigned long long
3021| #define HAVE_LIMITS_H 1
3022| #define HAVE_LOCALE_H 1
3023| #define HAVE_NL_TYPES_H 1
3024| #define HAVE_STDDEF_H 1
3025| #define HAVE_SYS_PARAM_H 1
3026| #define HAVE_FEOF_UNLOCKED 1
3027| #define HAVE_GETC_UNLOCKED 1
3028| #define HAVE_GETCWD 1
3029| #define HAVE_GETEGID 1
3030| #define HAVE_GETEUID 1
3031| #define HAVE_GETGID 1
3032| #define HAVE_GETUID 1
3033| /* end confdefs.h.  */
3034| /* System header to define __stub macros and hopefully few prototypes,
3035|     which can conflict with char mempcpy (); below.
3036|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3037|     <limits.h> exists even on freestanding compilers.  */
3038| #ifdef __STDC__
3039| # include <limits.h>
3040| #else
3041| # include <assert.h>
3042| #endif
3043| /* Override any gcc2 internal prototype to avoid an error.  */
3044| #ifdef __cplusplus
3045| extern "C"
3046| {
3047| #endif
3048| /* We use char because int might match the return type of a gcc2
3049|    builtin and then its argument prototype would still apply.  */
3050| char mempcpy ();
3051| /* The GNU C library defines this for functions which it implements
3052|     to always fail with ENOSYS.  Some functions are actually named
3053|     something starting with __ and the normal name is an alias.  */
3054| #if defined (__stub_mempcpy) || defined (__stub___mempcpy)
3055| choke me
3056| #else
3057| char (*f) () = mempcpy;
3058| #endif
3059| #ifdef __cplusplus
3060| }
3061| #endif
3062|
3063| int
3064| main ()
3065| {
3066| return f != mempcpy;
3067|   ;
3068|   return 0;
3069| }
3070configure:7631: result: no
3071configure:7561: checking for munmap
3072configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
3073configure:7614: $? = 0
3074configure:7617: test -s conftest
3075configure:7620: $? = 0
3076configure:7631: result: yes
3077configure:7561: checking for putenv
3078configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
3079configure:7614: $? = 0
3080configure:7617: test -s conftest
3081configure:7620: $? = 0
3082configure:7631: result: yes
3083configure:7561: checking for setenv
3084configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
3085configure:7614: $? = 0
3086configure:7617: test -s conftest
3087configure:7620: $? = 0
3088configure:7631: result: yes
3089configure:7561: checking for setlocale
3090configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
3091configure:7614: $? = 0
3092configure:7617: test -s conftest
3093configure:7620: $? = 0
3094configure:7631: result: yes
3095configure:7561: checking for stpcpy
3096configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
3097configure:7629: warning: conflicting types for built-in function 'stpcpy'
3098configure:7614: $? = 0
3099configure:7617: test -s conftest
3100configure:7620: $? = 0
3101configure:7631: result: yes
3102configure:7561: checking for strcasecmp
3103configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
3104configure:7614: $? = 0
3105configure:7617: test -s conftest
3106configure:7620: $? = 0
3107configure:7631: result: yes
3108configure:7561: checking for strdup
3109configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
3110configure:7631: warning: conflicting types for built-in function 'strdup'
3111configure:7614: $? = 0
3112configure:7617: test -s conftest
3113configure:7620: $? = 0
3114configure:7631: result: yes
3115configure:7561: checking for strtoul
3116configure:7631: result: yes
3117configure:7561: checking for tsearch
3118configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
3119configure:7614: $? = 0
3120configure:7617: test -s conftest
3121configure:7620: $? = 0
3122configure:7631: result: yes
3123configure:7561: checking for __argz_count
3124configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
3125/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
3126___argz_count
3127collect2: ld returned 1 exit status
3128configure:7614: $? = 1
3129configure: failed program was:
3130| #line 7566 "configure"
3131| /* confdefs.h.  */
3132|
3133| #define PACKAGE_NAME "enscript"
3134| #define PACKAGE_TARNAME "enscript"
3135| #define PACKAGE_VERSION "1.6.4"
3136| #define PACKAGE_STRING "enscript 1.6.4"
3137| #define PACKAGE_BUGREPORT "mtr@iki.fi"
3138| #define PACKAGE "enscript"
3139| #define VERSION "1.6.4"
3140| #define const
3141| #define HAVE_ALLOCA_H 1
3142| #define HAVE_ALLOCA 1
3143| #define HAVE_STDARG_H 1
3144| #define HAVE_MATH_H 1
3145| #define HAVE_PWD_H 1
3146| #define HAVE_STRCHR 1
3147| #define HAVE_GETCWD 1
3148| #define HAVE_STRERROR 1
3149| #define HAVE_MEMMOVE 1
3150| #define HAVE_MEMCPY 1
3151| #define HAVE_STRTOUL 1
3152| #define HAVE_VPRINTF 1
3153| #define YYTEXT_POINTER 1
3154| #define inline
3155| #define off_t long
3156| #define size_t unsigned
3157| #define HAVE_GETPAGESIZE 1
3158| #define INTDIV0_RAISES_SIGFPE 0
3159| #define HAVE_UNSIGNED_LONG_LONG 1
3160| #define uintmax_t unsigned long long
3161| #define HAVE_LIMITS_H 1
3162| #define HAVE_LOCALE_H 1
3163| #define HAVE_NL_TYPES_H 1
3164| #define HAVE_STDDEF_H 1
3165| #define HAVE_SYS_PARAM_H 1
3166| #define HAVE_FEOF_UNLOCKED 1
3167| #define HAVE_GETC_UNLOCKED 1
3168| #define HAVE_GETCWD 1
3169| #define HAVE_GETEGID 1
3170| #define HAVE_GETEUID 1
3171| #define HAVE_GETGID 1
3172| #define HAVE_GETUID 1
3173| #define HAVE_MUNMAP 1
3174| #define HAVE_PUTENV 1
3175| #define HAVE_SETENV 1
3176| #define HAVE_SETLOCALE 1
3177| #define HAVE_STPCPY 1
3178| #define HAVE_STRCASECMP 1
3179| #define HAVE_STRDUP 1
3180| #define HAVE_STRTOUL 1
3181| #define HAVE_TSEARCH 1
3182| /* end confdefs.h.  */
3183| /* System header to define __stub macros and hopefully few prototypes,
3184|     which can conflict with char __argz_count (); below.
3185|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3186|     <limits.h> exists even on freestanding compilers.  */
3187| #ifdef __STDC__
3188| # include <limits.h>
3189| #else
3190| # include <assert.h>
3191| #endif
3192| /* Override any gcc2 internal prototype to avoid an error.  */
3193| #ifdef __cplusplus
3194| extern "C"
3195| {
3196| #endif
3197| /* We use char because int might match the return type of a gcc2
3198|    builtin and then its argument prototype would still apply.  */
3199| char __argz_count ();
3200| /* The GNU C library defines this for functions which it implements
3201|     to always fail with ENOSYS.  Some functions are actually named
3202|     something starting with __ and the normal name is an alias.  */
3203| #if defined (__stub___argz_count) || defined (__stub_____argz_count)
3204| choke me
3205| #else
3206| char (*f) () = __argz_count;
3207| #endif
3208| #ifdef __cplusplus
3209| }
3210| #endif
3211|
3212| int
3213| main ()
3214| {
3215| return f != __argz_count;
3216|   ;
3217|   return 0;
3218| }
3219configure:7631: result: no
3220configure:7561: checking for __argz_stringify
3221configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
3222/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
3223___argz_stringify
3224collect2: ld returned 1 exit status
3225configure:7614: $? = 1
3226configure: failed program was:
3227| #line 7566 "configure"
3228| /* confdefs.h.  */
3229|
3230| #define PACKAGE_NAME "enscript"
3231| #define PACKAGE_TARNAME "enscript"
3232| #define PACKAGE_VERSION "1.6.4"
3233| #define PACKAGE_STRING "enscript 1.6.4"
3234| #define PACKAGE_BUGREPORT "mtr@iki.fi"
3235| #define PACKAGE "enscript"
3236| #define VERSION "1.6.4"
3237| #define const
3238| #define HAVE_ALLOCA_H 1
3239| #define HAVE_ALLOCA 1
3240| #define HAVE_STDARG_H 1
3241| #define HAVE_MATH_H 1
3242| #define HAVE_PWD_H 1
3243| #define HAVE_STRCHR 1
3244| #define HAVE_GETCWD 1
3245| #define HAVE_STRERROR 1
3246| #define HAVE_MEMMOVE 1
3247| #define HAVE_MEMCPY 1
3248| #define HAVE_STRTOUL 1
3249| #define HAVE_VPRINTF 1
3250| #define YYTEXT_POINTER 1
3251| #define inline
3252| #define off_t long
3253| #define size_t unsigned
3254| #define HAVE_GETPAGESIZE 1
3255| #define INTDIV0_RAISES_SIGFPE 0
3256| #define HAVE_UNSIGNED_LONG_LONG 1
3257| #define uintmax_t unsigned long long
3258| #define HAVE_LIMITS_H 1
3259| #define HAVE_LOCALE_H 1
3260| #define HAVE_NL_TYPES_H 1
3261| #define HAVE_STDDEF_H 1
3262| #define HAVE_SYS_PARAM_H 1
3263| #define HAVE_FEOF_UNLOCKED 1
3264| #define HAVE_GETC_UNLOCKED 1
3265| #define HAVE_GETCWD 1
3266| #define HAVE_GETEGID 1
3267| #define HAVE_GETEUID 1
3268| #define HAVE_GETGID 1
3269| #define HAVE_GETUID 1
3270| #define HAVE_MUNMAP 1
3271| #define HAVE_PUTENV 1
3272| #define HAVE_SETENV 1
3273| #define HAVE_SETLOCALE 1
3274| #define HAVE_STPCPY 1
3275| #define HAVE_STRCASECMP 1
3276| #define HAVE_STRDUP 1
3277| #define HAVE_STRTOUL 1
3278| #define HAVE_TSEARCH 1
3279| /* end confdefs.h.  */
3280| /* System header to define __stub macros and hopefully few prototypes,
3281|     which can conflict with char __argz_stringify (); below.
3282|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3283|     <limits.h> exists even on freestanding compilers.  */
3284| #ifdef __STDC__
3285| # include <limits.h>
3286| #else
3287| # include <assert.h>
3288| #endif
3289| /* Override any gcc2 internal prototype to avoid an error.  */
3290| #ifdef __cplusplus
3291| extern "C"
3292| {
3293| #endif
3294| /* We use char because int might match the return type of a gcc2
3295|    builtin and then its argument prototype would still apply.  */
3296| char __argz_stringify ();
3297| /* The GNU C library defines this for functions which it implements
3298|     to always fail with ENOSYS.  Some functions are actually named
3299|     something starting with __ and the normal name is an alias.  */
3300| #if defined (__stub___argz_stringify) || defined (__stub_____argz_stringify)
3301| choke me
3302| #else
3303| char (*f) () = __argz_stringify;
3304| #endif
3305| #ifdef __cplusplus
3306| }
3307| #endif
3308|
3309| int
3310| main ()
3311| {
3312| return f != __argz_stringify;
3313|   ;
3314|   return 0;
3315| }
3316configure:7631: result: no
3317configure:7561: checking for __argz_next
3318configure:7611: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
3319/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
3320___argz_next
3321collect2: ld returned 1 exit status
3322configure:7614: $? = 1
3323configure: failed program was:
3324| #line 7566 "configure"
3325| /* confdefs.h.  */
3326|
3327| #define PACKAGE_NAME "enscript"
3328| #define PACKAGE_TARNAME "enscript"
3329| #define PACKAGE_VERSION "1.6.4"
3330| #define PACKAGE_STRING "enscript 1.6.4"
3331| #define PACKAGE_BUGREPORT "mtr@iki.fi"
3332| #define PACKAGE "enscript"
3333| #define VERSION "1.6.4"
3334| #define const
3335| #define HAVE_ALLOCA_H 1
3336| #define HAVE_ALLOCA 1
3337| #define HAVE_STDARG_H 1
3338| #define HAVE_MATH_H 1
3339| #define HAVE_PWD_H 1
3340| #define HAVE_STRCHR 1
3341| #define HAVE_GETCWD 1
3342| #define HAVE_STRERROR 1
3343| #define HAVE_MEMMOVE 1
3344| #define HAVE_MEMCPY 1
3345| #define HAVE_STRTOUL 1
3346| #define HAVE_VPRINTF 1
3347| #define YYTEXT_POINTER 1
3348| #define inline
3349| #define off_t long
3350| #define size_t unsigned
3351| #define HAVE_GETPAGESIZE 1
3352| #define INTDIV0_RAISES_SIGFPE 0
3353| #define HAVE_UNSIGNED_LONG_LONG 1
3354| #define uintmax_t unsigned long long
3355| #define HAVE_LIMITS_H 1
3356| #define HAVE_LOCALE_H 1
3357| #define HAVE_NL_TYPES_H 1
3358| #define HAVE_STDDEF_H 1
3359| #define HAVE_SYS_PARAM_H 1
3360| #define HAVE_FEOF_UNLOCKED 1
3361| #define HAVE_GETC_UNLOCKED 1
3362| #define HAVE_GETCWD 1
3363| #define HAVE_GETEGID 1
3364| #define HAVE_GETEUID 1
3365| #define HAVE_GETGID 1
3366| #define HAVE_GETUID 1
3367| #define HAVE_MUNMAP 1
3368| #define HAVE_PUTENV 1
3369| #define HAVE_SETENV 1
3370| #define HAVE_SETLOCALE 1
3371| #define HAVE_STPCPY 1
3372| #define HAVE_STRCASECMP 1
3373| #define HAVE_STRDUP 1
3374| #define HAVE_STRTOUL 1
3375| #define HAVE_TSEARCH 1
3376| /* end confdefs.h.  */
3377| /* System header to define __stub macros and hopefully few prototypes,
3378|     which can conflict with char __argz_next (); below.
3379|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3380|     <limits.h> exists even on freestanding compilers.  */
3381| #ifdef __STDC__
3382| # include <limits.h>
3383| #else
3384| # include <assert.h>
3385| #endif
3386| /* Override any gcc2 internal prototype to avoid an error.  */
3387| #ifdef __cplusplus
3388| extern "C"
3389| {
3390| #endif
3391| /* We use char because int might match the return type of a gcc2
3392|    builtin and then its argument prototype would still apply.  */
3393| char __argz_next ();
3394| /* The GNU C library defines this for functions which it implements
3395|     to always fail with ENOSYS.  Some functions are actually named
3396|     something starting with __ and the normal name is an alias.  */
3397| #if defined (__stub___argz_next) || defined (__stub_____argz_next)
3398| choke me
3399| #else
3400| char (*f) () = __argz_next;
3401| #endif
3402| #ifdef __cplusplus
3403| }
3404| #endif
3405|
3406| int
3407| main ()
3408| {
3409| return f != __argz_next;
3410|   ;
3411|   return 0;
3412| }
3413configure:7631: result: no
3414configure:7672: checking for iconv
3415configure:7700: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
3416In file included from /usr/include/sys/wait.h:110,
3417                 from /usr/include/stdlib.h:64,
3418                 from configure:7732:
3419/usr/include/sys/signal.h:166: error: two or more data types in declaration specifiers
3420In file included from /usr/include/sys/_endian.h:88,
3421                 from /usr/include/i386/endian.h:92,
3422                 from /usr/include/machine/endian.h:32,
3423                 from /usr/include/sys/wait.h:182,
3424                 from /usr/include/stdlib.h:64,
3425                 from configure:7732:
3426/usr/lib/gcc/i686-apple-darwin8/4.0.1/include/stdint.h:100: error: duplicate 'unsigned'
3427/usr/lib/gcc/i686-apple-darwin8/4.0.1/include/stdint.h:100: error: 'long long long' is too long for GCC
3428/usr/lib/gcc/i686-apple-darwin8/4.0.1/include/stdint.h:100: error: 'long long long' is too long for GCC
3429configure:7703: $? = 1
3430configure: failed program was:
3431| #line 7680 "configure"
3432| /* confdefs.h.  */
3433|
3434| #define PACKAGE_NAME "enscript"
3435| #define PACKAGE_TARNAME "enscript"
3436| #define PACKAGE_VERSION "1.6.4"
3437| #define PACKAGE_STRING "enscript 1.6.4"
3438| #define PACKAGE_BUGREPORT "mtr@iki.fi"
3439| #define PACKAGE "enscript"
3440| #define VERSION "1.6.4"
3441| #define const
3442| #define HAVE_ALLOCA_H 1
3443| #define HAVE_ALLOCA 1
3444| #define HAVE_STDARG_H 1
3445| #define HAVE_MATH_H 1
3446| #define HAVE_PWD_H 1
3447| #define HAVE_STRCHR 1
3448| #define HAVE_GETCWD 1
3449| #define HAVE_STRERROR 1
3450| #define HAVE_MEMMOVE 1
3451| #define HAVE_MEMCPY 1
3452| #define HAVE_STRTOUL 1
3453| #define HAVE_VPRINTF 1
3454| #define YYTEXT_POINTER 1
3455| #define inline
3456| #define off_t long
3457| #define size_t unsigned
3458| #define HAVE_GETPAGESIZE 1
3459| #define INTDIV0_RAISES_SIGFPE 0
3460| #define HAVE_UNSIGNED_LONG_LONG 1
3461| #define uintmax_t unsigned long long
3462| #define HAVE_LIMITS_H 1
3463| #define HAVE_LOCALE_H 1
3464| #define HAVE_NL_TYPES_H 1
3465| #define HAVE_STDDEF_H 1
3466| #define HAVE_SYS_PARAM_H 1
3467| #define HAVE_FEOF_UNLOCKED 1
3468| #define HAVE_GETC_UNLOCKED 1
3469| #define HAVE_GETCWD 1
3470| #define HAVE_GETEGID 1
3471| #define HAVE_GETEUID 1
3472| #define HAVE_GETGID 1
3473| #define HAVE_GETUID 1
3474| #define HAVE_MUNMAP 1
3475| #define HAVE_PUTENV 1
3476| #define HAVE_SETENV 1
3477| #define HAVE_SETLOCALE 1
3478| #define HAVE_STPCPY 1
3479| #define HAVE_STRCASECMP 1
3480| #define HAVE_STRDUP 1
3481| #define HAVE_STRTOUL 1
3482| #define HAVE_TSEARCH 1
3483| /* end confdefs.h.  */
3484| #include <stdlib.h>
3485| #include <iconv.h>
3486| int
3487| main ()
3488| {
3489| iconv_t cd = iconv_open("","");
3490|        iconv(cd,NULL,NULL,NULL,NULL);
3491|        iconv_close(cd);
3492|   ;
3493|   return 0;
3494| }
3495configure:7741: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  /opt/local/lib/libiconv.dylib >&5
3496In file included from /usr/include/sys/wait.h:110,
3497                 from /usr/include/stdlib.h:64,
3498                 from configure:7773:
3499/usr/include/sys/signal.h:166: error: two or more data types in declaration specifiers
3500In file included from /usr/include/sys/_endian.h:88,
3501                 from /usr/include/i386/endian.h:92,
3502                 from /usr/include/machine/endian.h:32,
3503                 from /usr/include/sys/wait.h:182,
3504                 from /usr/include/stdlib.h:64,
3505                 from configure:7773:
3506/usr/lib/gcc/i686-apple-darwin8/4.0.1/include/stdint.h:100: error: duplicate 'unsigned'
3507/usr/lib/gcc/i686-apple-darwin8/4.0.1/include/stdint.h:100: error: 'long long long' is too long for GCC
3508/usr/lib/gcc/i686-apple-darwin8/4.0.1/include/stdint.h:100: error: 'long long long' is too long for GCC
3509configure:7744: $? = 1
3510configure: failed program was:
3511| #line 7721 "configure"
3512| /* confdefs.h.  */
3513|
3514| #define PACKAGE_NAME "enscript"
3515| #define PACKAGE_TARNAME "enscript"
3516| #define PACKAGE_VERSION "1.6.4"
3517| #define PACKAGE_STRING "enscript 1.6.4"
3518| #define PACKAGE_BUGREPORT "mtr@iki.fi"
3519| #define PACKAGE "enscript"
3520| #define VERSION "1.6.4"
3521| #define const
3522| #define HAVE_ALLOCA_H 1
3523| #define HAVE_ALLOCA 1
3524| #define HAVE_STDARG_H 1
3525| #define HAVE_MATH_H 1
3526| #define HAVE_PWD_H 1
3527| #define HAVE_STRCHR 1
3528| #define HAVE_GETCWD 1
3529| #define HAVE_STRERROR 1
3530| #define HAVE_MEMMOVE 1
3531| #define HAVE_MEMCPY 1
3532| #define HAVE_STRTOUL 1
3533| #define HAVE_VPRINTF 1
3534| #define YYTEXT_POINTER 1
3535| #define inline
3536| #define off_t long
3537| #define size_t unsigned
3538| #define HAVE_GETPAGESIZE 1
3539| #define INTDIV0_RAISES_SIGFPE 0
3540| #define HAVE_UNSIGNED_LONG_LONG 1
3541| #define uintmax_t unsigned long long
3542| #define HAVE_LIMITS_H 1
3543| #define HAVE_LOCALE_H 1
3544| #define HAVE_NL_TYPES_H 1
3545| #define HAVE_STDDEF_H 1
3546| #define HAVE_SYS_PARAM_H 1
3547| #define HAVE_FEOF_UNLOCKED 1
3548| #define HAVE_GETC_UNLOCKED 1
3549| #define HAVE_GETCWD 1
3550| #define HAVE_GETEGID 1
3551| #define HAVE_GETEUID 1
3552| #define HAVE_GETGID 1
3553| #define HAVE_GETUID 1
3554| #define HAVE_MUNMAP 1
3555| #define HAVE_PUTENV 1
3556| #define HAVE_SETENV 1
3557| #define HAVE_SETLOCALE 1
3558| #define HAVE_STPCPY 1
3559| #define HAVE_STRCASECMP 1
3560| #define HAVE_STRDUP 1
3561| #define HAVE_STRTOUL 1
3562| #define HAVE_TSEARCH 1
3563| /* end confdefs.h.  */
3564| #include <stdlib.h>
3565| #include <iconv.h>
3566| int
3567| main ()
3568| {
3569| iconv_t cd = iconv_open("","");
3570|          iconv(cd,NULL,NULL,NULL,NULL);
3571|          iconv_close(cd);
3572|   ;
3573|   return 0;
3574| }
3575configure:7764: result: no, consider installing GNU libiconv
3576configure:7857: checking for nl_langinfo and CODESET
3577configure:7879: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
3578configure:7882: $? = 0
3579configure:7885: test -s conftest
3580configure:7888: $? = 0
3581configure:7900: result: yes
3582configure:7912: checking for LC_MESSAGES
3583configure:7934: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
3584configure:7937: $? = 0
3585configure:7940: test -s conftest
3586configure:7943: $? = 0
3587configure:7954: result: yes
3588configure:7970: checking for bison
3589configure:7986: found /usr/bin/bison
3590configure:7996: result: bison
3591configure:8009: checking version of bison
3592configure:8018: result: 1.28, ok
3593configure:8039: checking whether NLS is requested
3594configure:8048: result: yes
3595configure:8063: checking whether included gettext is requested
3596configure:8073: result: no
3597configure:8084: checking for GNU gettext in libc
3598configure:8109: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
3599/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
3600__nl_domain_bindings
3601__nl_msg_cat_cntr
3602_libintl_bindtextdomain
3603_libintl_gettext
3604collect2: ld returned 1 exit status
3605configure:8112: $? = 1
3606configure: failed program was:
3607| #line 8089 "configure"
3608| /* confdefs.h.  */
3609|
3610| #define PACKAGE_NAME "enscript"
3611| #define PACKAGE_TARNAME "enscript"
3612| #define PACKAGE_VERSION "1.6.4"
3613| #define PACKAGE_STRING "enscript 1.6.4"
3614| #define PACKAGE_BUGREPORT "mtr@iki.fi"
3615| #define PACKAGE "enscript"
3616| #define VERSION "1.6.4"
3617| #define const
3618| #define HAVE_ALLOCA_H 1
3619| #define HAVE_ALLOCA 1
3620| #define HAVE_STDARG_H 1
3621| #define HAVE_MATH_H 1
3622| #define HAVE_PWD_H 1
3623| #define HAVE_STRCHR 1
3624| #define HAVE_GETCWD 1
3625| #define HAVE_STRERROR 1
3626| #define HAVE_MEMMOVE 1
3627| #define HAVE_MEMCPY 1
3628| #define HAVE_STRTOUL 1
3629| #define HAVE_VPRINTF 1
3630| #define YYTEXT_POINTER 1
3631| #define inline
3632| #define off_t long
3633| #define size_t unsigned
3634| #define HAVE_GETPAGESIZE 1
3635| #define INTDIV0_RAISES_SIGFPE 0
3636| #define HAVE_UNSIGNED_LONG_LONG 1
3637| #define uintmax_t unsigned long long
3638| #define HAVE_LIMITS_H 1
3639| #define HAVE_LOCALE_H 1
3640| #define HAVE_NL_TYPES_H 1
3641| #define HAVE_STDDEF_H 1
3642| #define HAVE_SYS_PARAM_H 1
3643| #define HAVE_FEOF_UNLOCKED 1
3644| #define HAVE_GETC_UNLOCKED 1
3645| #define HAVE_GETCWD 1
3646| #define HAVE_GETEGID 1
3647| #define HAVE_GETEUID 1
3648| #define HAVE_GETGID 1
3649| #define HAVE_GETUID 1
3650| #define HAVE_MUNMAP 1
3651| #define HAVE_PUTENV 1
3652| #define HAVE_SETENV 1
3653| #define HAVE_SETLOCALE 1
3654| #define HAVE_STPCPY 1
3655| #define HAVE_STRCASECMP 1
3656| #define HAVE_STRDUP 1
3657| #define HAVE_STRTOUL 1
3658| #define HAVE_TSEARCH 1
3659| #define HAVE_LANGINFO_CODESET 1
3660| #define HAVE_LC_MESSAGES 1
3661| /* end confdefs.h.  */
3662| #include <libintl.h>
3663| extern int _nl_msg_cat_cntr;
3664| extern int *_nl_domain_bindings;
3665| int
3666| main ()
3667| {
3668| bindtextdomain ("", "");
3669| return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
3670|   ;
3671|   return 0;
3672| }
3673configure:8129: result: no
3674configure:8512: checking for GNU gettext in libintl
3675configure:8545: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include  -L/opt/local/lib conftest.c  /opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib -lc  >&5
3676configure:8548: $? = 0
3677configure:8551: test -s conftest
3678configure:8554: $? = 0
3679configure:8615: result: yes
3680configure:8666: checking how to link with libintl
3681configure:8668: result: /opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib -lc
3682configure:8757: checking for perl
3683configure:8775: found /opt/local/bin/perl
3684configure:8787: result: /opt/local/bin/perl
3685configure:8896: error: conditional "AMDEP" was never defined.
3686Usually this means the macro was only invoked conditionally.
3687
3688## ---------------- ##
3689## Cache variables. ##
3690## ---------------- ##
3691
3692ac_cv_build=i386-apple-darwin8.11.1
3693ac_cv_build_alias=i386-apple-darwin8.11.1
3694ac_cv_c_const=no
3695ac_cv_c_inline=no
3696ac_cv_env_CC_set=set
3697ac_cv_env_CC_value=/usr/bin/gcc-4.0
3698ac_cv_env_CFLAGS_set=set
3699ac_cv_env_CFLAGS_value=-O2
3700ac_cv_env_CPPFLAGS_set=set
3701ac_cv_env_CPPFLAGS_value=-I/opt/local/include
3702ac_cv_env_CPP_set=set
3703ac_cv_env_CPP_value=/usr/bin/cpp-4.0
3704ac_cv_env_LDFLAGS_set=set
3705ac_cv_env_LDFLAGS_value=-L/opt/local/lib
3706ac_cv_env_build_alias_set=
3707ac_cv_env_build_alias_value=
3708ac_cv_env_host_alias_set=
3709ac_cv_env_host_alias_value=
3710ac_cv_env_target_alias_set=
3711ac_cv_env_target_alias_value=
3712ac_cv_func___argz_count=no
3713ac_cv_func___argz_next=no
3714ac_cv_func___argz_stringify=no
3715ac_cv_func__doprnt=no
3716ac_cv_func_alloca_works=yes
3717ac_cv_func_feof_unlocked=yes
3718ac_cv_func_fgets_unlocked=no
3719ac_cv_func_getc_unlocked=yes
3720ac_cv_func_getcwd=yes
3721ac_cv_func_getegid=yes
3722ac_cv_func_geteuid=yes
3723ac_cv_func_getgid=yes
3724ac_cv_func_gethostname=yes
3725ac_cv_func_getpagesize=yes
3726ac_cv_func_getuid=yes
3727ac_cv_func_memcpy=yes
3728ac_cv_func_memmove=yes
3729ac_cv_func_mempcpy=no
3730ac_cv_func_mmap_fixed_mapped=no
3731ac_cv_func_munmap=yes
3732ac_cv_func_putenv=yes
3733ac_cv_func_setenv=yes
3734ac_cv_func_setlocale=yes
3735ac_cv_func_stpcpy=yes
3736ac_cv_func_strcasecmp=yes
3737ac_cv_func_strchr=yes
3738ac_cv_func_strdup=yes
3739ac_cv_func_strerror=yes
3740ac_cv_func_strtoul=yes
3741ac_cv_func_tsearch=yes
3742ac_cv_func_vprintf=yes
3743ac_cv_gnu_library_2_1=no
3744ac_cv_header_argz_h=no
3745ac_cv_header_inttypes_h=no
3746ac_cv_header_limits_h=yes
3747ac_cv_header_locale_h=yes
3748ac_cv_header_malloc_h=no
3749ac_cv_header_math_h=yes
3750ac_cv_header_memory_h=no
3751ac_cv_header_nl_types_h=yes
3752ac_cv_header_pwd_h=yes
3753ac_cv_header_stdarg_h=yes
3754ac_cv_header_stdc=no
3755ac_cv_header_stddef_h=yes
3756ac_cv_header_stdint_h=no
3757ac_cv_header_stdlib_h=no
3758ac_cv_header_string_h=no
3759ac_cv_header_strings_h=no
3760ac_cv_header_sys_param_h=yes
3761ac_cv_header_sys_stat_h=no
3762ac_cv_header_sys_types_h=no
3763ac_cv_header_unistd_h=no
3764ac_cv_host=i386-apple-darwin8.11.1
3765ac_cv_host_alias=i386-apple-darwin8.11.1
3766ac_cv_lib_cposix_strerror=no
3767ac_cv_lib_fl_yywrap=yes
3768ac_cv_lib_sun_main=no
3769ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt
3770ac_cv_path_MSGFMT=/opt/local/bin/msgfmt
3771ac_cv_path_MSGMERGE=/opt/local/bin/msgmerge
3772ac_cv_path_PERL=/opt/local/bin/perl
3773ac_cv_path_XGETTEXT=/opt/local/bin/xgettext
3774ac_cv_prog_AWK=gawk
3775ac_cv_prog_CPP=/usr/bin/cpp-4.0
3776ac_cv_prog_INTLBISON=bison
3777ac_cv_prog_LEX=flex
3778ac_cv_prog_SPOOLER=lpr
3779ac_cv_prog_YACC='bison -y'
3780ac_cv_prog_ac_ct_RANLIB=ranlib
3781ac_cv_prog_egrep='grep -E'
3782ac_cv_prog_lex_root=lex.yy
3783ac_cv_prog_lex_yytext_pointer=yes
3784ac_cv_prog_make_make_set=yes
3785ac_cv_type_off_t=no
3786ac_cv_type_size_t=no
3787ac_cv_type_unsigned_long_long=yes
3788ac_cv_value_media=Letter
3789ac_cv_working_alloca_h=yes
3790acl_cv_hardcode_direct=yes
3791acl_cv_hardcode_libdir_flag_spec=
3792acl_cv_hardcode_libdir_separator=
3793acl_cv_hardcode_minus_L=no
3794acl_cv_libext=a
3795acl_cv_path_LD=/usr/bin/ld
3796acl_cv_prog_gnu_ld=no
3797acl_cv_rpath=done
3798acl_cv_shlibext=dylib
3799acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
3800acl_cv_sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
3801acl_cv_wl=
3802am_cv_func_iconv='no, consider installing GNU libiconv'
3803am_cv_langinfo_codeset=yes
3804am_cv_lib_iconv=no
3805am_cv_prog_cc_stdc=no
3806am_cv_val_LC_MESSAGES=yes
3807gt_cv_func_gnugettext1_libc=no
3808gt_cv_func_gnugettext1_libintl=yes
3809gt_cv_header_inttypes_h=no
3810gt_cv_int_divbyzero_sigfpe=no
3811jm_ac_cv_header_inttypes_h=no
3812jm_ac_cv_header_stdint_h=no
3813nls_cv_force_use_gnu_gettext=no
3814nls_cv_header_intl=
3815nls_cv_header_libgt=
3816nls_cv_use_gnu_gettext=no
3817
3818## ----------------- ##
3819## Output variables. ##
3820## ----------------- ##
3821
3822ACLOCAL='${SHELL} /opt/local/var/macports/build/_Users_Shared_macports_dports_print_enscript/work/enscript-1.6.4/missing --run aclocal-1.7'
3823ALLOCA=''
3824AMDEPBACKSLASH=''
3825AMDEP_FALSE=''
3826AMDEP_TRUE=''
3827AMTAR='${SHELL} /opt/local/var/macports/build/_Users_Shared_macports_dports_print_enscript/work/enscript-1.6.4/missing --run tar'
3828ANSI2KNR='./ansi2knr'
3829AUTOCONF='${SHELL} /opt/local/var/macports/build/_Users_Shared_macports_dports_print_enscript/work/enscript-1.6.4/missing --run autoconf'
3830AUTOHEADER='${SHELL} /opt/local/var/macports/build/_Users_Shared_macports_dports_print_enscript/work/enscript-1.6.4/missing --run autoheader'
3831AUTOMAKE='${SHELL} /opt/local/var/macports/build/_Users_Shared_macports_dports_print_enscript/work/enscript-1.6.4/missing --run automake-1.7'
3832AWK='gawk'
3833BUILD_INCLUDED_LIBINTL='no'
3834CATOBJEXT='.gmo'
3835CC='/usr/bin/gcc-4.0'
3836CCDEPMODE='depmode=gcc3'
3837CFLAGS='-O2'
3838CPP='/usr/bin/cpp-4.0'
3839CPPFLAGS='-I/opt/local/include'
3840CYGPATH_W='echo'
3841DATADIRNAME='share'
3842DEFS='-DHAVE_CONFIG_H'
3843DEPDIR=''
3844ECHO_C=''
3845ECHO_N='-n'
3846ECHO_T=''
3847EGREP='grep -E'
3848EXEEXT=''
3849GENCAT='gencat'
3850GLIBC21='no'
3851GMSGFMT='/opt/local/bin/msgfmt'
3852INSTALL_DATA='${INSTALL} -m 644'
3853INSTALL_PROGRAM='${INSTALL}'
3854INSTALL_SCRIPT='${INSTALL}'
3855INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
3856INSTOBJEXT='.mo'
3857INTLBISON='bison'
3858INTLLIBS='/opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib -lc '
3859INTLOBJS=''
3860INTL_LIBTOOL_SUFFIX_PREFIX=''
3861LDFLAGS='-L/opt/local/lib'
3862LEX='flex'
3863LEXLIB='-lfl'
3864LEX_OUTPUT_ROOT='lex.yy'
3865LIBICONV=''
3866LIBINTL='/opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib -lc '
3867LIBOBJS=''
3868LIBS=''
3869LTLIBICONV=''
3870LTLIBINTL='-L/opt/local/lib -lintl -L/opt/local/lib -liconv -lc -R/opt/local/lib'
3871LTLIBOBJS=''
3872MAKEINFO='${SHELL} /opt/local/var/macports/build/_Users_Shared_macports_dports_print_enscript/work/enscript-1.6.4/missing --run makeinfo'
3873MEDIA='Letter'
3874MKINSTALLDIRS='./mkinstalldirs'
3875MSGFMT='/opt/local/bin/msgfmt'
3876MSGMERGE='/opt/local/bin/msgmerge'
3877OBJEXT=''
3878PACKAGE='enscript'
3879PACKAGE_BUGREPORT='mtr@iki.fi'
3880PACKAGE_NAME='enscript'
3881PACKAGE_STRING='enscript 1.6.4'
3882PACKAGE_TARNAME='enscript'
3883PACKAGE_VERSION='1.6.4'
3884PATH_SEPARATOR=':'
3885PERL='/opt/local/bin/perl'
3886POSUB='po'
3887PSLEVEL='2'
3888RANLIB='ranlib'
3889SET_MAKE=''
3890SHELL='/bin/sh'
3891SPOOLER='lpr'
3892STRIP=''
3893U='_'
3894USE_INCLUDED_LIBINTL='no'
3895USE_NLS='yes'
3896VERSION='1.6.4'
3897XGETTEXT='/opt/local/bin/xgettext'
3898YACC='bison -y'
3899ac_ct_CC=''
3900ac_ct_RANLIB='ranlib'
3901ac_ct_STRIP=''
3902am__fastdepCC_FALSE=''
3903am__fastdepCC_TRUE=''
3904am__include=''
3905am__quote=''
3906bindir='${exec_prefix}/bin'
3907build='i386-apple-darwin8.11.1'
3908build_alias=''
3909build_cpu='i386'
3910build_os='darwin8.11.1'
3911build_vendor='apple'
3912datadir='${prefix}/share'
3913exec_prefix='${prefix}'
3914host='i386-apple-darwin8.11.1'
3915host_alias=''
3916host_cpu='i386'
3917host_os='darwin8.11.1'
3918host_vendor='apple'
3919includedir='${prefix}/include'
3920infodir='/opt/local/share/info'
3921install_sh='/opt/local/var/macports/build/_Users_Shared_macports_dports_print_enscript/work/enscript-1.6.4/install-sh'
3922libdir='${exec_prefix}/lib'
3923libexecdir='${exec_prefix}/libexec'
3924localstatedir='${prefix}/var'
3925mandir='/opt/local/share/man'
3926oldincludedir='/usr/include'
3927prefix='/opt/local'
3928program_transform_name='s,x,x,'
3929sbindir='${exec_prefix}/sbin'
3930sharedstatedir='${prefix}/com'
3931sysconfdir='${prefix}/etc'
3932target_alias=''
3933
3934## ----------- ##
3935## confdefs.h. ##
3936## ----------- ##
3937
3938#define ENABLE_NLS 1
3939#define HAVE_ALLOCA 1
3940#define HAVE_ALLOCA_H 1
3941#define HAVE_DCGETTEXT 1
3942#define HAVE_FEOF_UNLOCKED 1
3943#define HAVE_GETCWD 1
3944#define HAVE_GETCWD 1
3945#define HAVE_GETC_UNLOCKED 1
3946#define HAVE_GETEGID 1
3947#define HAVE_GETEUID 1
3948#define HAVE_GETGID 1
3949#define HAVE_GETPAGESIZE 1
3950#define HAVE_GETTEXT 1
3951#define HAVE_GETUID 1
3952#define HAVE_LANGINFO_CODESET 1
3953#define HAVE_LC_MESSAGES 1
3954#define HAVE_LIMITS_H 1
3955#define HAVE_LOCALE_H 1
3956#define HAVE_MATH_H 1
3957#define HAVE_MEMCPY 1
3958#define HAVE_MEMMOVE 1
3959#define HAVE_MUNMAP 1
3960#define HAVE_NL_TYPES_H 1
3961#define HAVE_PUTENV 1
3962#define HAVE_PWD_H 1
3963#define HAVE_SETENV 1
3964#define HAVE_SETLOCALE 1
3965#define HAVE_STDARG_H 1
3966#define HAVE_STDDEF_H 1
3967#define HAVE_STPCPY 1
3968#define HAVE_STRCASECMP 1
3969#define HAVE_STRCHR 1
3970#define HAVE_STRDUP 1
3971#define HAVE_STRERROR 1
3972#define HAVE_STRTOUL 1
3973#define HAVE_STRTOUL 1
3974#define HAVE_SYS_PARAM_H 1
3975#define HAVE_TSEARCH 1
3976#define HAVE_UNSIGNED_LONG_LONG 1
3977#define HAVE_VPRINTF 1
3978#define INTDIV0_RAISES_SIGFPE 0
3979#define PACKAGE "enscript"
3980#define PACKAGE_BUGREPORT "mtr@iki.fi"
3981#define PACKAGE_NAME "enscript"
3982#define PACKAGE_STRING "enscript 1.6.4"
3983#define PACKAGE_TARNAME "enscript"
3984#define PACKAGE_VERSION "1.6.4"
3985#define PATH_SEPARATOR ':'
3986#define PATH_SEPARATOR_STR ":"
3987#define VERSION "1.6.4"
3988#define YYTEXT_POINTER 1
3989#define const
3990#define inline
3991#define off_t long
3992#define size_t unsigned
3993#define uintmax_t unsigned long long
3994
3995configure: exit 1