This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by sqlite configure 3.47.0, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  $ ./configure --prefix=/home/darklege/sqlite

## --------- ##
## Platform. ##
## --------- ##

hostname = webhosting2006.is.cc
uname -m = x86_64
uname -r = 4.18.0-513.18.1.lve.2.el8.x86_64
uname -s = Linux
uname -v = #1 SMP Sat Mar 30 15:36:11 UTC 2024

/usr/bin/uname -p = x86_64
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/darklege/python3.12/bin/
PATH: /usr/local/cpanel/3rdparty/lib/path-bin/
PATH: /usr/share/Modules/bin/
PATH: /usr/local/cpanel/3rdparty/lib/path-bin/
PATH: /usr/local/jdk/bin/
PATH: /usr/kerberos/sbin/
PATH: /usr/kerberos/bin/
PATH: /usr/local/sbin/
PATH: /usr/local/bin/
PATH: /sbin/
PATH: /bin/
PATH: /usr/sbin/
PATH: /usr/bin/
PATH: /usr/X11R6/bin/
PATH: /usr/local/bin/
PATH: /usr/X11R6/bin/
PATH: /root/bin/
PATH: /opt/bin/
PATH: /opt/cpanel/composer/bin/
PATH: /home/darklege/.local/bin/
PATH: /home/darklege/bin/


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2438: looking for aux files: config.guess config.sub ltmain.sh compile missing install-sh
configure:2451:  trying ././
configure:2480:   ././config.guess found
configure:2480:   ././config.sub found
configure:2480:   ././ltmain.sh found
configure:2480:   ././compile found
configure:2480:   ././missing found
configure:2462:   ././install-sh found
configure:2613: checking for a BSD-compatible install
configure:2686: result: /bin/install -c
configure:2697: checking whether build environment is sane
configure:2752: result: yes
configure:2911: checking for a race-free mkdir -p
configure:2955: result: /bin/mkdir -p
configure:2962: checking for gawk
configure:2983: found /bin/gawk
configure:2994: result: gawk
configure:3005: checking whether make sets $(MAKE)
configure:3028: result: yes
configure:3058: checking whether make supports nested variables
configure:3076: result: yes
configure:3226: checking whether make supports the include directive
configure:3241: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:3244: $? = 0
configure:3263: result: yes (GNU style)
configure:3339: checking for gcc
configure:3360: found /bin/gcc
configure:3371: result: gcc
configure:3724: checking for C compiler version
configure:3733: gcc --version >&5
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Copyright (C) 2018 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:3744: $? = 0
configure:3733: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --disable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 8.5.0 20210514 (Red Hat 8.5.0-22) (GCC) 
configure:3744: $? = 0
configure:3733: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3744: $? = 1
configure:3733: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3744: $? = 1
configure:3733: gcc -version >&5
gcc: error: unrecognized command line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:3744: $? = 1
configure:3764: checking whether the C compiler works
configure:3786: gcc    conftest.c  >&5
configure:3790: $? = 0
configure:3840: result: yes
configure:3843: checking for C compiler default output file name
configure:3845: result: a.out
configure:3851: checking for suffix of executables
configure:3858: gcc -o conftest    conftest.c  >&5
configure:3862: $? = 0
configure:3885: result: 
configure:3907: checking whether we are cross compiling
configure:3915: gcc -o conftest    conftest.c  >&5
configure:3919: $? = 0
configure:3926: ./conftest
configure:3930: $? = 0
configure:3945: result: no
configure:3950: checking for suffix of object files
configure:3973: gcc -c   conftest.c >&5
configure:3977: $? = 0
configure:3999: result: o
configure:4003: checking whether the compiler supports GNU C
configure:4023: gcc -c   conftest.c >&5
configure:4023: $? = 0
configure:4033: result: yes
configure:4044: checking whether gcc accepts -g
configure:4065: gcc -c -g  conftest.c >&5
configure:4065: $? = 0
configure:4109: result: yes
configure:4129: checking for gcc option to enable C11 features
configure:4144: gcc  -c -g -O2  conftest.c >&5
configure:4144: $? = 0
configure:4162: result: none needed
configure:4278: checking whether gcc understands -c and -o together
configure:4301: gcc -c conftest.c -o conftest2.o
configure:4304: $? = 0
configure:4301: gcc -c conftest.c -o conftest2.o
configure:4304: $? = 0
configure:4316: result: yes
configure:4335: checking dependency style of gcc
configure:4447: result: gcc3
configure:4471: checking for special C compiler options needed for large files
configure:4519: result: no
configure:4525: checking for _FILE_OFFSET_BITS value needed for large files
configure:4551: gcc -c -g -O2  conftest.c >&5
configure:4551: $? = 0
configure:4585: result: no
configure:4722: checking for gcc
configure:4754: result: gcc
configure:5107: checking for C compiler version
configure:5116: gcc --version >&5
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Copyright (C) 2018 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:5127: $? = 0
configure:5116: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --disable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 8.5.0 20210514 (Red Hat 8.5.0-22) (GCC) 
configure:5127: $? = 0
configure:5116: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5127: $? = 1
configure:5116: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:5127: $? = 1
configure:5116: gcc -version >&5
gcc: error: unrecognized command line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:5127: $? = 1
configure:5131: checking whether the compiler supports GNU C
configure:5161: result: yes
configure:5172: checking whether gcc accepts -g
configure:5237: result: yes
configure:5257: checking for gcc option to enable C11 features
configure:5290: result: none needed
configure:5406: checking whether gcc understands -c and -o together
configure:5444: result: yes
configure:5463: checking dependency style of gcc
configure:5575: result: gcc3
configure:5622: checking build system type
configure:5637: result: x86_64-pc-linux-gnu
configure:5657: checking host system type
configure:5671: result: x86_64-pc-linux-gnu
configure:5712: checking how to print strings
configure:5739: result: printf
configure:5760: checking for a sed that does not truncate output
configure:5830: result: /bin/sed
configure:5848: checking for grep that handles long lines and -e
configure:5912: result: /bin/grep
configure:5917: checking for egrep
configure:5985: result: /bin/grep -E
configure:5990: checking for fgrep
configure:6058: result: /bin/grep -F
configure:6094: checking for ld used by gcc
configure:6162: result: /bin/ld
configure:6169: checking if the linker (/bin/ld) is GNU ld
configure:6185: result: yes
configure:6197: checking for BSD- or MS-compatible name lister (nm)
configure:6252: result: /bin/nm -B
configure:6392: checking the name lister (/bin/nm -B) interface
configure:6400: gcc -c -g -O2  conftest.c >&5
configure:6403: /bin/nm -B "conftest.o"
configure:6406: output
0000000000000000 B some_variable
configure:6413: result: BSD nm
configure:6416: checking whether ln -s works
configure:6420: result: yes
configure:6428: checking the maximum length of command line arguments
configure:6560: result: 1572864
configure:6608: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:6649: result: func_convert_file_noop
configure:6656: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:6677: result: func_convert_file_noop
configure:6684: checking for /bin/ld option to reload object files
configure:6692: result: -r
configure:6771: checking for objdump
configure:6792: found /bin/objdump
configure:6803: result: objdump
configure:6835: checking how to recognize dependent libraries
configure:7036: result: pass_all
configure:7126: checking for dlltool
configure:7161: result: no
configure:7191: checking how to associate runtime and link libraries
configure:7219: result: printf %s\n
configure:7284: checking for ar
configure:7305: found /bin/ar
configure:7316: result: ar
configure:7353: checking for archiver @FILE support
configure:7371: gcc -c -g -O2  conftest.c >&5
configure:7371: $? = 0
configure:7375: ar cr libconftest.a @conftest.lst >&5
configure:7378: $? = 0
configure:7383: ar cr libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:7386: $? = 1
configure:7398: result: @
configure:7461: checking for strip
configure:7482: found /bin/strip
configure:7493: result: strip
configure:7570: checking for ranlib
configure:7591: found /bin/ranlib
configure:7602: result: ranlib
configure:7704: checking command to parse /bin/nm -B output from gcc object
configure:7858: gcc -c -g -O2  conftest.c >&5
configure:7861: $? = 0
configure:7865: /bin/nm -B conftest.o | sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm
configure:7931: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:7934: $? = 0
configure:7972: result: ok
configure:8019: checking for sysroot
configure:8050: result: no
configure:8057: checking for a working dd
configure:8101: result: /bin/dd
configure:8105: checking how to truncate binary pipes
configure:8121: result: /bin/dd bs=4096 count=1
configure:8258: gcc -c -g -O2  conftest.c >&5
configure:8261: $? = 0
configure:8458: checking for mt
configure:8493: result: no
configure:8513: checking if : is a manifest tool
configure:8520: : '-?'
configure:8528: result: no
configure:9258: checking for stdio.h
configure:9258: gcc -c -g -O2  conftest.c >&5
configure:9258: $? = 0
configure:9258: result: yes
configure:9258: checking for stdlib.h
configure:9258: gcc -c -g -O2  conftest.c >&5
configure:9258: $? = 0
configure:9258: result: yes
configure:9258: checking for string.h
configure:9258: gcc -c -g -O2  conftest.c >&5
configure:9258: $? = 0
configure:9258: result: yes
configure:9258: checking for inttypes.h
configure:9258: gcc -c -g -O2  conftest.c >&5
configure:9258: $? = 0
configure:9258: result: yes
configure:9258: checking for stdint.h
configure:9258: gcc -c -g -O2  conftest.c >&5
configure:9258: $? = 0
configure:9258: result: yes
configure:9258: checking for strings.h
configure:9258: gcc -c -g -O2  conftest.c >&5
configure:9258: $? = 0
configure:9258: result: yes
configure:9258: checking for sys/stat.h
configure:9258: gcc -c -g -O2  conftest.c >&5
configure:9258: $? = 0
configure:9258: result: yes
configure:9258: checking for sys/types.h
configure:9258: gcc -c -g -O2  conftest.c >&5
configure:9258: $? = 0
configure:9258: result: yes
configure:9258: checking for unistd.h
configure:9258: gcc -c -g -O2  conftest.c >&5
configure:9258: $? = 0
configure:9258: result: yes
configure:9283: checking for dlfcn.h
configure:9283: gcc -c -g -O2  conftest.c >&5
configure:9283: $? = 0
configure:9283: result: yes
configure:9542: checking for objdir
configure:9558: result: .libs
configure:9818: checking if gcc supports -fno-rtti -fno-exceptions
configure:9837: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:9841: $? = 0
configure:9854: result: no
configure:10218: checking for gcc option to produce PIC
configure:10226: result: -fPIC -DPIC
configure:10234: checking if gcc PIC flag -fPIC -DPIC works
configure:10253: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:10257: $? = 0
configure:10270: result: yes
configure:10299: checking if gcc static flag -static works
configure:10328: result: no
configure:10343: checking if gcc supports -c -o file.o
configure:10365: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:10369: $? = 0
configure:10391: result: yes
configure:10399: checking if gcc supports -c -o file.o
configure:10447: result: yes
configure:10480: checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries
configure:11750: result: yes
configure:11787: checking whether -lc should be explicitly linked in
configure:11796: gcc -c -g -O2  conftest.c >&5
configure:11799: $? = 0
configure:11814: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:11817: $? = 0
configure:11831: result: no
configure:11991: checking dynamic linker characteristics
configure:12573: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:12573: $? = 0
configure:12824: result: GNU/Linux ld.so
configure:12946: checking how to hardcode library paths into programs
configure:12971: result: immediate
configure:13523: checking whether stripping libraries is possible
configure:13528: result: yes
configure:13563: checking if libtool supports shared libraries
configure:13565: result: yes
configure:13568: checking whether to build shared libraries
configure:13593: result: yes
configure:13596: checking whether to build static libraries
configure:13600: result: yes
configure:13640: checking for fdatasync
configure:13640: gcc -o conftest -g -O2   conftest.c  >&5
configure:13640: $? = 0
configure:13640: result: yes
configure:13646: checking for usleep
configure:13646: gcc -o conftest -g -O2   conftest.c  >&5
configure:13646: $? = 0
configure:13646: result: yes
configure:13652: checking for fullfsync
configure:13652: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccnFnThD.o: In function `main':
/home/darklege/public_html/SOY/sqlite-autoconf-3470000/conftest.c:52: undefined reference to `fullfsync'
collect2: error: ld returned 1 exit status
configure:13652: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.47.0"
| #define PACKAGE_STRING "sqlite 3.47.0"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE_URL ""
| #define PACKAGE "sqlite"
| #define VERSION "3.47.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_FDATASYNC 1
| #define HAVE_USLEEP 1
| /* end confdefs.h.  */
| /* Define fullfsync to an innocuous variant, in case <limits.h> declares fullfsync.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define fullfsync innocuous_fullfsync
| 
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char fullfsync (); below.  */
| 
| #include <limits.h>
| #undef fullfsync
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fullfsync ();
| /* 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_fullfsync || defined __stub___fullfsync
| choke me
| #endif
| 
| int
| main (void)
| {
| return fullfsync ();
|   ;
|   return 0;
| }
configure:13652: result: no
configure:13658: checking for localtime_r
configure:13658: gcc -o conftest -g -O2   conftest.c  >&5
configure:13658: $? = 0
configure:13658: result: yes
configure:13664: checking for gmtime_r
configure:13664: gcc -o conftest -g -O2   conftest.c  >&5
configure:13664: $? = 0
configure:13664: result: yes
configure:13671: checking for gcc options needed to detect all undeclared functions
configure:13693: gcc -c -g -O2   conftest.c >&5
conftest.c: In function 'main':
conftest.c:31:8: error: 'strchr' undeclared (first use in this function)
 (void) strchr;
        ^~~~~~
conftest.c:31:8: note: 'strchr' is defined in header '<string.h>'; did you forget to '#include <string.h>'?
conftest.c:1:1:
 /* confdefs.h */
conftest.c:31:8:
 (void) strchr;
        ^~~~~~
conftest.c:31:8: note: each undeclared identifier is reported only once for each function it appears in
configure:13693: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.47.0"
| #define PACKAGE_STRING "sqlite 3.47.0"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE_URL ""
| #define PACKAGE "sqlite"
| #define VERSION "3.47.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_FDATASYNC 1
| #define HAVE_USLEEP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| (void) strchr;
|   ;
|   return 0;
| }
configure:13720: gcc -c -g -O2   conftest.c >&5
configure:13720: $? = 0
configure:13737: result: none needed
configure:13751: checking whether strerror_r is declared
configure:13751: gcc -c -g -O2   conftest.c >&5
configure:13751: $? = 0
configure:13751: result: yes
configure:13770: checking whether strerror_r returns char *
configure:13795: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:35:13: error: invalid type argument of unary '*' (have 'int')
    char x = *strerror_r (0, buf, sizeof buf);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
conftest.c:36:14: warning: initialization of 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
    char *p = strerror_r (0, buf, sizeof buf);
              ^~~~~~~~~~
configure:13795: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.47.0"
| #define PACKAGE_STRING "sqlite 3.47.0"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE_URL ""
| #define PACKAGE "sqlite"
| #define VERSION "3.47.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_FDATASYNC 1
| #define HAVE_USLEEP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| #include <string.h>
| int
| main (void)
| {
| 
| 	  char buf[100];
| 	  char x = *strerror_r (0, buf, sizeof buf);
| 	  char *p = strerror_r (0, buf, sizeof buf);
| 	  return !p || x;
| 
|   ;
|   return 0;
| }
configure:13804: result: no
configure:13852: checking for editline/readline.h
configure:13852: gcc -c -g -O2  conftest.c >&5
conftest.c:57:10: fatal error: editline/readline.h: No such file or directory
 #include <editline/readline.h>
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:13852: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.47.0"
| #define PACKAGE_STRING "sqlite 3.47.0"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE_URL ""
| #define PACKAGE "sqlite"
| #define VERSION "3.47.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_FDATASYNC 1
| #define HAVE_USLEEP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <editline/readline.h>
configure:13852: result: no
configure:13938: checking for readline/readline.h
configure:13938: gcc -c -g -O2  conftest.c >&5
conftest.c:57:10: fatal error: readline/readline.h: No such file or directory
 #include <readline/readline.h>
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:13938: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.47.0"
| #define PACKAGE_STRING "sqlite 3.47.0"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE_URL ""
| #define PACKAGE "sqlite"
| #define VERSION "3.47.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_FDATASYNC 1
| #define HAVE_USLEEP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <readline/readline.h>
configure:13938: result: no
configure:14094: checking for library containing pthread_create
configure:14124: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccSjxI8o.o: In function `main':
/home/darklege/public_html/SOY/sqlite-autoconf-3470000/conftest.c:37: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
configure:14124: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.47.0"
| #define PACKAGE_STRING "sqlite 3.47.0"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE_URL ""
| #define PACKAGE "sqlite"
| #define VERSION "3.47.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_FDATASYNC 1
| #define HAVE_USLEEP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char pthread_create ();
| int
| main (void)
| {
| return pthread_create ();
|   ;
|   return 0;
| }
configure:14124: gcc -o conftest -g -O2   conftest.c -lpthread   >&5
configure:14124: $? = 0
configure:14144: result: -lpthread
configure:14153: checking for library containing pthread_mutexattr_init
configure:14183: gcc -o conftest -g -O2   conftest.c -lpthread  >&5
configure:14183: $? = 0
configure:14203: result: none required
configure:14227: checking for library containing dlopen
configure:14257: gcc -o conftest -g -O2   conftest.c -lpthread  >&5
/tmp/ccd7Vbus.o: In function `main':
/home/darklege/public_html/SOY/sqlite-autoconf-3470000/conftest.c:37: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:14257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.47.0"
| #define PACKAGE_STRING "sqlite 3.47.0"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE_URL ""
| #define PACKAGE "sqlite"
| #define VERSION "3.47.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_FDATASYNC 1
| #define HAVE_USLEEP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char dlopen ();
| int
| main (void)
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:14257: gcc -o conftest -g -O2   conftest.c -ldl  -lpthread  >&5
configure:14257: $? = 0
configure:14277: result: -ldl
configure:14289: checking for whether to support dynamic extensions
configure:14291: result: yes
configure:14306: checking SQL math functions
configure:14310: result: enabled
configure:14312: checking for library containing ceil
configure:14342: gcc -o conftest -g -O2   conftest.c -ldl -lpthread  >&5
conftest.c:33:6: warning: conflicting types for built-in function 'ceil' [-Wbuiltin-declaration-mismatch]
 char ceil ();
      ^~~~
/tmp/ccaigzxN.o: In function `main':
/home/darklege/public_html/SOY/sqlite-autoconf-3470000/conftest.c:37: undefined reference to `ceil'
collect2: error: ld returned 1 exit status
configure:14342: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.47.0"
| #define PACKAGE_STRING "sqlite 3.47.0"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE_URL ""
| #define PACKAGE "sqlite"
| #define VERSION "3.47.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_FDATASYNC 1
| #define HAVE_USLEEP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char ceil ();
| int
| main (void)
| {
| return ceil ();
|   ;
|   return 0;
| }
configure:14342: gcc -o conftest -g -O2   conftest.c -lm  -ldl -lpthread  >&5
conftest.c:33:6: warning: conflicting types for built-in function 'ceil' [-Wbuiltin-declaration-mismatch]
 char ceil ();
      ^~~~
configure:14342: $? = 0
configure:14362: result: -lm
configure:14388: checking FTS4 extension
configure:14392: result: enabled
configure:14409: checking FTS3 extension
configure:14416: result: disabled
configure:14432: checking FTS5 extension
configure:14435: result: enabled
configure:14437: checking for library containing log
configure:14467: gcc -o conftest -g -O2   conftest.c -lm -ldl -lpthread  >&5
conftest.c:33:6: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch]
 char log ();
      ^~~
configure:14467: $? = 0
configure:14487: result: none required
configure:14514: checking RTREE extension
configure:14518: result: enabled
configure:14535: checking Session extension
configure:14542: result: disabled
configure:14556: checking Build type
configure:14564: result: release
configure:14588: checking for posix_fallocate
configure:14588: gcc -o conftest -g -O2   conftest.c -lm -ldl -lpthread  >&5
configure:14588: $? = 0
configure:14588: result: yes
configure:14597: checking for zlib.h
configure:14597: gcc -c -g -O2  conftest.c >&5
configure:14597: $? = 0
configure:14597: result: yes
configure:14602: checking for library containing deflate
configure:14632: gcc -o conftest -g -O2   conftest.c -lm -ldl -lpthread  >&5
/tmp/ccDvMmxl.o: In function `main':
/home/darklege/public_html/SOY/sqlite-autoconf-3470000/conftest.c:39: undefined reference to `deflate'
collect2: error: ld returned 1 exit status
configure:14632: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlite"
| #define PACKAGE_TARNAME "sqlite"
| #define PACKAGE_VERSION "3.47.0"
| #define PACKAGE_STRING "sqlite 3.47.0"
| #define PACKAGE_BUGREPORT "http://www.sqlite.org"
| #define PACKAGE_URL ""
| #define PACKAGE "sqlite"
| #define VERSION "3.47.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_FDATASYNC 1
| #define HAVE_USLEEP 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char deflate ();
| int
| main (void)
| {
| return deflate ();
|   ;
|   return 0;
| }
configure:14632: gcc -o conftest -g -O2   conftest.c -lz  -lm -ldl -lpthread  >&5
configure:14632: $? = 0
configure:14652: result: -lz
configure:14666: checking for library containing system
configure:14696: gcc -o conftest -g -O2   conftest.c -lz -lm -ldl -lpthread  >&5
configure:14696: $? = 0
configure:14716: result: none required
configure:14899: checking that generated files are newer than configure
configure:14905: result: done
configure:14932: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by sqlite config.status 3.47.0, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on webhosting2006.is.cc

config.status:1009: creating Makefile
config.status:1009: creating sqlite3.pc
config.status:1181: executing depfiles commands
config.status:1258: cd .       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
config.status:1263: $? = 0
config.status:1181: executing libtool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_undeclared_builtin_options='none needed'
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_fdatasync=yes
ac_cv_func_fullfsync=no
ac_cv_func_gmtime_r=yes
ac_cv_func_localtime_r=yes
ac_cv_func_posix_fallocate=yes
ac_cv_func_strerror_r_char_p=no
ac_cv_func_usleep=yes
ac_cv_have_decl_strerror_r=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_editline_readline_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_readline_readline_h=no
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_search_ceil=-lm
ac_cv_search_deflate=-lz
ac_cv_search_dlopen=-ldl
ac_cv_search_log='none required'
ac_cv_search_pthread_create=-lpthread
ac_cv_search_pthread_mutexattr_init='none required'
ac_cv_search_system='none required'
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/bin/ld
lt_cv_path_NM='/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} '\''/home/darklege/public_html/SOY/sqlite-autoconf-3470000/missing'\'' aclocal-1.16'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} '\''/home/darklege/public_html/SOY/sqlite-autoconf-3470000/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/home/darklege/public_html/SOY/sqlite-autoconf-3470000/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/home/darklege/public_html/SOY/sqlite-autoconf-3470000/missing'\'' automake-1.16'
AWK='gawk'
BUILD_CFLAGS=' -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_MATH_FUNCTIONS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_GEOPOLY -DSQLITE_HAVE_ZLIB'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPPFLAGS=''
CSCOPE='cscope'
CTAGS='ctags'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.47.0\" -DPACKAGE_STRING=\"sqlite\ 3.47.0\" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.47.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FDATASYNC=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 -DHAVE_POSIX_FALLOCATE=1 -DHAVE_ZLIB_H=1'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ETAGS='etags'
EXEEXT=''
EXTRA_SHELL_OBJ='sqlite3-sqlite3.o'
FGREP='/bin/grep -F'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS='-lz -lm -ldl -lpthread '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} '\''/home/darklege/public_html/SOY/sqlite-autoconf-3470000/missing'\'' makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='sqlite'
PACKAGE_BUGREPORT='http://www.sqlite.org'
PACKAGE_NAME='sqlite'
PACKAGE_STRING='sqlite 3.47.0'
PACKAGE_TARNAME='sqlite'
PACKAGE_URL=''
PACKAGE_VERSION='3.47.0'
PATH_SEPARATOR=':'
RANLIB='ranlib'
READLINE_LIBS=''
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SHELL_CFLAGS=''
STRIP='strip'
VERSION='3.47.0'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/darklege/public_html/SOY/sqlite-autoconf-3470000/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/darklege/sqlite'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "sqlite"
#define PACKAGE_TARNAME "sqlite"
#define PACKAGE_VERSION "3.47.0"
#define PACKAGE_STRING "sqlite 3.47.0"
#define PACKAGE_BUGREPORT "http://www.sqlite.org"
#define PACKAGE_URL ""
#define PACKAGE "sqlite"
#define VERSION "3.47.0"
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_FDATASYNC 1
#define HAVE_USLEEP 1
#define HAVE_LOCALTIME_R 1
#define HAVE_GMTIME_R 1
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define HAVE_POSIX_FALLOCATE 1
#define HAVE_ZLIB_H 1

configure: exit 0
