This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by vxquery configure 0.2, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --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: 1.74, Mach factor: 2.32 /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:1271: checking for i386-unknown-gnu-gcc configure:1297: result: cc configure:1579: checking for C compiler version configure:1582: 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:1585: $? = 0 configure:1587: 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:1590: $? = 0 configure:1592: cc -V &5 cc: `-V' option must have argument configure:1595: $? = 1 configure:1619: checking for C compiler default output configure:1622: cc -fno-common -I/usr/local/include conftest.c -L/usr/local/lib >&5 configure:1625: $? = 0 configure:1671: result: a.out configure:1676: checking whether the C compiler works configure:1682: ./a.out configure:1685: $? = 0 configure:1702: result: yes configure:1709: checking whether we are cross compiling configure:1711: result: no configure:1714: checking for suffix of executables configure:1716: cc -o conftest -fno-common -I/usr/local/include conftest.c -L/usr/local/lib >&5 configure:1719: $? = 0 configure:1744: result: configure:1750: checking for suffix of object files configure:1772: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:1775: $? = 0 configure:1797: result: configure:1801: checking whether we are using the GNU C compiler configure:1826: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:1829: $? = 0 configure:1832: test -s conftest. configure:1835: $? = 1 configure: failed program was: | #line 1806 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "vxquery" | #define PACKAGE_TARNAME "vxquery" | #define PACKAGE_VERSION "0.2" | #define PACKAGE_STRING "vxquery 0.2" | #define PACKAGE_BUGREPORT "nectar@celabo.org" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1848: result: no configure:1854: checking whether cc accepts -g configure:1876: cc -c -g -I/usr/local/include conftest.c >&5 configure:1879: $? = 0 configure:1882: test -s conftest. configure:1885: $? = 1 configure: failed program was: | #line 1859 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "vxquery" | #define PACKAGE_TARNAME "vxquery" | #define PACKAGE_VERSION "0.2" | #define PACKAGE_STRING "vxquery 0.2" | #define PACKAGE_BUGREPORT "nectar@celabo.org" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1896: result: no configure:1913: checking for cc option to accept ANSI C configure:1974: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:1977: $? = 0 configure:1980: test -s conftest. configure:1983: $? = 1 configure: failed program was: | #line 1920 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "vxquery" | #define PACKAGE_TARNAME "vxquery" | #define PACKAGE_VERSION "0.2" | #define PACKAGE_STRING "vxquery 0.2" | #define PACKAGE_BUGREPORT "nectar@celabo.org" | /* 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:1974: cc -qlanglvl=ansi -c -fno-common -I/usr/local/include conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:1977: $? = 0 configure:1980: test -s conftest. configure:1983: $? = 1 configure: failed program was: | #line 1920 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "vxquery" | #define PACKAGE_TARNAME "vxquery" | #define PACKAGE_VERSION "0.2" | #define PACKAGE_STRING "vxquery 0.2" | #define PACKAGE_BUGREPORT "nectar@celabo.org" | /* 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:1974: cc -std1 -c -fno-common -I/usr/local/include conftest.c >&5 cc1: error: unrecognized option `-std1' configure:1977: $? = 1 configure: failed program was: | #line 1920 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "vxquery" | #define PACKAGE_TARNAME "vxquery" | #define PACKAGE_VERSION "0.2" | #define PACKAGE_STRING "vxquery 0.2" | #define PACKAGE_BUGREPORT "nectar@celabo.org" | /* 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:1974: cc -Ae -c -fno-common -I/usr/local/include conftest.c >&5 :6:2: missing '(' after predicate configure:1977: $? = 1 configure: failed program was: | #line 1920 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "vxquery" | #define PACKAGE_TARNAME "vxquery" | #define PACKAGE_VERSION "0.2" | #define PACKAGE_STRING "vxquery 0.2" | #define PACKAGE_BUGREPORT "nectar@celabo.org" | /* 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:1974: cc -Aa -D_HPUX_SOURCE -c -fno-common -I/usr/local/include conftest.c >&5 :6:2: missing '(' after predicate configure:1977: $? = 1 configure: failed program was: | #line 1920 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "vxquery" | #define PACKAGE_TARNAME "vxquery" | #define PACKAGE_VERSION "0.2" | #define PACKAGE_STRING "vxquery 0.2" | #define PACKAGE_BUGREPORT "nectar@celabo.org" | /* 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:1974: cc -Xc -D__EXTENSIONS__ -c -fno-common -I/usr/local/include conftest.c >&5 cc: unrecognized option `-Xc' configure:1977: $? = 0 configure:1980: test -s conftest. configure:1983: $? = 1 configure: failed program was: | #line 1920 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "vxquery" | #define PACKAGE_TARNAME "vxquery" | #define PACKAGE_VERSION "0.2" | #define PACKAGE_STRING "vxquery 0.2" | #define PACKAGE_BUGREPORT "nectar@celabo.org" | /* 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:2001: result: none needed configure:2019: cc -c -fno-common -I/usr/local/include conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2022: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2141: checking for i386-unknown-gnu-g++ configure:2167: result: c++ configure:2225: checking for C++ compiler version configure:2228: 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:2231: $? = 0 configure:2233: 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:2236: $? = 0 configure:2238: c++ -V &5 c++: `-V' option must have argument configure:2241: $? = 1 configure:2244: checking whether we are using the GNU C++ compiler configure:2269: c++ -c -fno-common -I/usr/local/include conftest.cc >&5 configure:2272: $? = 0 configure:2275: test -s conftest. configure:2278: $? = 1 configure: failed program was: | #line 2249 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "vxquery" | #define PACKAGE_TARNAME "vxquery" | #define PACKAGE_VERSION "0.2" | #define PACKAGE_STRING "vxquery 0.2" | #define PACKAGE_BUGREPORT "nectar@celabo.org" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2291: result: no configure:2297: checking whether c++ accepts -g configure:2319: c++ -c -g -I/usr/local/include conftest.cc >&5 configure:2322: $? = 0 configure:2325: test -s conftest. configure:2328: $? = 1 configure: failed program was: | #line 2302 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "vxquery" | #define PACKAGE_TARNAME "vxquery" | #define PACKAGE_VERSION "0.2" | #define PACKAGE_STRING "vxquery 0.2" | #define PACKAGE_BUGREPORT "nectar@celabo.org" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2339: result: no configure:2383: c++ -c -fno-common -I/usr/local/include conftest.cc >&5 configure:2386: $? = 0 configure:2389: test -s conftest. configure:2392: $? = 1 configure: failed program was: | #line 2365 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "vxquery" | #define PACKAGE_TARNAME "vxquery" | #define PACKAGE_VERSION "0.2" | #define PACKAGE_STRING "vxquery 0.2" | #define PACKAGE_BUGREPORT "nectar@celabo.org" | /* end confdefs.h. */ | #include | | int | main () | { | exit (42); | ; | return 0; | } configure:2383: c++ -c -fno-common -I/usr/local/include conftest.cc >&5 configure:2386: $? = 0 configure:2389: test -s conftest. configure:2392: $? = 1 configure: failed program was: | #line 2365 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "vxquery" | #define PACKAGE_TARNAME "vxquery" | #define PACKAGE_VERSION "0.2" | #define PACKAGE_STRING "vxquery 0.2" | #define PACKAGE_BUGREPORT "nectar@celabo.org" | /* end confdefs.h. */ | #include | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2383: c++ -c -fno-common -I/usr/local/include conftest.cc >&5 configure:2386: $? = 0 configure:2389: test -s conftest. configure:2392: $? = 1 configure: failed program was: | #line 2365 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "vxquery" | #define PACKAGE_TARNAME "vxquery" | #define PACKAGE_VERSION "0.2" | #define PACKAGE_STRING "vxquery 0.2" | #define PACKAGE_BUGREPORT "nectar@celabo.org" | /* end confdefs.h. */ | #include | extern "C" void std::exit (int) throw (); using std::exit; | int | main () | { | exit (42); | ; | return 0; | } configure:2383: c++ -c -fno-common -I/usr/local/include conftest.cc >&5 configure:2386: $? = 0 configure:2389: test -s conftest. configure:2392: $? = 1 configure: failed program was: | #line 2365 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "vxquery" | #define PACKAGE_TARNAME "vxquery" | #define PACKAGE_VERSION "0.2" | #define PACKAGE_STRING "vxquery 0.2" | #define PACKAGE_BUGREPORT "nectar@celabo.org" | /* end confdefs.h. */ | #include | extern "C" void std::exit (int); using std::exit; | int | main () | { | exit (42); | ; | return 0; | } configure:2383: c++ -c -fno-common -I/usr/local/include conftest.cc >&5 configure:2386: $? = 0 configure:2389: test -s conftest. configure:2392: $? = 1 configure: failed program was: | #line 2365 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "vxquery" | #define PACKAGE_TARNAME "vxquery" | #define PACKAGE_VERSION "0.2" | #define PACKAGE_STRING "vxquery 0.2" | #define PACKAGE_BUGREPORT "nectar@celabo.org" | /* end confdefs.h. */ | #include | extern "C" void exit (int) throw (); | int | main () | { | exit (42); | ; | return 0; | } configure:2383: c++ -c -fno-common -I/usr/local/include conftest.cc >&5 configure:2386: $? = 0 configure:2389: test -s conftest. configure:2392: $? = 1 configure: failed program was: | #line 2365 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "vxquery" | #define PACKAGE_TARNAME "vxquery" | #define PACKAGE_VERSION "0.2" | #define PACKAGE_STRING "vxquery 0.2" | #define PACKAGE_BUGREPORT "nectar@celabo.org" | /* end confdefs.h. */ | #include | extern "C" void exit (int); | int | main () | { | exit (42); | ; | return 0; | } configure:2383: c++ -c -fno-common -I/usr/local/include conftest.cc >&5 configure:2386: $? = 0 configure:2389: test -s conftest. configure:2392: $? = 1 configure: failed program was: | #line 2365 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "vxquery" | #define PACKAGE_TARNAME "vxquery" | #define PACKAGE_VERSION "0.2" | #define PACKAGE_STRING "vxquery 0.2" | #define PACKAGE_BUGREPORT "nectar@celabo.org" | /* end confdefs.h. */ | #include | void exit (int); | int | main () | { | exit (42); | ; | return 0; | } configure:2463: checking for a BSD-compatible install configure:2517: result: /usr/bin/install -c -o root -g wheel configure:2528: checking whether ln -s works configure:2532: result: yes configure:2543: checking for XML_ExpatVersion in -lbsdxml configure:2574: cc -o conftest -fno-common -I/usr/local/include conftest.c -lbsdxml -L/usr/local/lib >&5 ld: can't locate file for: -lbsdxml configure:2577: $? = 1 configure: failed program was: | #line 2550 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "vxquery" | #define PACKAGE_TARNAME "vxquery" | #define PACKAGE_VERSION "0.2" | #define PACKAGE_STRING "vxquery 0.2" | #define PACKAGE_BUGREPORT "nectar@celabo.org" | #ifdef __cplusplus | void exit (int); | #endif | /* 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 XML_ExpatVersion (); | int | main () | { | XML_ExpatVersion (); | ; | return 0; | } configure:2595: result: no configure:2607: checking for XML_ExpatVersion in -lexpat configure:2638: cc -o conftest -fno-common -I/usr/local/include conftest.c -lexpat -L/usr/local/lib >&5 configure:2641: $? = 0 configure:2644: test -s conftest configure:2647: $? = 0 configure:2659: result: yes configure:2772: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by vxquery config.status 0.2, 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:617: creating settings.sh config.status:721: creating include/vuxml/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=set ac_cv_env_CPPFLAGS_value=-I/usr/local/include 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_lib_bsdxml_XML_ExpatVersion=no ac_cv_lib_expat_XML_ExpatVersion=yes ac_cv_objext= ac_cv_prog_CC=cc ac_cv_prog_CXX=c++ 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. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common' CPPFLAGS='-I/usr/local/include' CXX='c++' CXXFLAGS='-fno-common' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' 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='' LIBOBJS='' LIBS='-L/usr/local/lib -lexpat' LN_S='ln -s' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='nectar@celabo.org' PACKAGE_NAME='vxquery' PACKAGE_STRING='vxquery 0.2' PACKAGE_TARNAME='vxquery' PACKAGE_VERSION='0.2' PATH_SEPARATOR=':' SHELL='/bin/sh' ac_ct_CC='' ac_ct_CXX='' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share' exec_prefix='${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 PACKAGE_BUGREPORT "nectar@celabo.org" #define PACKAGE_NAME "vxquery" #define PACKAGE_STRING "vxquery 0.2" #define PACKAGE_TARNAME "vxquery" #define PACKAGE_VERSION "0.2" #endif #ifdef __cplusplus void exit (int); configure: exit 0