This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by enscript configure 1.6.4, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --with-media=A4 --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = hp02 uname -m = i686 uname -r = 3.15.3-1.i386 uname -s = Linux uname -v = #2 SMP Tue Jul 1 11:51:10 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1344: checking for a BSD-compatible install configure:1398: result: /bin/install -c configure:1409: checking whether build environment is sane configure:1452: result: yes configure:1485: checking for gawk configure:1501: found /bin/gawk configure:1511: result: gawk configure:1521: checking whether make sets $(MAKE) configure:1541: result: yes configure:1713: checking for a BSD-compatible install configure:1767: result: /bin/install -c configure:1805: checking for i686-uhu-linux-gcc configure:1821: found /usr/bin/i686-uhu-linux-gcc configure:1831: result: i686-uhu-linux-gcc configure:2113: checking for C compiler version configure:2116: i686-uhu-linux-gcc --version &5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2119: $? = 0 configure:2121: i686-uhu-linux-gcc -v &5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:2124: $? = 0 configure:2126: i686-uhu-linux-gcc -V &5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:2129: $? = 1 configure:2153: checking for C compiler default output configure:2156: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2159: $? = 0 configure:2205: result: a.out configure:2210: checking whether the C compiler works configure:2216: ./a.out configure:2219: $? = 0 configure:2236: result: yes configure:2243: checking whether we are cross compiling configure:2245: result: no configure:2248: checking for suffix of executables configure:2250: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2253: $? = 0 configure:2278: result: configure:2284: checking for suffix of object files configure:2306: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2309: $? = 0 configure:2331: result: o configure:2335: checking whether we are using the GNU C compiler configure:2360: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2363: $? = 0 configure:2366: test -s conftest.o configure:2369: $? = 0 configure:2382: result: yes configure:2388: checking whether i686-uhu-linux-gcc accepts -g configure:2410: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:2413: $? = 0 configure:2416: test -s conftest.o configure:2419: $? = 0 configure:2430: result: yes configure:2447: checking for i686-uhu-linux-gcc option to accept ANSI C configure:2508: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2511: $? = 0 configure:2514: test -s conftest.o configure:2517: $? = 0 configure:2535: result: none needed configure:2553: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:2:3: error: unknown type name 'choke' choke me ^ conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input configure:2556: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2684: checking for style of include used by make configure:2712: result: GNU configure:2740: checking dependency style of i686-uhu-linux-gcc configure:2802: result: gcc3 configure:2823: checking for strerror in -lcposix configure:2854: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lcposix >&5 /usr/bin/ld: cannot find -lcposix collect2: error: ld returned 1 exit status configure:2857: $? = 1 configure: failed program was: | #line 2830 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "enscript" | #define PACKAGE_TARNAME "enscript" | #define PACKAGE_VERSION "1.6.4" | #define PACKAGE_STRING "enscript 1.6.4" | #define PACKAGE_BUGREPORT "mtr@iki.fi" | #define PACKAGE "enscript" | #define VERSION "1.6.4" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char strerror (); | int | main () | { | strerror (); | ; | return 0; | } configure:2875: result: no configure:2886: checking for i686-uhu-linux-gcc option to accept ANSI C configure:2950: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2953: $? = 0 configure:2956: test -s conftest.o configure:2959: $? = 0 configure:2974: result: none needed configure:2990: checking how to run the C preprocessor configure:3026: i686-uhu-linux-gcc -E conftest.c configure:3032: $? = 0 configure:3064: i686-uhu-linux-gcc -E conftest.c configure:3065:28: fatal error: ac_nonexistent.h: No such file or directory (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ^ compilation terminated. configure:3070: $? = 1 configure: failed program was: | #line 3055 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "enscript" | #define PACKAGE_TARNAME "enscript" | #define PACKAGE_VERSION "1.6.4" | #define PACKAGE_STRING "enscript 1.6.4" | #define PACKAGE_BUGREPORT "mtr@iki.fi" | #define PACKAGE "enscript" | #define VERSION "1.6.4" | /* end confdefs.h. */ | #include configure:3108: result: i686-uhu-linux-gcc -E configure:3133: i686-uhu-linux-gcc -E conftest.c configure:3139: $? = 0 configure:3171: i686-uhu-linux-gcc -E conftest.c configure:3172:28: fatal error: ac_nonexistent.h: No such file or directory (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ^ compilation terminated. configure:3177: $? = 1 configure: failed program was: | #line 3162 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "enscript" | #define PACKAGE_TARNAME "enscript" | #define PACKAGE_VERSION "1.6.4" | #define PACKAGE_STRING "enscript 1.6.4" | #define PACKAGE_BUGREPORT "mtr@iki.fi" | #define PACKAGE "enscript" | #define VERSION "1.6.4" | /* end confdefs.h. */ | #include configure:3220: checking for egrep configure:3230: result: grep -E configure:3249: checking for sys/types.h configure:3266: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3269: $? = 0 configure:3272: test -s conftest.o configure:3275: $? = 0 configure:3286: result: yes configure:3249: checking for sys/stat.h configure:3266: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3269: $? = 0 configure:3272: test -s conftest.o configure:3275: $? = 0 configure:3286: result: yes configure:3249: checking for stdlib.h configure:3266: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3269: $? = 0 configure:3272: test -s conftest.o configure:3275: $? = 0 configure:3286: result: yes configure:3249: checking for string.h configure:3266: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3269: $? = 0 configure:3272: test -s conftest.o configure:3275: $? = 0 configure:3286: result: yes configure:3249: checking for memory.h configure:3266: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3269: $? = 0 configure:3272: test -s conftest.o configure:3275: $? = 0 configure:3286: result: yes configure:3249: checking for strings.h configure:3266: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3269: $? = 0 configure:3272: test -s conftest.o configure:3275: $? = 0 configure:3286: result: yes configure:3249: checking for inttypes.h configure:3266: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3269: $? = 0 configure:3272: test -s conftest.o configure:3275: $? = 0 configure:3286: result: yes configure:3249: checking for stdint.h configure:3266: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3269: $? = 0 configure:3272: test -s conftest.o configure:3275: $? = 0 configure:3286: result: yes configure:3249: checking for unistd.h configure:3266: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3269: $? = 0 configure:3272: test -s conftest.o configure:3275: $? = 0 configure:3286: result: yes configure:3300: checking for function prototypes configure:3303: result: yes configure:3317: checking for ANSI C header files configure:3343: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3346: $? = 0 configure:3349: test -s conftest.o configure:3352: $? = 0 configure:3444: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure: In function 'main': configure:3449:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 ^ configure:3447: $? = 0 configure:3449: ./conftest configure:3452: $? = 0 configure:3467: result: yes configure:3482: checking for string.h configure:3487: result: yes configure:3621: checking for an ANSI C-conforming const configure:3689: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3692: $? = 0 configure:3695: test -s conftest.o configure:3698: $? = 0 configure:3709: result: yes configure:3721: checking for working alloca.h configure:3743: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3746: $? = 0 configure:3749: test -s conftest configure:3752: $? = 0 configure:3763: result: yes configure:3773: checking for alloca configure:3815: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3818: $? = 0 configure:3821: test -s conftest configure:3824: $? = 0 configure:3835: result: yes configure:4043: checking for ANSI C header files configure:4193: result: yes configure:4213: checking for string.h configure:4218: result: yes configure:4213: checking for stdlib.h configure:4218: result: yes configure:4213: checking for unistd.h configure:4218: result: yes configure:4222: checking stdarg.h usability configure:4235: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4238: $? = 0 configure:4241: test -s conftest.o configure:4244: $? = 0 configure:4254: result: yes configure:4258: checking stdarg.h presence configure:4269: i686-uhu-linux-gcc -E conftest.c configure:4275: $? = 0 configure:4294: result: yes configure:4330: checking for stdarg.h configure:4337: result: yes configure:4222: checking math.h usability configure:4235: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4238: $? = 0 configure:4241: test -s conftest.o configure:4244: $? = 0 configure:4254: result: yes configure:4258: checking math.h presence configure:4269: i686-uhu-linux-gcc -E conftest.c configure:4275: $? = 0 configure:4294: result: yes configure:4330: checking for math.h configure:4337: result: yes configure:4222: checking pwd.h usability configure:4235: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4238: $? = 0 configure:4241: test -s conftest.o configure:4244: $? = 0 configure:4254: result: yes configure:4258: checking pwd.h presence configure:4269: i686-uhu-linux-gcc -E conftest.c configure:4275: $? = 0 configure:4294: result: yes configure:4330: checking for pwd.h configure:4337: result: yes configure:4356: checking for sys/types.h configure:4361: result: yes configure:4356: checking for sys/stat.h configure:4361: result: yes configure:4499: checking for strchr configure:4549: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4553:6: warning: conflicting types for built-in function 'strchr' [enabled by default] (exit $ac_status); } && ^ configure:4552: $? = 0 configure:4555: test -s conftest configure:4558: $? = 0 configure:4569: result: yes configure:4499: checking for getcwd configure:4549: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4552: $? = 0 configure:4555: test -s conftest configure:4558: $? = 0 configure:4569: result: yes configure:4586: checking for strerror configure:4636: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4639: $? = 0 configure:4642: test -s conftest configure:4645: $? = 0 configure:4656: result: yes configure:4586: checking for memmove configure:4636: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4643:6: warning: conflicting types for built-in function 'memmove' [enabled by default] (eval $ac_try) 2>&5 ^ configure:4639: $? = 0 configure:4642: test -s conftest configure:4645: $? = 0 configure:4656: result: yes configure:4586: checking for memcpy configure:4636: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4644:6: warning: conflicting types for built-in function 'memcpy' [enabled by default] ac_status=$? ^ configure:4639: $? = 0 configure:4642: test -s conftest configure:4645: $? = 0 configure:4656: result: yes configure:4586: checking for strtoul configure:4636: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4639: $? = 0 configure:4642: test -s conftest configure:4645: $? = 0 configure:4656: result: yes configure:4673: checking for vprintf configure:4723: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4733:6: warning: conflicting types for built-in function 'vprintf' [enabled by default] (exit $ac_status); }; }; then ^ configure:4726: $? = 0 configure:4729: test -s conftest configure:4732: $? = 0 configure:4743: result: yes configure:4750: checking for _doprnt configure:4800: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/cc4odr4x.o:(.data+0x0): undefined reference to `_doprnt' /tmp/cc4odr4x.o: In function `main': conftest.c:(.text.startup+0x8): undefined reference to `_doprnt' collect2: error: ld returned 1 exit status configure:4803: $? = 1 configure: failed program was: | #line 4755 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "enscript" | #define PACKAGE_TARNAME "enscript" | #define PACKAGE_VERSION "1.6.4" | #define PACKAGE_STRING "enscript 1.6.4" | #define PACKAGE_BUGREPORT "mtr@iki.fi" | #define PACKAGE "enscript" | #define VERSION "1.6.4" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define PROTOTYPES 1 | #define STDC_HEADERS 1 | #define HAVE_STRING_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define STDC_HEADERS 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRCHR 1 | #define HAVE_GETCWD 1 | #define HAVE_STRERROR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMCPY 1 | #define HAVE_STRTOUL 1 | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _doprnt (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub__doprnt) || defined (__stub____doprnt) | choke me | #else | char (*f) () = _doprnt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _doprnt; | ; | return 0; | } configure:4820: result: no configure:4836: checking for main in -lsun configure:4861: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lsun >&5 /usr/bin/ld: cannot find -lsun collect2: error: ld returned 1 exit status configure:4864: $? = 1 configure: failed program was: | #line 4843 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "enscript" | #define PACKAGE_TARNAME "enscript" | #define PACKAGE_VERSION "1.6.4" | #define PACKAGE_STRING "enscript 1.6.4" | #define PACKAGE_BUGREPORT "mtr@iki.fi" | #define PACKAGE "enscript" | #define VERSION "1.6.4" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define PROTOTYPES 1 | #define STDC_HEADERS 1 | #define HAVE_STRING_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define STDC_HEADERS 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRCHR 1 | #define HAVE_GETCWD 1 | #define HAVE_STRERROR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMCPY 1 | #define HAVE_STRTOUL 1 | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:4882: result: no configure:4894: checking for gethostname configure:4944: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4947: $? = 0 configure:4950: test -s conftest configure:4953: $? = 0 configure:4964: result: yes configure:5102: checking for i686-uhu-linux-ranlib configure:5131: result: no configure:5140: checking for ranlib configure:5156: found /usr/bin/ranlib configure:5167: result: ranlib configure:5183: checking for bison configure:5199: found /usr/bin/bison configure:5209: result: bison -y configure:5224: checking for flex configure:5240: found /usr/bin/flex configure:5250: result: flex configure:5263: checking for yywrap in -lfl configure:5294: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lfl >&5 configure:5297: $? = 0 configure:5300: test -s conftest configure:5303: $? = 0 configure:5315: result: yes configure:5383: checking lex output file root configure:5394: flex conftest.l configure:5397: $? = 0 configure:5409: result: lex.yy configure:5414: checking whether yytext is a pointer configure:5430: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lfl >&5 configure:5433: $? = 0 configure:5436: test -s conftest configure:5439: $? = 0 configure:5452: result: yes configure:5502: checking for lpr configure:5531: result: no configure:5537: checking for lp configure:5566: result: no configure:5613: checking for msgfmt configure:5641: result: /usr/bin/msgfmt configure:5650: checking for gmsgfmt configure:5681: result: /usr/bin/msgfmt configure:5691: checking for xgettext configure:5719: result: /usr/bin/xgettext configure:5730: checking for msgmerge configure:5757: result: /usr/bin/msgmerge configure:5798: checking build system type configure:5816: result: i686-uhu-linux-gnu configure:5824: checking host system type configure:5838: result: i686-uhu-linux-gnu configure:5846: checking for inline configure:5868: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5871: $? = 0 configure:5874: test -s conftest.o configure:5877: $? = 0 configure:5889: result: inline configure:5904: checking for off_t configure:5929: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5932: $? = 0 configure:5935: test -s conftest.o configure:5938: $? = 0 configure:5949: result: yes configure:5961: checking for size_t configure:5986: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5989: $? = 0 configure:5992: test -s conftest.o configure:5995: $? = 0 configure:6006: result: yes configure:6024: checking for stdlib.h configure:6029: result: yes configure:6024: checking for unistd.h configure:6029: result: yes configure:6165: checking for getpagesize configure:6215: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6218: $? = 0 configure:6221: test -s conftest configure:6224: $? = 0 configure:6235: result: yes configure:6245: checking for working mmap configure:6388: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6391: $? = 0 configure:6393: ./conftest configure:6396: $? = 0 configure:6410: result: yes configure:6422: checking whether we are using the GNU C Library 2.1 or newer configure:6454: result: yes configure:6462: checking whether integer division by zero raises SIGFPE configure:6525: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6542:5: warning: built-in function 'nan' declared as non-function [enabled by default] gt_cv_int_divbyzero_sigfpe=no ^ configure:6528: $? = 0 configure:6530: ./conftest configure:6533: $? = 0 configure:6548: result: yes configure:6561: checking for inttypes.h configure:6584: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6587: $? = 0 configure:6590: test -s conftest.o configure:6593: $? = 0 configure:6604: result: yes configure:6615: checking for stdint.h configure:6638: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6641: $? = 0 configure:6644: test -s conftest.o configure:6647: $? = 0 configure:6658: result: yes configure:6669: checking for unsigned long long configure:6692: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6695: $? = 0 configure:6698: test -s conftest configure:6701: $? = 0 configure:6712: result: yes configure:6738: checking for inttypes.h configure:6762: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6765: $? = 0 configure:6768: test -s conftest.o configure:6771: $? = 0 configure:6783: result: yes configure:6796: checking whether the inttypes.h PRIxNN macros are broken configure:6823: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6826: $? = 0 configure:6829: test -s conftest.o configure:6832: $? = 0 configure:6844: result: no configure:6882: checking for ld used by GCC configure:6945: result: /usr/bin/ld configure:6954: checking if the linker (/usr/bin/ld) is GNU ld GNU ld (GNU Binutils) 2.23.2 configure:6966: result: yes configure:6972: checking for shared library run path origin configure:6985: result: done configure:7413: checking argz.h usability configure:7426: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7429: $? = 0 configure:7432: test -s conftest.o configure:7435: $? = 0 configure:7445: result: yes configure:7449: checking argz.h presence configure:7460: i686-uhu-linux-gcc -E conftest.c configure:7466: $? = 0 configure:7485: result: yes configure:7521: checking for argz.h configure:7528: result: yes configure:7413: checking limits.h usability configure:7426: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7429: $? = 0 configure:7432: test -s conftest.o configure:7435: $? = 0 configure:7445: result: yes configure:7449: checking limits.h presence configure:7460: i686-uhu-linux-gcc -E conftest.c configure:7466: $? = 0 configure:7485: result: yes configure:7521: checking for limits.h configure:7528: result: yes configure:7413: checking locale.h usability configure:7426: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7429: $? = 0 configure:7432: test -s conftest.o configure:7435: $? = 0 configure:7445: result: yes configure:7449: checking locale.h presence configure:7460: i686-uhu-linux-gcc -E conftest.c configure:7466: $? = 0 configure:7485: result: yes configure:7521: checking for locale.h configure:7528: result: yes configure:7413: checking nl_types.h usability configure:7426: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7429: $? = 0 configure:7432: test -s conftest.o configure:7435: $? = 0 configure:7445: result: yes configure:7449: checking nl_types.h presence configure:7460: i686-uhu-linux-gcc -E conftest.c configure:7466: $? = 0 configure:7485: result: yes configure:7521: checking for nl_types.h configure:7528: result: yes configure:7413: checking malloc.h usability configure:7426: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7429: $? = 0 configure:7432: test -s conftest.o configure:7435: $? = 0 configure:7445: result: yes configure:7449: checking malloc.h presence configure:7460: i686-uhu-linux-gcc -E conftest.c configure:7466: $? = 0 configure:7485: result: yes configure:7521: checking for malloc.h configure:7528: result: yes configure:7413: checking stddef.h usability configure:7426: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7429: $? = 0 configure:7432: test -s conftest.o configure:7435: $? = 0 configure:7445: result: yes configure:7449: checking stddef.h presence configure:7460: i686-uhu-linux-gcc -E conftest.c configure:7466: $? = 0 configure:7485: result: yes configure:7521: checking for stddef.h configure:7528: result: yes configure:7404: checking for stdlib.h configure:7409: result: yes configure:7404: checking for string.h configure:7409: result: yes configure:7404: checking for unistd.h configure:7409: result: yes configure:7413: checking sys/param.h usability configure:7426: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7429: $? = 0 configure:7432: test -s conftest.o configure:7435: $? = 0 configure:7445: result: yes configure:7449: checking sys/param.h presence configure:7460: i686-uhu-linux-gcc -E conftest.c configure:7466: $? = 0 configure:7485: result: yes configure:7521: checking for sys/param.h configure:7528: result: yes configure:7567: checking for feof_unlocked configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7567: checking for fgets_unlocked configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7567: checking for getc_unlocked configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7567: checking for getcwd configure:7637: result: yes configure:7567: checking for getegid configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7567: checking for geteuid configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7567: checking for getgid configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7567: checking for getuid configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7567: checking for mempcpy configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7656:6: warning: conflicting types for built-in function 'mempcpy' [enabled by default] haveit= ^ configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7567: checking for munmap configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7567: checking for putenv configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7567: checking for setenv configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7567: checking for setlocale configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7567: checking for stpcpy configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7661:6: warning: conflicting types for built-in function 'stpcpy' [enabled by default] acl_save_exec_prefix="$exec_prefix" ^ configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7567: checking for strcasecmp configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7662:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] exec_prefix="$acl_final_exec_prefix" ^ configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7567: checking for strdup configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7663:6: warning: conflicting types for built-in function 'strdup' [enabled by default] eval x=\"$x\" ^ configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7567: checking for strtoul configure:7637: result: yes configure:7567: checking for tsearch configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7567: checking for __argz_count configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7567: checking for __argz_stringify configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7567: checking for __argz_next configure:7617: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7620: $? = 0 configure:7623: test -s conftest configure:7626: $? = 0 configure:7637: result: yes configure:7678: checking for iconv configure:7706: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7709: $? = 0 configure:7712: test -s conftest configure:7715: $? = 0 configure:7770: result: yes configure:7793: checking for iconv declaration configure:7828: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7831: $? = 0 configure:7834: test -s conftest.o configure:7837: $? = 0 configure:7852: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:7863: checking for nl_langinfo and CODESET configure:7885: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7888: $? = 0 configure:7891: test -s conftest configure:7894: $? = 0 configure:7906: result: yes configure:7918: checking for LC_MESSAGES configure:7940: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7943: $? = 0 configure:7946: test -s conftest configure:7949: $? = 0 configure:7960: result: yes configure:7976: checking for bison configure:7992: found /usr/bin/bison configure:8002: result: bison configure:8015: checking version of bison configure:8024: result: 3.0.2, ok configure:8045: checking whether NLS is requested configure:8054: result: yes configure:8069: checking whether included gettext is requested configure:8079: result: no configure:8090: checking for GNU gettext in libc configure:8115: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8118: $? = 0 configure:8121: test -s conftest configure:8124: $? = 0 configure:8135: result: yes configure:8763: checking for perl configure:8781: found /usr/bin/perl configure:8793: result: /usr/bin/perl configure:8918: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by enscript config.status 1.6.4, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp02 config.status:720: creating Makefile config.status:720: creating po/Makefile.in config.status:720: creating m4/Makefile config.status:720: creating intl/Makefile config.status:720: creating po/Makefile config.status:720: creating compat/Makefile config.status:720: creating afm/Makefile config.status:720: creating afmlib/Makefile config.status:720: creating src/Makefile config.status:720: creating src/tests/Makefile config.status:720: creating lib/Makefile config.status:720: creating scripts/Makefile config.status:720: creating states/Makefile config.status:720: creating states/hl/Makefile config.status:720: creating states/tests/Makefile config.status:720: creating docs/Makefile config.status:720: creating w32/Makefile config.status:824: creating config.h config.status:1218: executing depfiles commands config.status:1218: executing default-1 commands config.status:1218: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_build_alias=i686-uhu-linux ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func___argz_count=yes ac_cv_func___argz_next=yes ac_cv_func___argz_stringify=yes ac_cv_func__doprnt=no ac_cv_func_alloca_works=yes ac_cv_func_feof_unlocked=yes ac_cv_func_fgets_unlocked=yes ac_cv_func_getc_unlocked=yes ac_cv_func_getcwd=yes ac_cv_func_getegid=yes ac_cv_func_geteuid=yes ac_cv_func_getgid=yes ac_cv_func_gethostname=yes ac_cv_func_getpagesize=yes ac_cv_func_getuid=yes ac_cv_func_memcpy=yes ac_cv_func_memmove=yes ac_cv_func_mempcpy=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_munmap=yes ac_cv_func_putenv=yes ac_cv_func_setenv=yes ac_cv_func_setlocale=yes ac_cv_func_stpcpy=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strtoul=yes ac_cv_func_tsearch=yes ac_cv_func_vprintf=yes ac_cv_gnu_library_2_1=yes ac_cv_header_argz_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_malloc_h=yes ac_cv_header_math_h=yes ac_cv_header_memory_h=yes ac_cv_header_nl_types_h=yes ac_cv_header_pwd_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-uhu-linux-gnu ac_cv_host_alias=i686-uhu-linux ac_cv_lib_cposix_strerror=no ac_cv_lib_fl_yywrap=yes ac_cv_lib_sun_main=no ac_cv_objext=o ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_PERL=/usr/bin/perl ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_install='/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -E' ac_cv_prog_INTLBISON=bison ac_cv_prog_LEX=flex ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_egrep='grep -E' ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes ac_cv_prog_make_make_set=yes ac_cv_type_off_t=yes ac_cv_type_size_t=yes ac_cv_type_unsigned_long_long=yes ac_cv_value_media=A4 ac_cv_working_alloca_h=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_path_LD=/usr/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib' acl_cv_sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=gcc3 am_cv_func_iconv=yes am_cv_langinfo_codeset=yes am_cv_lib_iconv=no am_cv_prog_cc_stdc= am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' am_cv_proto_iconv_arg1= am_cv_val_LC_MESSAGES=yes gt_cv_func_gnugettext1_libc=yes gt_cv_header_inttypes_h=yes gt_cv_int_divbyzero_sigfpe=yes gt_cv_inttypes_pri_broken=no jm_ac_cv_header_inttypes_h=yes jm_ac_cv_header_stdint_h=yes nls_cv_force_use_gnu_gettext=no nls_cv_header_intl= nls_cv_header_libgt= nls_cv_use_gnu_gettext=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/missing --run aclocal-1.7' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /var/uhubuild/work/compile/missing --run tar' ANSI2KNR='' AUTOCONF='${SHELL} /var/uhubuild/work/compile/missing --run autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/missing --run autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/missing --run automake-1.7' AWK='gawk' BUILD_INCLUDED_LIBINTL='no' CATOBJEXT='.gmo' CC='i686-uhu-linux-gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic ' CPP='i686-uhu-linux-gcc -E' CPPFLAGS='' CYGPATH_W='echo' DATADIRNAME='share' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' GENCAT='gencat' GLIBC21='yes' GMSGFMT='/usr/bin/msgfmt' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' INSTOBJEXT='.mo' INTLBISON='bison' INTLLIBS='' INTLOBJS='' INTL_LIBTOOL_SUFFIX_PREFIX='' LDFLAGS='' LEX='flex' LEXLIB='-lfl' LEX_OUTPUT_ROOT='lex.yy' LIBICONV='' LIBINTL='' LIBOBJS='' LIBS='' LTLIBICONV='' LTLIBINTL='' LTLIBOBJS='' MAKEINFO='${SHELL} /var/uhubuild/work/compile/missing --run makeinfo' MEDIA='A4' MKINSTALLDIRS='./mkinstalldirs' MSGFMT='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' OBJEXT='o' PACKAGE='enscript' PACKAGE_BUGREPORT='mtr@iki.fi' PACKAGE_NAME='enscript' PACKAGE_STRING='enscript 1.6.4' PACKAGE_TARNAME='enscript' PACKAGE_VERSION='1.6.4' PATH_SEPARATOR=':' PERL='/usr/bin/perl' POSUB='po' PSLEVEL='2' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' SPOOLER='lpr' STRIP='' U='' USE_INCLUDED_LIBINTL='no' USE_NLS='yes' VERSION='1.6.4' XGETTEXT='/usr/bin/xgettext' YACC='bison -y' ac_ct_CC='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__quote='' bindir='${exec_prefix}/bin' build='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' datadir='${prefix}/share' exec_prefix='${prefix}' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='/var/uhubuild/work/compile/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/var' mandir='/usr/share/man' oldincludedir='/usr/include' prefix='/usr' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define ENABLE_NLS 1 #define HAVE_ALLOCA 1 #define HAVE_ALLOCA_H 1 #define HAVE_ARGZ_H 1 #define HAVE_DCGETTEXT 1 #define HAVE_FEOF_UNLOCKED 1 #define HAVE_FGETS_UNLOCKED 1 #define HAVE_GETCWD 1 #define HAVE_GETCWD 1 #define HAVE_GETC_UNLOCKED 1 #define HAVE_GETEGID 1 #define HAVE_GETEUID 1 #define HAVE_GETGID 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETTEXT 1 #define HAVE_GETUID 1 #define HAVE_ICONV 1 #define HAVE_INTTYPES_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_INTTYPES_H_WITH_UINTMAX 1 #define HAVE_LANGINFO_CODESET 1 #define HAVE_LC_MESSAGES 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_MALLOC_H 1 #define HAVE_MATH_H 1 #define HAVE_MEMCPY 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMORY_H 1 #define HAVE_MEMPCPY 1 #define HAVE_MMAP 1 #define HAVE_MUNMAP 1 #define HAVE_NL_TYPES_H 1 #define HAVE_PUTENV 1 #define HAVE_PWD_H 1 #define HAVE_SETENV 1 #define HAVE_SETLOCALE 1 #define HAVE_STDARG_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDINT_H_WITH_UINTMAX 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STPCPY 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRTOUL 1 #define HAVE_STRTOUL 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_TSEARCH 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNSIGNED_LONG_LONG 1 #define HAVE_VPRINTF 1 #define HAVE___ARGZ_COUNT 1 #define HAVE___ARGZ_NEXT 1 #define HAVE___ARGZ_STRINGIFY 1 #define ICONV_CONST #define INTDIV0_RAISES_SIGFPE 1 #define PACKAGE "enscript" #define PACKAGE_BUGREPORT "mtr@iki.fi" #define PACKAGE_NAME "enscript" #define PACKAGE_STRING "enscript 1.6.4" #define PACKAGE_TARNAME "enscript" #define PACKAGE_VERSION "1.6.4" #define PATH_SEPARATOR ':' #define PATH_SEPARATOR_STR ":" #define PROTOTYPES 1 #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define VERSION "1.6.4" #define YYTEXT_POINTER 1 configure: exit 0