This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --with-docdir=/usr/local/share/doc/mini-xml --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 139 tasks, 194 threads, 4 processors Load average: 0.87, Mach factor: 3.12 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1306: checking for i386-unknown-gnu-gcc configure:1332: result: cc configure:1614: checking for C compiler version configure:1617: cc --version &5 cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 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:1620: $? = 0 configure:1622: cc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:1625: $? = 0 configure:1627: cc -V &5 cc: `-V' option must have argument configure:1630: $? = 1 configure:1654: checking for C compiler default output configure:1657: cc -fno-common conftest.c >&5 configure:1660: $? = 0 configure:1706: result: a.out configure:1711: checking whether the C compiler works configure:1717: ./a.out configure:1720: $? = 0 configure:1737: result: yes configure:1744: checking whether we are cross compiling configure:1746: result: no configure:1749: checking for suffix of executables configure:1751: cc -o conftest -fno-common conftest.c >&5 configure:1754: $? = 0 configure:1779: result: configure:1785: checking for suffix of object files configure:1807: cc -c -fno-common conftest.c >&5 configure:1810: $? = 0 configure:1832: result: configure:1836: checking whether we are using the GNU C compiler configure:1861: cc -c -fno-common conftest.c >&5 configure:1864: $? = 0 configure:1867: test -s conftest. configure:1870: $? = 1 configure: failed program was: | #line 1841 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MXML_VERSION "Mini-XML v2.2.2" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1883: result: no configure:1889: checking whether cc accepts -g configure:1911: cc -c -g conftest.c >&5 configure:1914: $? = 0 configure:1917: test -s conftest. configure:1920: $? = 1 configure: failed program was: | #line 1894 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MXML_VERSION "Mini-XML v2.2.2" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1931: result: no configure:1948: checking for cc option to accept ANSI C configure:2009: cc -c -fno-common conftest.c >&5 configure:2012: $? = 0 configure:2015: test -s conftest. configure:2018: $? = 1 configure: failed program was: | #line 1955 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MXML_VERSION "Mini-XML v2.2.2" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2009: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2012: $? = 0 configure:2015: test -s conftest. configure:2018: $? = 1 configure: failed program was: | #line 1955 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MXML_VERSION "Mini-XML v2.2.2" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2009: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2012: $? = 1 configure: failed program was: | #line 1955 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MXML_VERSION "Mini-XML v2.2.2" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2009: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2012: $? = 1 configure: failed program was: | #line 1955 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MXML_VERSION "Mini-XML v2.2.2" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2009: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2012: $? = 1 configure: failed program was: | #line 1955 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MXML_VERSION "Mini-XML v2.2.2" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2009: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2012: $? = 0 configure:2015: test -s conftest. configure:2018: $? = 1 configure: failed program was: | #line 1955 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MXML_VERSION "Mini-XML v2.2.2" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2036: result: none needed configure:2054: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2057: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2176: checking for i386-unknown-gnu-g++ configure:2202: result: c++ configure:2260: checking for C++ compiler version configure:2263: c++ --version &5 c++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 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:2266: $? = 0 configure:2268: c++ -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:2271: $? = 0 configure:2273: c++ -V &5 c++: `-V' option must have argument configure:2276: $? = 1 configure:2279: checking whether we are using the GNU C++ compiler configure:2304: c++ -c -fno-common conftest.cc >&5 configure:2307: $? = 0 configure:2310: test -s conftest. configure:2313: $? = 1 configure: failed program was: | #line 2284 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MXML_VERSION "Mini-XML v2.2.2" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2326: result: no configure:2332: checking whether c++ accepts -g configure:2354: c++ -c -g conftest.cc >&5 configure:2357: $? = 0 configure:2360: test -s conftest. configure:2363: $? = 1 configure: failed program was: | #line 2337 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MXML_VERSION "Mini-XML v2.2.2" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2374: result: no configure:2418: c++ -c -fno-common conftest.cc >&5 configure:2421: $? = 0 configure:2424: test -s conftest. configure:2427: $? = 1 configure: failed program was: | #line 2400 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MXML_VERSION "Mini-XML v2.2.2" | /* end confdefs.h. */ | #include | | int | main () | { | exit (42); | ; | return 0; | } configure:2418: c++ -c -fno-common conftest.cc >&5 configure:2421: $? = 0 configure:2424: test -s conftest. configure:2427: $? = 1 configure: failed program was: | #line 2400 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MXML_VERSION "Mini-XML v2.2.2" | /* end confdefs.h. */ | #include | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2418: c++ -c -fno-common conftest.cc >&5 configure:2421: $? = 0 configure:2424: test -s conftest. configure:2427: $? = 1 configure: failed program was: | #line 2400 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MXML_VERSION "Mini-XML v2.2.2" | /* end confdefs.h. */ | #include | extern "C" void std::exit (int) throw (); using std::exit; | int | main () | { | exit (42); | ; | return 0; | } configure:2418: c++ -c -fno-common conftest.cc >&5 configure:2421: $? = 0 configure:2424: test -s conftest. configure:2427: $? = 1 configure: failed program was: | #line 2400 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MXML_VERSION "Mini-XML v2.2.2" | /* end confdefs.h. */ | #include | extern "C" void std::exit (int); using std::exit; | int | main () | { | exit (42); | ; | return 0; | } configure:2418: c++ -c -fno-common conftest.cc >&5 configure:2421: $? = 0 configure:2424: test -s conftest. configure:2427: $? = 1 configure: failed program was: | #line 2400 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MXML_VERSION "Mini-XML v2.2.2" | /* end confdefs.h. */ | #include | extern "C" void exit (int) throw (); | int | main () | { | exit (42); | ; | return 0; | } configure:2418: c++ -c -fno-common conftest.cc >&5 configure:2421: $? = 0 configure:2424: test -s conftest. configure:2427: $? = 1 configure: failed program was: | #line 2400 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MXML_VERSION "Mini-XML v2.2.2" | /* end confdefs.h. */ | #include | extern "C" void exit (int); | int | main () | { | exit (42); | ; | return 0; | } configure:2418: c++ -c -fno-common conftest.cc >&5 configure:2421: $? = 0 configure:2424: test -s conftest. configure:2427: $? = 1 configure: failed program was: | #line 2400 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MXML_VERSION "Mini-XML v2.2.2" | /* end confdefs.h. */ | #include | void exit (int); | int | main () | { | exit (42); | ; | return 0; | } configure:2523: checking for a BSD-compatible install configure:2577: result: /usr/bin/install -c -o root -g wheel configure:2595: checking for i386-unknown-gnu-ranlib configure:2624: result: no configure:2633: checking for ranlib configure:2649: found /usr/bin/ranlib configure:2660: result: ranlib configure:2674: checking for ar configure:2692: found /usr/bin/ar configure:2704: result: /usr/bin/ar configure:2713: checking for cp configure:2731: found /usr/local/bin/cp configure:2743: result: /usr/local/bin/cp configure:2752: checking for ln configure:2770: found /usr/local/bin/ln configure:2782: result: /usr/local/bin/ln configure:2791: checking for mkdir configure:2809: found /usr/local/bin/mkdir configure:2821: result: /usr/local/bin/mkdir configure:2830: checking for nroff configure:2848: found /usr/bin/nroff configure:2860: result: /usr/bin/nroff configure:2915: checking for rm configure:2933: found /usr/local/bin/rm configure:2945: result: /usr/local/bin/rm configure:2970: checking for strdup configure:3020: cc -o conftest -fno-common conftest.c >&5 configure:3023: $? = 0 configure:3026: test -s conftest configure:3029: $? = 0 configure:3040: result: yes configure:3057: checking for vsnprintf configure:3107: cc -o conftest -fno-common conftest.c >&5 configure:3091: warning: conflicting types for built-in function `vsnprintf' configure:3110: $? = 0 configure:3113: test -s conftest configure:3116: $? = 0 configure:3127: result: yes configure:3409: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:641: creating Makefile config.status:641: creating mxml.list config.status:641: creating mxml.pc config.status:745: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_cxx_compiler_gnu=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value=-fno-common ac_cv_env_CXX_set=set ac_cv_env_CXX_value=c++ ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_func_strdup=yes ac_cv_func_vsnprintf=yes ac_cv_objext= ac_cv_path_AR=/usr/bin/ar ac_cv_path_CP=/usr/local/bin/cp ac_cv_path_LN=/usr/local/bin/ln ac_cv_path_MKDIR=/usr/local/bin/mkdir ac_cv_path_NROFF=/usr/bin/nroff ac_cv_path_RM=/usr/local/bin/rm ac_cv_prog_CC=cc ac_cv_prog_CXX=c++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_cxx_g=no lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='/usr/bin/ar' ARFLAGS='-rcv' CAT1EXT='1' CAT3EXT='3' CC='cc' CFLAGS='-fno-common' CP='/usr/local/bin/cp' CPPFLAGS='' CXX='c++' CXXFLAGS='-fno-common' DEFS='-DHAVE_CONFIG_H' DSO=':' DSOFLAGS='' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' GROFF='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' LDFLAGS='' LIBMXML='libmxml.a' LIBOBJS='' LIBS='' LN='/usr/local/bin/ln' LTLIBOBJS='' MAN1EXT='1' MAN3EXT='3' MKDIR='/usr/local/bin/mkdir' NROFF='/usr/bin/nroff' OBJEXT='' OPTIM='-O' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PC_CFLAGS='-I${prefix}/include' PC_LIBS='-L${exec_prefix}/lib -lmxml' PICFLAG='0' RANLIB='ranlib' RM='/usr/local/bin/rm' SHELL='/bin/sh' VERSION='2.2.2' ac_ct_CC='' ac_ct_CXX='' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share' docdir='${prefix}/share/doc/mxml' exec_prefix='' host_alias='i386-unknown-gnu' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_STRDUP 1 #define HAVE_VSNPRINTF 1 #define MXML_VERSION "Mini-XML v2.2.2" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #endif #ifdef __cplusplus void exit (int); configure: exit 0