OLD | NEW |
1 #! /bin/sh | 1 #! /bin/sh |
2 # Guess values for system-dependent variables and create Makefiles. | 2 # Guess values for system-dependent variables and create Makefiles. |
3 # Generated by GNU Autoconf 2.62 for sqlite 3.6.18. | 3 # Generated by GNU Autoconf 2.62 for sqlite 3.7.6.3. |
4 # | 4 # |
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
7 # This configure script is free software; the Free Software Foundation | 7 # This configure script is free software; the Free Software Foundation |
8 # gives unlimited permission to copy, distribute and modify it. | 8 # gives unlimited permission to copy, distribute and modify it. |
9 ## --------------------- ## | 9 ## --------------------- ## |
10 ## M4sh Initialization. ## | 10 ## M4sh Initialization. ## |
11 ## --------------------- ## | 11 ## --------------------- ## |
12 | 12 |
13 # Be more Bourne compatible | 13 # Be more Bourne compatible |
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
736 LIBOBJS= | 736 LIBOBJS= |
737 cross_compiling=no | 737 cross_compiling=no |
738 subdirs= | 738 subdirs= |
739 MFLAGS= | 739 MFLAGS= |
740 MAKEFLAGS= | 740 MAKEFLAGS= |
741 SHELL=${CONFIG_SHELL-/bin/sh} | 741 SHELL=${CONFIG_SHELL-/bin/sh} |
742 | 742 |
743 # Identity of this package. | 743 # Identity of this package. |
744 PACKAGE_NAME='sqlite' | 744 PACKAGE_NAME='sqlite' |
745 PACKAGE_TARNAME='sqlite' | 745 PACKAGE_TARNAME='sqlite' |
746 PACKAGE_VERSION='3.6.18' | 746 PACKAGE_VERSION='3.7.6.3' |
747 PACKAGE_STRING='sqlite 3.6.18' | 747 PACKAGE_STRING='sqlite 3.7.6.3' |
748 PACKAGE_BUGREPORT='' | 748 PACKAGE_BUGREPORT='' |
749 | 749 |
750 # Factoring default headers for most tests. | 750 # Factoring default headers for most tests. |
751 ac_includes_default="\ | 751 ac_includes_default="\ |
752 #include <stdio.h> | 752 #include <stdio.h> |
753 #ifdef HAVE_SYS_TYPES_H | 753 #ifdef HAVE_SYS_TYPES_H |
754 # include <sys/types.h> | 754 # include <sys/types.h> |
755 #endif | 755 #endif |
756 #ifdef HAVE_SYS_STAT_H | 756 #ifdef HAVE_SYS_STAT_H |
757 # include <sys/stat.h> | 757 # include <sys/stat.h> |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
862 AWK | 862 AWK |
863 TCLSH_CMD | 863 TCLSH_CMD |
864 TCLLIBDIR | 864 TCLLIBDIR |
865 program_prefix | 865 program_prefix |
866 VERSION | 866 VERSION |
867 RELEASE | 867 RELEASE |
868 VERSION_NUMBER | 868 VERSION_NUMBER |
869 BUILD_CC | 869 BUILD_CC |
870 SQLITE_THREADSAFE | 870 SQLITE_THREADSAFE |
871 XTHREADCONNECT | 871 XTHREADCONNECT |
872 THREADSOVERRIDELOCKS | |
873 ALLOWRELEASE | 872 ALLOWRELEASE |
874 TEMP_STORE | 873 TEMP_STORE |
875 BUILD_EXEEXT | 874 BUILD_EXEEXT |
876 SQLITE_OS_UNIX | 875 SQLITE_OS_UNIX |
877 SQLITE_OS_WIN | 876 SQLITE_OS_WIN |
878 SQLITE_OS_OS2 | 877 SQLITE_OS_OS2 |
879 TARGET_EXEEXT | 878 TARGET_EXEEXT |
880 TCL_VERSION | 879 TCL_VERSION |
881 TCL_BIN_DIR | 880 TCL_BIN_DIR |
882 TCL_SRC_DIR | 881 TCL_SRC_DIR |
(...skipping 22 matching lines...) Expand all Loading... |
905 enable_shared | 904 enable_shared |
906 enable_static | 905 enable_static |
907 with_pic | 906 with_pic |
908 enable_fast_install | 907 enable_fast_install |
909 with_gnu_ld | 908 with_gnu_ld |
910 enable_libtool_lock | 909 enable_libtool_lock |
911 enable_largefile | 910 enable_largefile |
912 with_hints | 911 with_hints |
913 enable_threadsafe | 912 enable_threadsafe |
914 enable_cross_thread_connections | 913 enable_cross_thread_connections |
915 enable_threads_override_locks | |
916 enable_releasemode | 914 enable_releasemode |
917 enable_tempstore | 915 enable_tempstore |
918 enable_tcl | 916 enable_tcl |
919 with_tcl | 917 with_tcl |
920 enable_readline | 918 enable_readline |
921 with_readline_lib | 919 with_readline_lib |
922 with_readline_inc | 920 with_readline_inc |
923 enable_debug | 921 enable_debug |
924 enable_amalgamation | 922 enable_amalgamation |
925 enable_load_extension | 923 enable_load_extension |
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1480 eval ac_cv_env_${ac_var}_value=\$${ac_var} | 1478 eval ac_cv_env_${ac_var}_value=\$${ac_var} |
1481 done | 1479 done |
1482 | 1480 |
1483 # | 1481 # |
1484 # Report the --help message. | 1482 # Report the --help message. |
1485 # | 1483 # |
1486 if test "$ac_init_help" = "long"; then | 1484 if test "$ac_init_help" = "long"; then |
1487 # Omit some internal or obsolete options to make the list less imposing. | 1485 # Omit some internal or obsolete options to make the list less imposing. |
1488 # This message is too long to be a string in the A/UX 3.1 sh. | 1486 # This message is too long to be a string in the A/UX 3.1 sh. |
1489 cat <<_ACEOF | 1487 cat <<_ACEOF |
1490 \`configure' configures sqlite 3.6.18 to adapt to many kinds of systems. | 1488 \`configure' configures sqlite 3.7.6.3 to adapt to many kinds of systems. |
1491 | 1489 |
1492 Usage: $0 [OPTION]... [VAR=VALUE]... | 1490 Usage: $0 [OPTION]... [VAR=VALUE]... |
1493 | 1491 |
1494 To assign environment variables (e.g., CC, CFLAGS...), specify them as | 1492 To assign environment variables (e.g., CC, CFLAGS...), specify them as |
1495 VAR=VALUE. See below for descriptions of some of the useful variables. | 1493 VAR=VALUE. See below for descriptions of some of the useful variables. |
1496 | 1494 |
1497 Defaults for the options are specified in brackets. | 1495 Defaults for the options are specified in brackets. |
1498 | 1496 |
1499 Configuration: | 1497 Configuration: |
1500 -h, --help display this help and exit | 1498 -h, --help display this help and exit |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1545 cat <<\_ACEOF | 1543 cat <<\_ACEOF |
1546 | 1544 |
1547 System types: | 1545 System types: |
1548 --build=BUILD configure for building on BUILD [guessed] | 1546 --build=BUILD configure for building on BUILD [guessed] |
1549 --host=HOST cross-compile to build programs to run on HOST [BUILD] | 1547 --host=HOST cross-compile to build programs to run on HOST [BUILD] |
1550 _ACEOF | 1548 _ACEOF |
1551 fi | 1549 fi |
1552 | 1550 |
1553 if test -n "$ac_init_help"; then | 1551 if test -n "$ac_init_help"; then |
1554 case $ac_init_help in | 1552 case $ac_init_help in |
1555 short | recursive ) echo "Configuration of sqlite 3.6.18:";; | 1553 short | recursive ) echo "Configuration of sqlite 3.7.6.3:";; |
1556 esac | 1554 esac |
1557 cat <<\_ACEOF | 1555 cat <<\_ACEOF |
1558 | 1556 |
1559 Optional Features: | 1557 Optional Features: |
1560 --disable-option-checking ignore unrecognized --enable/--with options | 1558 --disable-option-checking ignore unrecognized --enable/--with options |
1561 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | 1559 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
1562 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | 1560 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
1563 --enable-shared[=PKGS] build shared libraries [default=yes] | 1561 --enable-shared[=PKGS] build shared libraries [default=yes] |
1564 --enable-static[=PKGS] build static libraries [default=yes] | 1562 --enable-static[=PKGS] build static libraries [default=yes] |
1565 --enable-fast-install[=PKGS] | 1563 --enable-fast-install[=PKGS] |
1566 optimize for fast installation [default=yes] | 1564 optimize for fast installation [default=yes] |
1567 --disable-libtool-lock avoid locking (might break parallel builds) | 1565 --disable-libtool-lock avoid locking (might break parallel builds) |
1568 --disable-largefile omit support for large files | 1566 --disable-largefile omit support for large files |
1569 --enable-threadsafe Support threadsafe operation | 1567 --enable-threadsafe Support threadsafe operation |
1570 --enable-cross-thread-connections | 1568 --enable-cross-thread-connections |
1571 Allow connection sharing across threads | 1569 Allow connection sharing across threads |
1572 --enable-threads-override-locks | |
1573 Threads can override each others locks | |
1574 --enable-releasemode Support libtool link to release mode | 1570 --enable-releasemode Support libtool link to release mode |
1575 --enable-tempstore Use an in-ram database for temporary tables | 1571 --enable-tempstore Use an in-ram database for temporary tables |
1576 (never,no,yes,always) | 1572 (never,no,yes,always) |
1577 --disable-tcl do not build TCL extension | 1573 --disable-tcl do not build TCL extension |
1578 --disable-readline disable readline support [default=detect] | 1574 --disable-readline disable readline support [default=detect] |
1579 --enable-debug enable debugging & verbose explain | 1575 --enable-debug enable debugging & verbose explain |
1580 --disable-amalgamation Disable the amalgamation and instead build all files | 1576 --disable-amalgamation Disable the amalgamation and instead build all files |
1581 separately | 1577 separately |
1582 --enable-load-extension Enable loading of external extensions | 1578 --enable-load-extension Enable loading of external extensions |
1583 --enable-gcov Enable coverage testing using gcov | 1579 --enable-gcov Enable coverage testing using gcov |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1663 else | 1659 else |
1664 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 | 1660 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
1665 fi || ac_status=$? | 1661 fi || ac_status=$? |
1666 cd "$ac_pwd" || { ac_status=$?; break; } | 1662 cd "$ac_pwd" || { ac_status=$?; break; } |
1667 done | 1663 done |
1668 fi | 1664 fi |
1669 | 1665 |
1670 test -n "$ac_init_help" && exit $ac_status | 1666 test -n "$ac_init_help" && exit $ac_status |
1671 if $ac_init_version; then | 1667 if $ac_init_version; then |
1672 cat <<\_ACEOF | 1668 cat <<\_ACEOF |
1673 sqlite configure 3.6.18 | 1669 sqlite configure 3.7.6.3 |
1674 generated by GNU Autoconf 2.62 | 1670 generated by GNU Autoconf 2.62 |
1675 | 1671 |
1676 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 1672 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
1677 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 1673 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
1678 This configure script is free software; the Free Software Foundation | 1674 This configure script is free software; the Free Software Foundation |
1679 gives unlimited permission to copy, distribute and modify it. | 1675 gives unlimited permission to copy, distribute and modify it. |
1680 _ACEOF | 1676 _ACEOF |
1681 exit | 1677 exit |
1682 fi | 1678 fi |
1683 cat >config.log <<_ACEOF | 1679 cat >config.log <<_ACEOF |
1684 This file contains any messages produced by compilers while | 1680 This file contains any messages produced by compilers while |
1685 running configure, to aid debugging if configure makes a mistake. | 1681 running configure, to aid debugging if configure makes a mistake. |
1686 | 1682 |
1687 It was created by sqlite $as_me 3.6.18, which was | 1683 It was created by sqlite $as_me 3.7.6.3, which was |
1688 generated by GNU Autoconf 2.62. Invocation command line was | 1684 generated by GNU Autoconf 2.62. Invocation command line was |
1689 | 1685 |
1690 $ $0 $@ | 1686 $ $0 $@ |
1691 | 1687 |
1692 _ACEOF | 1688 _ACEOF |
1693 exec 5>>config.log | 1689 exec 5>>config.log |
1694 { | 1690 { |
1695 cat <<_ASUNAME | 1691 cat <<_ASUNAME |
1696 ## --------- ## | 1692 ## --------- ## |
1697 ## Platform. ## | 1693 ## Platform. ## |
(...skipping 2033 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3731 | 3727 |
3732 | 3728 |
3733 | 3729 |
3734 { $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5 | 3730 { $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5 |
3735 $as_echo_n "checking the name lister ($NM) interface... " >&6; } | 3731 $as_echo_n "checking the name lister ($NM) interface... " >&6; } |
3736 if test "${lt_cv_nm_interface+set}" = set; then | 3732 if test "${lt_cv_nm_interface+set}" = set; then |
3737 $as_echo_n "(cached) " >&6 | 3733 $as_echo_n "(cached) " >&6 |
3738 else | 3734 else |
3739 lt_cv_nm_interface="BSD nm" | 3735 lt_cv_nm_interface="BSD nm" |
3740 echo "int some_variable = 0;" > conftest.$ac_ext | 3736 echo "int some_variable = 0;" > conftest.$ac_ext |
3741 (eval echo "\"\$as_me:3741: $ac_compile\"" >&5) | 3737 (eval echo "\"\$as_me:3737: $ac_compile\"" >&5) |
3742 (eval "$ac_compile" 2>conftest.err) | 3738 (eval "$ac_compile" 2>conftest.err) |
3743 cat conftest.err >&5 | 3739 cat conftest.err >&5 |
3744 (eval echo "\"\$as_me:3744: $NM \\\"conftest.$ac_objext\\\"\"" >&5) | 3740 (eval echo "\"\$as_me:3740: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
3745 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) | 3741 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
3746 cat conftest.err >&5 | 3742 cat conftest.err >&5 |
3747 (eval echo "\"\$as_me:3747: output\"" >&5) | 3743 (eval echo "\"\$as_me:3743: output\"" >&5) |
3748 cat conftest.out >&5 | 3744 cat conftest.out >&5 |
3749 if $GREP 'External.*some_variable' conftest.out > /dev/null; then | 3745 if $GREP 'External.*some_variable' conftest.out > /dev/null; then |
3750 lt_cv_nm_interface="MS dumpbin" | 3746 lt_cv_nm_interface="MS dumpbin" |
3751 fi | 3747 fi |
3752 rm -f conftest* | 3748 rm -f conftest* |
3753 fi | 3749 fi |
3754 { $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5 | 3750 { $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5 |
3755 $as_echo "$lt_cv_nm_interface" >&6; } | 3751 $as_echo "$lt_cv_nm_interface" >&6; } |
3756 | 3752 |
3757 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 | 3753 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 |
(...skipping 1201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4959 ;; | 4955 ;; |
4960 *ELF-64*) | 4956 *ELF-64*) |
4961 HPUX_IA64_MODE="64" | 4957 HPUX_IA64_MODE="64" |
4962 ;; | 4958 ;; |
4963 esac | 4959 esac |
4964 fi | 4960 fi |
4965 rm -rf conftest* | 4961 rm -rf conftest* |
4966 ;; | 4962 ;; |
4967 *-*-irix6*) | 4963 *-*-irix6*) |
4968 # Find out which ABI we are using. | 4964 # Find out which ABI we are using. |
4969 echo '#line 4969 "configure"' > conftest.$ac_ext | 4965 echo '#line 4965 "configure"' > conftest.$ac_ext |
4970 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 4966 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
4971 (eval $ac_compile) 2>&5 | 4967 (eval $ac_compile) 2>&5 |
4972 ac_status=$? | 4968 ac_status=$? |
4973 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4969 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4974 (exit $ac_status); }; then | 4970 (exit $ac_status); }; then |
4975 if test "$lt_cv_prog_gnu_ld" = yes; then | 4971 if test "$lt_cv_prog_gnu_ld" = yes; then |
4976 case `/usr/bin/file conftest.$ac_objext` in | 4972 case `/usr/bin/file conftest.$ac_objext` in |
4977 *32-bit*) | 4973 *32-bit*) |
4978 LD="${LD-ld} -melf32bsmip" | 4974 LD="${LD-ld} -melf32bsmip" |
4979 ;; | 4975 ;; |
(...skipping 1848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6828 lt_compiler_flag="-fno-rtti -fno-exceptions" | 6824 lt_compiler_flag="-fno-rtti -fno-exceptions" |
6829 # Insert the option either (1) after the last *FLAGS variable, or | 6825 # Insert the option either (1) after the last *FLAGS variable, or |
6830 # (2) before a word containing "conftest.", or (3) at the end. | 6826 # (2) before a word containing "conftest.", or (3) at the end. |
6831 # Note that $ac_compile itself does not contain backslashes and begins | 6827 # Note that $ac_compile itself does not contain backslashes and begins |
6832 # with a dollar sign (not a hyphen), so the echo should work correctly. | 6828 # with a dollar sign (not a hyphen), so the echo should work correctly. |
6833 # The option is referenced via a variable to avoid confusing sed. | 6829 # The option is referenced via a variable to avoid confusing sed. |
6834 lt_compile=`echo "$ac_compile" | $SED \ | 6830 lt_compile=`echo "$ac_compile" | $SED \ |
6835 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 6831 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
6836 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 6832 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
6837 -e 's:$: $lt_compiler_flag:'` | 6833 -e 's:$: $lt_compiler_flag:'` |
6838 (eval echo "\"\$as_me:6838: $lt_compile\"" >&5) | 6834 (eval echo "\"\$as_me:6834: $lt_compile\"" >&5) |
6839 (eval "$lt_compile" 2>conftest.err) | 6835 (eval "$lt_compile" 2>conftest.err) |
6840 ac_status=$? | 6836 ac_status=$? |
6841 cat conftest.err >&5 | 6837 cat conftest.err >&5 |
6842 echo "$as_me:6842: \$? = $ac_status" >&5 | 6838 echo "$as_me:6838: \$? = $ac_status" >&5 |
6843 if (exit $ac_status) && test -s "$ac_outfile"; then | 6839 if (exit $ac_status) && test -s "$ac_outfile"; then |
6844 # The compiler can only warn and ignore the option if not recognized | 6840 # The compiler can only warn and ignore the option if not recognized |
6845 # So say no if there are warnings other than the usual output. | 6841 # So say no if there are warnings other than the usual output. |
6846 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp | 6842 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp |
6847 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | 6843 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
6848 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; the
n | 6844 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; the
n |
6849 lt_cv_prog_compiler_rtti_exceptions=yes | 6845 lt_cv_prog_compiler_rtti_exceptions=yes |
6850 fi | 6846 fi |
6851 fi | 6847 fi |
6852 $RM conftest* | 6848 $RM conftest* |
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7167 lt_compiler_flag="$lt_prog_compiler_pic -DPIC" | 7163 lt_compiler_flag="$lt_prog_compiler_pic -DPIC" |
7168 # Insert the option either (1) after the last *FLAGS variable, or | 7164 # Insert the option either (1) after the last *FLAGS variable, or |
7169 # (2) before a word containing "conftest.", or (3) at the end. | 7165 # (2) before a word containing "conftest.", or (3) at the end. |
7170 # Note that $ac_compile itself does not contain backslashes and begins | 7166 # Note that $ac_compile itself does not contain backslashes and begins |
7171 # with a dollar sign (not a hyphen), so the echo should work correctly. | 7167 # with a dollar sign (not a hyphen), so the echo should work correctly. |
7172 # The option is referenced via a variable to avoid confusing sed. | 7168 # The option is referenced via a variable to avoid confusing sed. |
7173 lt_compile=`echo "$ac_compile" | $SED \ | 7169 lt_compile=`echo "$ac_compile" | $SED \ |
7174 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 7170 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
7175 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 7171 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
7176 -e 's:$: $lt_compiler_flag:'` | 7172 -e 's:$: $lt_compiler_flag:'` |
7177 (eval echo "\"\$as_me:7177: $lt_compile\"" >&5) | 7173 (eval echo "\"\$as_me:7173: $lt_compile\"" >&5) |
7178 (eval "$lt_compile" 2>conftest.err) | 7174 (eval "$lt_compile" 2>conftest.err) |
7179 ac_status=$? | 7175 ac_status=$? |
7180 cat conftest.err >&5 | 7176 cat conftest.err >&5 |
7181 echo "$as_me:7181: \$? = $ac_status" >&5 | 7177 echo "$as_me:7177: \$? = $ac_status" >&5 |
7182 if (exit $ac_status) && test -s "$ac_outfile"; then | 7178 if (exit $ac_status) && test -s "$ac_outfile"; then |
7183 # The compiler can only warn and ignore the option if not recognized | 7179 # The compiler can only warn and ignore the option if not recognized |
7184 # So say no if there are warnings other than the usual output. | 7180 # So say no if there are warnings other than the usual output. |
7185 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp | 7181 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp |
7186 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | 7182 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
7187 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; the
n | 7183 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; the
n |
7188 lt_cv_prog_compiler_pic_works=yes | 7184 lt_cv_prog_compiler_pic_works=yes |
7189 fi | 7185 fi |
7190 fi | 7186 fi |
7191 $RM conftest* | 7187 $RM conftest* |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7272 | 7268 |
7273 lt_compiler_flag="-o out/conftest2.$ac_objext" | 7269 lt_compiler_flag="-o out/conftest2.$ac_objext" |
7274 # Insert the option either (1) after the last *FLAGS variable, or | 7270 # Insert the option either (1) after the last *FLAGS variable, or |
7275 # (2) before a word containing "conftest.", or (3) at the end. | 7271 # (2) before a word containing "conftest.", or (3) at the end. |
7276 # Note that $ac_compile itself does not contain backslashes and begins | 7272 # Note that $ac_compile itself does not contain backslashes and begins |
7277 # with a dollar sign (not a hyphen), so the echo should work correctly. | 7273 # with a dollar sign (not a hyphen), so the echo should work correctly. |
7278 lt_compile=`echo "$ac_compile" | $SED \ | 7274 lt_compile=`echo "$ac_compile" | $SED \ |
7279 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 7275 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
7280 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 7276 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
7281 -e 's:$: $lt_compiler_flag:'` | 7277 -e 's:$: $lt_compiler_flag:'` |
7282 (eval echo "\"\$as_me:7282: $lt_compile\"" >&5) | 7278 (eval echo "\"\$as_me:7278: $lt_compile\"" >&5) |
7283 (eval "$lt_compile" 2>out/conftest.err) | 7279 (eval "$lt_compile" 2>out/conftest.err) |
7284 ac_status=$? | 7280 ac_status=$? |
7285 cat out/conftest.err >&5 | 7281 cat out/conftest.err >&5 |
7286 echo "$as_me:7286: \$? = $ac_status" >&5 | 7282 echo "$as_me:7282: \$? = $ac_status" >&5 |
7287 if (exit $ac_status) && test -s out/conftest2.$ac_objext | 7283 if (exit $ac_status) && test -s out/conftest2.$ac_objext |
7288 then | 7284 then |
7289 # The compiler can only warn and ignore the option if not recognized | 7285 # The compiler can only warn and ignore the option if not recognized |
7290 # So say no if there are warnings | 7286 # So say no if there are warnings |
7291 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp | 7287 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp |
7292 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 | 7288 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 |
7293 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d
ev/null; then | 7289 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d
ev/null; then |
7294 lt_cv_prog_compiler_c_o=yes | 7290 lt_cv_prog_compiler_c_o=yes |
7295 fi | 7291 fi |
7296 fi | 7292 fi |
(...skipping 30 matching lines...) Expand all Loading... |
7327 | 7323 |
7328 lt_compiler_flag="-o out/conftest2.$ac_objext" | 7324 lt_compiler_flag="-o out/conftest2.$ac_objext" |
7329 # Insert the option either (1) after the last *FLAGS variable, or | 7325 # Insert the option either (1) after the last *FLAGS variable, or |
7330 # (2) before a word containing "conftest.", or (3) at the end. | 7326 # (2) before a word containing "conftest.", or (3) at the end. |
7331 # Note that $ac_compile itself does not contain backslashes and begins | 7327 # Note that $ac_compile itself does not contain backslashes and begins |
7332 # with a dollar sign (not a hyphen), so the echo should work correctly. | 7328 # with a dollar sign (not a hyphen), so the echo should work correctly. |
7333 lt_compile=`echo "$ac_compile" | $SED \ | 7329 lt_compile=`echo "$ac_compile" | $SED \ |
7334 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 7330 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
7335 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 7331 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
7336 -e 's:$: $lt_compiler_flag:'` | 7332 -e 's:$: $lt_compiler_flag:'` |
7337 (eval echo "\"\$as_me:7337: $lt_compile\"" >&5) | 7333 (eval echo "\"\$as_me:7333: $lt_compile\"" >&5) |
7338 (eval "$lt_compile" 2>out/conftest.err) | 7334 (eval "$lt_compile" 2>out/conftest.err) |
7339 ac_status=$? | 7335 ac_status=$? |
7340 cat out/conftest.err >&5 | 7336 cat out/conftest.err >&5 |
7341 echo "$as_me:7341: \$? = $ac_status" >&5 | 7337 echo "$as_me:7337: \$? = $ac_status" >&5 |
7342 if (exit $ac_status) && test -s out/conftest2.$ac_objext | 7338 if (exit $ac_status) && test -s out/conftest2.$ac_objext |
7343 then | 7339 then |
7344 # The compiler can only warn and ignore the option if not recognized | 7340 # The compiler can only warn and ignore the option if not recognized |
7345 # So say no if there are warnings | 7341 # So say no if there are warnings |
7346 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp | 7342 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp |
7347 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 | 7343 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 |
7348 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d
ev/null; then | 7344 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d
ev/null; then |
7349 lt_cv_prog_compiler_c_o=yes | 7345 lt_cv_prog_compiler_c_o=yes |
7350 fi | 7346 fi |
7351 fi | 7347 fi |
(...skipping 2788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
10140 $as_echo_n "checking whether a program can dlopen itself... " >&6; } | 10136 $as_echo_n "checking whether a program can dlopen itself... " >&6; } |
10141 if test "${lt_cv_dlopen_self+set}" = set; then | 10137 if test "${lt_cv_dlopen_self+set}" = set; then |
10142 $as_echo_n "(cached) " >&6 | 10138 $as_echo_n "(cached) " >&6 |
10143 else | 10139 else |
10144 if test "$cross_compiling" = yes; then : | 10140 if test "$cross_compiling" = yes; then : |
10145 lt_cv_dlopen_self=cross | 10141 lt_cv_dlopen_self=cross |
10146 else | 10142 else |
10147 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 10143 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
10148 lt_status=$lt_dlunknown | 10144 lt_status=$lt_dlunknown |
10149 cat > conftest.$ac_ext <<_LT_EOF | 10145 cat > conftest.$ac_ext <<_LT_EOF |
10150 #line 10150 "configure" | 10146 #line 10146 "configure" |
10151 #include "confdefs.h" | 10147 #include "confdefs.h" |
10152 | 10148 |
10153 #if HAVE_DLFCN_H | 10149 #if HAVE_DLFCN_H |
10154 #include <dlfcn.h> | 10150 #include <dlfcn.h> |
10155 #endif | 10151 #endif |
10156 | 10152 |
10157 #include <stdio.h> | 10153 #include <stdio.h> |
10158 | 10154 |
10159 #ifdef RTLD_GLOBAL | 10155 #ifdef RTLD_GLOBAL |
10160 # define LT_DLGLOBAL RTLD_GLOBAL | 10156 # define LT_DLGLOBAL RTLD_GLOBAL |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
10236 $as_echo_n "checking whether a statically linked program can dlopen itself... "
>&6; } | 10232 $as_echo_n "checking whether a statically linked program can dlopen itself... "
>&6; } |
10237 if test "${lt_cv_dlopen_self_static+set}" = set; then | 10233 if test "${lt_cv_dlopen_self_static+set}" = set; then |
10238 $as_echo_n "(cached) " >&6 | 10234 $as_echo_n "(cached) " >&6 |
10239 else | 10235 else |
10240 if test "$cross_compiling" = yes; then : | 10236 if test "$cross_compiling" = yes; then : |
10241 lt_cv_dlopen_self_static=cross | 10237 lt_cv_dlopen_self_static=cross |
10242 else | 10238 else |
10243 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 10239 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
10244 lt_status=$lt_dlunknown | 10240 lt_status=$lt_dlunknown |
10245 cat > conftest.$ac_ext <<_LT_EOF | 10241 cat > conftest.$ac_ext <<_LT_EOF |
10246 #line 10246 "configure" | 10242 #line 10242 "configure" |
10247 #include "confdefs.h" | 10243 #include "confdefs.h" |
10248 | 10244 |
10249 #if HAVE_DLFCN_H | 10245 #if HAVE_DLFCN_H |
10250 #include <dlfcn.h> | 10246 #include <dlfcn.h> |
10251 #endif | 10247 #endif |
10252 | 10248 |
10253 #include <stdio.h> | 10249 #include <stdio.h> |
10254 | 10250 |
10255 #ifdef RTLD_GLOBAL | 10251 #ifdef RTLD_GLOBAL |
10256 # define LT_DLGLOBAL RTLD_GLOBAL | 10252 # define LT_DLGLOBAL RTLD_GLOBAL |
(...skipping 1995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12252 ######### | 12248 ######### |
12253 # By default, we use the amalgamation (this may be changed below...) | 12249 # By default, we use the amalgamation (this may be changed below...) |
12254 # | 12250 # |
12255 USE_AMALGAMATION=1 | 12251 USE_AMALGAMATION=1 |
12256 | 12252 |
12257 ######### | 12253 ######### |
12258 # See whether we can run specific tclsh versions known to work well; | 12254 # See whether we can run specific tclsh versions known to work well; |
12259 # if not, then we fall back to plain tclsh. | 12255 # if not, then we fall back to plain tclsh. |
12260 # TODO: try other versions before falling back? | 12256 # TODO: try other versions before falling back? |
12261 # | 12257 # |
12262 for ac_prog in tclsh8.4 tclsh | 12258 for ac_prog in tclsh8.5 tclsh |
12263 do | 12259 do |
12264 # Extract the first word of "$ac_prog", so it can be a program name with args. | 12260 # Extract the first word of "$ac_prog", so it can be a program name with args. |
12265 set dummy $ac_prog; ac_word=$2 | 12261 set dummy $ac_prog; ac_word=$2 |
12266 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 | 12262 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
12267 $as_echo_n "checking for $ac_word... " >&6; } | 12263 $as_echo_n "checking for $ac_word... " >&6; } |
12268 if test "${ac_cv_prog_TCLSH_CMD+set}" = set; then | 12264 if test "${ac_cv_prog_TCLSH_CMD+set}" = set; then |
12269 $as_echo_n "(cached) " >&6 | 12265 $as_echo_n "(cached) " >&6 |
12270 else | 12266 else |
12271 if test -n "$TCLSH_CMD"; then | 12267 if test -n "$TCLSH_CMD"; then |
12272 ac_cv_prog_TCLSH_CMD="$TCLSH_CMD" # Let the user override the test. | 12268 ac_cv_prog_TCLSH_CMD="$TCLSH_CMD" # Let the user override the test. |
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12574 { $as_echo "$as_me:$LINENO: result: no" >&5 | 12570 { $as_echo "$as_me:$LINENO: result: no" >&5 |
12575 $as_echo "no" >&6; } | 12571 $as_echo "no" >&6; } |
12576 else | 12572 else |
12577 XTHREADCONNECT='-DSQLITE_ALLOW_XTHREAD_CONNECT=1' | 12573 XTHREADCONNECT='-DSQLITE_ALLOW_XTHREAD_CONNECT=1' |
12578 { $as_echo "$as_me:$LINENO: result: yes" >&5 | 12574 { $as_echo "$as_me:$LINENO: result: yes" >&5 |
12579 $as_echo "yes" >&6; } | 12575 $as_echo "yes" >&6; } |
12580 fi | 12576 fi |
12581 | 12577 |
12582 | 12578 |
12583 ########## | 12579 ########## |
12584 # Do we want to set threadsOverrideEachOthersLocks variable to be 1 (true) by | |
12585 # default. Normally, a test at runtime is performed to determine the | |
12586 # appropriate value of this variable. Use this option only if you're sure that | |
12587 # threads can safely override each others locks in all runtime situations. | |
12588 # | |
12589 # Check whether --enable-threads-override-locks was given. | |
12590 if test "${enable_threads_override_locks+set}" = set; then | |
12591 enableval=$enable_threads_override_locks; | |
12592 else | |
12593 enable_threads_override_locks=no | |
12594 fi | |
12595 | |
12596 { $as_echo "$as_me:$LINENO: checking whether threads can override each others lo
cks" >&5 | |
12597 $as_echo_n "checking whether threads can override each others locks... " >&6; } | |
12598 if test "$enable_threads_override_locks" = "no"; then | |
12599 THREADSOVERRIDELOCKS='-1' | |
12600 { $as_echo "$as_me:$LINENO: result: no" >&5 | |
12601 $as_echo "no" >&6; } | |
12602 else | |
12603 THREADSOVERRIDELOCKS='1' | |
12604 { $as_echo "$as_me:$LINENO: result: yes" >&5 | |
12605 $as_echo "yes" >&6; } | |
12606 fi | |
12607 | |
12608 | |
12609 ########## | |
12610 # Do we want to support release | 12580 # Do we want to support release |
12611 # | 12581 # |
12612 # Check whether --enable-releasemode was given. | 12582 # Check whether --enable-releasemode was given. |
12613 if test "${enable_releasemode+set}" = set; then | 12583 if test "${enable_releasemode+set}" = set; then |
12614 enableval=$enable_releasemode; | 12584 enableval=$enable_releasemode; |
12615 else | 12585 else |
12616 enable_releasemode=no | 12586 enable_releasemode=no |
12617 fi | 12587 fi |
12618 | 12588 |
12619 { $as_echo "$as_me:$LINENO: checking whether to support shared library linked as
release mode or not" >&5 | 12589 { $as_echo "$as_me:$LINENO: checking whether to support shared library linked as
release mode or not" >&5 |
(...skipping 1345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13965 # Sed expression to map a string onto a valid variable name. | 13935 # Sed expression to map a string onto a valid variable name. |
13966 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | 13936 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
13967 | 13937 |
13968 | 13938 |
13969 exec 6>&1 | 13939 exec 6>&1 |
13970 | 13940 |
13971 # Save the log message, to keep $[0] and so on meaningful, and to | 13941 # Save the log message, to keep $[0] and so on meaningful, and to |
13972 # report actual input values of CONFIG_FILES etc. instead of their | 13942 # report actual input values of CONFIG_FILES etc. instead of their |
13973 # values after options handling. | 13943 # values after options handling. |
13974 ac_log=" | 13944 ac_log=" |
13975 This file was extended by sqlite $as_me 3.6.18, which was | 13945 This file was extended by sqlite $as_me 3.7.6.3, which was |
13976 generated by GNU Autoconf 2.62. Invocation command line was | 13946 generated by GNU Autoconf 2.62. Invocation command line was |
13977 | 13947 |
13978 CONFIG_FILES = $CONFIG_FILES | 13948 CONFIG_FILES = $CONFIG_FILES |
13979 CONFIG_HEADERS = $CONFIG_HEADERS | 13949 CONFIG_HEADERS = $CONFIG_HEADERS |
13980 CONFIG_LINKS = $CONFIG_LINKS | 13950 CONFIG_LINKS = $CONFIG_LINKS |
13981 CONFIG_COMMANDS = $CONFIG_COMMANDS | 13951 CONFIG_COMMANDS = $CONFIG_COMMANDS |
13982 $ $0 $@ | 13952 $ $0 $@ |
13983 | 13953 |
13984 on `(hostname || uname -n) 2>/dev/null | sed 1q` | 13954 on `(hostname || uname -n) 2>/dev/null | sed 1q` |
13985 " | 13955 " |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14018 $config_headers | 13988 $config_headers |
14019 | 13989 |
14020 Configuration commands: | 13990 Configuration commands: |
14021 $config_commands | 13991 $config_commands |
14022 | 13992 |
14023 Report bugs to <bug-autoconf@gnu.org>." | 13993 Report bugs to <bug-autoconf@gnu.org>." |
14024 | 13994 |
14025 _ACEOF | 13995 _ACEOF |
14026 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 13996 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
14027 ac_cs_version="\\ | 13997 ac_cs_version="\\ |
14028 sqlite config.status 3.6.18 | 13998 sqlite config.status 3.7.6.3 |
14029 configured by $0, generated by GNU Autoconf 2.62, | 13999 configured by $0, generated by GNU Autoconf 2.62, |
14030 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\
\&/g'`\\" | 14000 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\
\&/g'`\\" |
14031 | 14001 |
14032 Copyright (C) 2008 Free Software Foundation, Inc. | 14002 Copyright (C) 2008 Free Software Foundation, Inc. |
14033 This config.status script is free software; the Free Software Foundation | 14003 This config.status script is free software; the Free Software Foundation |
14034 gives unlimited permission to copy, distribute and modify it." | 14004 gives unlimited permission to copy, distribute and modify it." |
14035 | 14005 |
14036 ac_pwd='$ac_pwd' | 14006 ac_pwd='$ac_pwd' |
14037 srcdir='$srcdir' | 14007 srcdir='$srcdir' |
14038 INSTALL='$INSTALL' | 14008 INSTALL='$INSTALL' |
(...skipping 1649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15688 exec 5>>config.log | 15658 exec 5>>config.log |
15689 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 15659 # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
15690 # would make configure fail if this is the last instruction. | 15660 # would make configure fail if this is the last instruction. |
15691 $ac_cs_success || { (exit 1); exit 1; } | 15661 $ac_cs_success || { (exit 1); exit 1; } |
15692 fi | 15662 fi |
15693 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 15663 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
15694 { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_op
ts" >&5 | 15664 { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_op
ts" >&5 |
15695 $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} | 15665 $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} |
15696 fi | 15666 fi |
15697 | 15667 |
OLD | NEW |