Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: third_party/sqlite/src/configure

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/sqlite/src/config.h.in ('k') | third_party/sqlite/src/configure.ac » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.69 for sqlite 3.10.2. 3 # Generated by GNU Autoconf 2.69 for sqlite 3.17.0.
4 # 4 #
5 # 5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 # 7 #
8 # 8 #
9 # This configure script is free software; the Free Software Foundation 9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it. 10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ## 11 ## -------------------- ##
12 ## M4sh Initialization. ## 12 ## M4sh Initialization. ##
13 ## -------------------- ## 13 ## -------------------- ##
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 ac_config_libobj_dir=. 719 ac_config_libobj_dir=.
720 LIBOBJS= 720 LIBOBJS=
721 cross_compiling=no 721 cross_compiling=no
722 subdirs= 722 subdirs=
723 MFLAGS= 723 MFLAGS=
724 MAKEFLAGS= 724 MAKEFLAGS=
725 725
726 # Identity of this package. 726 # Identity of this package.
727 PACKAGE_NAME='sqlite' 727 PACKAGE_NAME='sqlite'
728 PACKAGE_TARNAME='sqlite' 728 PACKAGE_TARNAME='sqlite'
729 PACKAGE_VERSION='3.10.2' 729 PACKAGE_VERSION='3.17.0'
730 PACKAGE_STRING='sqlite 3.10.2' 730 PACKAGE_STRING='sqlite 3.17.0'
731 PACKAGE_BUGREPORT='' 731 PACKAGE_BUGREPORT=''
732 PACKAGE_URL='' 732 PACKAGE_URL=''
733 733
734 # Factoring default headers for most tests. 734 # Factoring default headers for most tests.
735 ac_includes_default="\ 735 ac_includes_default="\
736 #include <stdio.h> 736 #include <stdio.h>
737 #ifdef HAVE_SYS_TYPES_H 737 #ifdef HAVE_SYS_TYPES_H
738 # include <sys/types.h> 738 # include <sys/types.h>
739 #endif 739 #endif
740 #ifdef HAVE_SYS_STAT_H 740 #ifdef HAVE_SYS_STAT_H
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 enable_tempstore 896 enable_tempstore
897 enable_tcl 897 enable_tcl
898 with_tcl 898 with_tcl
899 enable_editline 899 enable_editline
900 enable_readline 900 enable_readline
901 with_readline_lib 901 with_readline_lib
902 with_readline_inc 902 with_readline_inc
903 enable_debug 903 enable_debug
904 enable_amalgamation 904 enable_amalgamation
905 enable_load_extension 905 enable_load_extension
906 enable_memsys5
907 enable_memsys3
906 enable_fts3 908 enable_fts3
907 enable_fts4 909 enable_fts4
908 enable_fts5 910 enable_fts5
909 enable_json1 911 enable_json1
910 enable_rtree 912 enable_rtree
913 enable_session
911 enable_gcov 914 enable_gcov
912 ' 915 '
913 ac_precious_vars='build_alias 916 ac_precious_vars='build_alias
914 host_alias 917 host_alias
915 target_alias 918 target_alias
916 CC 919 CC
917 CFLAGS 920 CFLAGS
918 LDFLAGS 921 LDFLAGS
919 LIBS 922 LIBS
920 CPPFLAGS 923 CPPFLAGS
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
1453 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1456 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1454 done 1457 done
1455 1458
1456 # 1459 #
1457 # Report the --help message. 1460 # Report the --help message.
1458 # 1461 #
1459 if test "$ac_init_help" = "long"; then 1462 if test "$ac_init_help" = "long"; then
1460 # Omit some internal or obsolete options to make the list less imposing. 1463 # Omit some internal or obsolete options to make the list less imposing.
1461 # This message is too long to be a string in the A/UX 3.1 sh. 1464 # This message is too long to be a string in the A/UX 3.1 sh.
1462 cat <<_ACEOF 1465 cat <<_ACEOF
1463 \`configure' configures sqlite 3.10.2 to adapt to many kinds of systems. 1466 \`configure' configures sqlite 3.17.0 to adapt to many kinds of systems.
1464 1467
1465 Usage: $0 [OPTION]... [VAR=VALUE]... 1468 Usage: $0 [OPTION]... [VAR=VALUE]...
1466 1469
1467 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1470 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1468 VAR=VALUE. See below for descriptions of some of the useful variables. 1471 VAR=VALUE. See below for descriptions of some of the useful variables.
1469 1472
1470 Defaults for the options are specified in brackets. 1473 Defaults for the options are specified in brackets.
1471 1474
1472 Configuration: 1475 Configuration:
1473 -h, --help display this help and exit 1476 -h, --help display this help and exit
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1518 cat <<\_ACEOF 1521 cat <<\_ACEOF
1519 1522
1520 System types: 1523 System types:
1521 --build=BUILD configure for building on BUILD [guessed] 1524 --build=BUILD configure for building on BUILD [guessed]
1522 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1525 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1523 _ACEOF 1526 _ACEOF
1524 fi 1527 fi
1525 1528
1526 if test -n "$ac_init_help"; then 1529 if test -n "$ac_init_help"; then
1527 case $ac_init_help in 1530 case $ac_init_help in
1528 short | recursive ) echo "Configuration of sqlite 3.10.2:";; 1531 short | recursive ) echo "Configuration of sqlite 3.17.0:";;
1529 esac 1532 esac
1530 cat <<\_ACEOF 1533 cat <<\_ACEOF
1531 1534
1532 Optional Features: 1535 Optional Features:
1533 --disable-option-checking ignore unrecognized --enable/--with options 1536 --disable-option-checking ignore unrecognized --enable/--with options
1534 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1537 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1535 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1538 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1536 --enable-shared[=PKGS] build shared libraries [default=yes] 1539 --enable-shared[=PKGS] build shared libraries [default=yes]
1537 --enable-static[=PKGS] build static libraries [default=yes] 1540 --enable-static[=PKGS] build static libraries [default=yes]
1538 --enable-fast-install[=PKGS] 1541 --enable-fast-install[=PKGS]
1539 optimize for fast installation [default=yes] 1542 optimize for fast installation [default=yes]
1540 --disable-libtool-lock avoid locking (might break parallel builds) 1543 --disable-libtool-lock avoid locking (might break parallel builds)
1541 --disable-largefile omit support for large files 1544 --disable-largefile omit support for large files
1542 --disable-threadsafe Disable mutexing 1545 --disable-threadsafe Disable mutexing
1543 --enable-releasemode Support libtool link to release mode 1546 --enable-releasemode Support libtool link to release mode
1544 --enable-tempstore Use an in-ram database for temporary tables 1547 --enable-tempstore Use an in-ram database for temporary tables
1545 (never,no,yes,always) 1548 (never,no,yes,always)
1546 --disable-tcl do not build TCL extension 1549 --disable-tcl do not build TCL extension
1547 --enable-editline enable BSD editline support 1550 --enable-editline enable BSD editline support
1548 --disable-readline disable readline support 1551 --disable-readline disable readline support
1549 --enable-debug enable debugging & verbose explain 1552 --enable-debug enable debugging & verbose explain
1550 --disable-amalgamation Disable the amalgamation and instead build all files 1553 --disable-amalgamation Disable the amalgamation and instead build all files
1551 separately 1554 separately
1552 --disable-load-extension 1555 --disable-load-extension
1553 Disable loading of external extensions 1556 Disable loading of external extensions
1557 --enable-memsys5 Enable MEMSYS5
1558 --enable-memsys3 Enable MEMSYS3
1554 --enable-fts3 Enable the FTS3 extension 1559 --enable-fts3 Enable the FTS3 extension
1555 --enable-fts4 Enable the FTS4 extension 1560 --enable-fts4 Enable the FTS4 extension
1556 --enable-fts5 Enable the FTS5 extension 1561 --enable-fts5 Enable the FTS5 extension
1557 --enable-json1 Enable the JSON1 extension 1562 --enable-json1 Enable the JSON1 extension
1558 --enable-rtree Enable the RTREE extension 1563 --enable-rtree Enable the RTREE extension
1564 --enable-session Enable the SESSION extension
1559 --enable-gcov Enable coverage testing using gcov 1565 --enable-gcov Enable coverage testing using gcov
1560 1566
1561 Optional Packages: 1567 Optional Packages:
1562 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1568 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1563 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1569 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1564 --with-pic try to use only PIC/non-PIC objects [default=use 1570 --with-pic try to use only PIC/non-PIC objects [default=use
1565 both] 1571 both]
1566 --with-gnu-ld assume the C compiler uses GNU ld [default=no] 1572 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1567 --with-tcl=DIR directory containing tcl configuration 1573 --with-tcl=DIR directory containing tcl configuration
1568 (tclConfig.sh) 1574 (tclConfig.sh)
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
1639 else 1645 else
1640 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1646 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1641 fi || ac_status=$? 1647 fi || ac_status=$?
1642 cd "$ac_pwd" || { ac_status=$?; break; } 1648 cd "$ac_pwd" || { ac_status=$?; break; }
1643 done 1649 done
1644 fi 1650 fi
1645 1651
1646 test -n "$ac_init_help" && exit $ac_status 1652 test -n "$ac_init_help" && exit $ac_status
1647 if $ac_init_version; then 1653 if $ac_init_version; then
1648 cat <<\_ACEOF 1654 cat <<\_ACEOF
1649 sqlite configure 3.10.2 1655 sqlite configure 3.17.0
1650 generated by GNU Autoconf 2.69 1656 generated by GNU Autoconf 2.69
1651 1657
1652 Copyright (C) 2012 Free Software Foundation, Inc. 1658 Copyright (C) 2012 Free Software Foundation, Inc.
1653 This configure script is free software; the Free Software Foundation 1659 This configure script is free software; the Free Software Foundation
1654 gives unlimited permission to copy, distribute and modify it. 1660 gives unlimited permission to copy, distribute and modify it.
1655 _ACEOF 1661 _ACEOF
1656 exit 1662 exit
1657 fi 1663 fi
1658 1664
1659 ## ------------------------ ## 1665 ## ------------------------ ##
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
2058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2059 $as_echo "$ac_res" >&6; } 2065 $as_echo "$ac_res" >&6; }
2060 fi 2066 fi
2061 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2067 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2062 2068
2063 } # ac_fn_c_check_header_mongrel 2069 } # ac_fn_c_check_header_mongrel
2064 cat >config.log <<_ACEOF 2070 cat >config.log <<_ACEOF
2065 This file contains any messages produced by compilers while 2071 This file contains any messages produced by compilers while
2066 running configure, to aid debugging if configure makes a mistake. 2072 running configure, to aid debugging if configure makes a mistake.
2067 2073
2068 It was created by sqlite $as_me 3.10.2, which was 2074 It was created by sqlite $as_me 3.17.0, which was
2069 generated by GNU Autoconf 2.69. Invocation command line was 2075 generated by GNU Autoconf 2.69. Invocation command line was
2070 2076
2071 $ $0 $@ 2077 $ $0 $@
2072 2078
2073 _ACEOF 2079 _ACEOF
2074 exec 5>>config.log 2080 exec 5>>config.log
2075 { 2081 {
2076 cat <<_ASUNAME 2082 cat <<_ASUNAME
2077 ## --------- ## 2083 ## --------- ##
2078 ## Platform. ## 2084 ## Platform. ##
(...skipping 1837 matching lines...) Expand 10 before | Expand all | Expand 10 after
3916 3922
3917 3923
3918 3924
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interfac e" >&5 3925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interfac e" >&5
3920 $as_echo_n "checking the name lister ($NM) interface... " >&6; } 3926 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
3921 if ${lt_cv_nm_interface+:} false; then : 3927 if ${lt_cv_nm_interface+:} false; then :
3922 $as_echo_n "(cached) " >&6 3928 $as_echo_n "(cached) " >&6
3923 else 3929 else
3924 lt_cv_nm_interface="BSD nm" 3930 lt_cv_nm_interface="BSD nm"
3925 echo "int some_variable = 0;" > conftest.$ac_ext 3931 echo "int some_variable = 0;" > conftest.$ac_ext
3926 (eval echo "\"\$as_me:3926: $ac_compile\"" >&5) 3932 (eval echo "\"\$as_me:3932: $ac_compile\"" >&5)
3927 (eval "$ac_compile" 2>conftest.err) 3933 (eval "$ac_compile" 2>conftest.err)
3928 cat conftest.err >&5 3934 cat conftest.err >&5
3929 (eval echo "\"\$as_me:3929: $NM \\\"conftest.$ac_objext\\\"\"" >&5) 3935 (eval echo "\"\$as_me:3935: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
3930 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) 3936 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
3931 cat conftest.err >&5 3937 cat conftest.err >&5
3932 (eval echo "\"\$as_me:3932: output\"" >&5) 3938 (eval echo "\"\$as_me:3938: output\"" >&5)
3933 cat conftest.out >&5 3939 cat conftest.out >&5
3934 if $GREP 'External.*some_variable' conftest.out > /dev/null; then 3940 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
3935 lt_cv_nm_interface="MS dumpbin" 3941 lt_cv_nm_interface="MS dumpbin"
3936 fi 3942 fi
3937 rm -f conftest* 3943 rm -f conftest*
3938 fi 3944 fi
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
3940 $as_echo "$lt_cv_nm_interface" >&6; } 3946 $as_echo "$lt_cv_nm_interface" >&6; }
3941 3947
3942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 3948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
(...skipping 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after
5128 ;; 5134 ;;
5129 *ELF-64*) 5135 *ELF-64*)
5130 HPUX_IA64_MODE="64" 5136 HPUX_IA64_MODE="64"
5131 ;; 5137 ;;
5132 esac 5138 esac
5133 fi 5139 fi
5134 rm -rf conftest* 5140 rm -rf conftest*
5135 ;; 5141 ;;
5136 *-*-irix6*) 5142 *-*-irix6*)
5137 # Find out which ABI we are using. 5143 # Find out which ABI we are using.
5138 echo '#line 5138 "configure"' > conftest.$ac_ext 5144 echo '#line 5144 "configure"' > conftest.$ac_ext
5139 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 5145 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5140 (eval $ac_compile) 2>&5 5146 (eval $ac_compile) 2>&5
5141 ac_status=$? 5147 ac_status=$?
5142 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5148 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5143 test $ac_status = 0; }; then 5149 test $ac_status = 0; }; then
5144 if test "$lt_cv_prog_gnu_ld" = yes; then 5150 if test "$lt_cv_prog_gnu_ld" = yes; then
5145 case `/usr/bin/file conftest.$ac_objext` in 5151 case `/usr/bin/file conftest.$ac_objext` in
5146 *32-bit*) 5152 *32-bit*)
5147 LD="${LD-ld} -melf32bsmip" 5153 LD="${LD-ld} -melf32bsmip"
5148 ;; 5154 ;;
(...skipping 1504 matching lines...) Expand 10 before | Expand all | Expand 10 after
6653 lt_compiler_flag="-fno-rtti -fno-exceptions" 6659 lt_compiler_flag="-fno-rtti -fno-exceptions"
6654 # Insert the option either (1) after the last *FLAGS variable, or 6660 # Insert the option either (1) after the last *FLAGS variable, or
6655 # (2) before a word containing "conftest.", or (3) at the end. 6661 # (2) before a word containing "conftest.", or (3) at the end.
6656 # Note that $ac_compile itself does not contain backslashes and begins 6662 # Note that $ac_compile itself does not contain backslashes and begins
6657 # with a dollar sign (not a hyphen), so the echo should work correctly. 6663 # with a dollar sign (not a hyphen), so the echo should work correctly.
6658 # The option is referenced via a variable to avoid confusing sed. 6664 # The option is referenced via a variable to avoid confusing sed.
6659 lt_compile=`echo "$ac_compile" | $SED \ 6665 lt_compile=`echo "$ac_compile" | $SED \
6660 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 6666 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
6661 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 6667 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6662 -e 's:$: $lt_compiler_flag:'` 6668 -e 's:$: $lt_compiler_flag:'`
6663 (eval echo "\"\$as_me:6663: $lt_compile\"" >&5) 6669 (eval echo "\"\$as_me:6669: $lt_compile\"" >&5)
6664 (eval "$lt_compile" 2>conftest.err) 6670 (eval "$lt_compile" 2>conftest.err)
6665 ac_status=$? 6671 ac_status=$?
6666 cat conftest.err >&5 6672 cat conftest.err >&5
6667 echo "$as_me:6667: \$? = $ac_status" >&5 6673 echo "$as_me:6673: \$? = $ac_status" >&5
6668 if (exit $ac_status) && test -s "$ac_outfile"; then 6674 if (exit $ac_status) && test -s "$ac_outfile"; then
6669 # The compiler can only warn and ignore the option if not recognized 6675 # The compiler can only warn and ignore the option if not recognized
6670 # So say no if there are warnings other than the usual output. 6676 # So say no if there are warnings other than the usual output.
6671 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp 6677 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
6672 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 6678 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
6673 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; the n 6679 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; the n
6674 lt_cv_prog_compiler_rtti_exceptions=yes 6680 lt_cv_prog_compiler_rtti_exceptions=yes
6675 fi 6681 fi
6676 fi 6682 fi
6677 $RM conftest* 6683 $RM conftest*
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
6992 lt_compiler_flag="$lt_prog_compiler_pic -DPIC" 6998 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
6993 # Insert the option either (1) after the last *FLAGS variable, or 6999 # Insert the option either (1) after the last *FLAGS variable, or
6994 # (2) before a word containing "conftest.", or (3) at the end. 7000 # (2) before a word containing "conftest.", or (3) at the end.
6995 # Note that $ac_compile itself does not contain backslashes and begins 7001 # Note that $ac_compile itself does not contain backslashes and begins
6996 # with a dollar sign (not a hyphen), so the echo should work correctly. 7002 # with a dollar sign (not a hyphen), so the echo should work correctly.
6997 # The option is referenced via a variable to avoid confusing sed. 7003 # The option is referenced via a variable to avoid confusing sed.
6998 lt_compile=`echo "$ac_compile" | $SED \ 7004 lt_compile=`echo "$ac_compile" | $SED \
6999 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 7005 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7000 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7006 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7001 -e 's:$: $lt_compiler_flag:'` 7007 -e 's:$: $lt_compiler_flag:'`
7002 (eval echo "\"\$as_me:7002: $lt_compile\"" >&5) 7008 (eval echo "\"\$as_me:7008: $lt_compile\"" >&5)
7003 (eval "$lt_compile" 2>conftest.err) 7009 (eval "$lt_compile" 2>conftest.err)
7004 ac_status=$? 7010 ac_status=$?
7005 cat conftest.err >&5 7011 cat conftest.err >&5
7006 echo "$as_me:7006: \$? = $ac_status" >&5 7012 echo "$as_me:7012: \$? = $ac_status" >&5
7007 if (exit $ac_status) && test -s "$ac_outfile"; then 7013 if (exit $ac_status) && test -s "$ac_outfile"; then
7008 # The compiler can only warn and ignore the option if not recognized 7014 # The compiler can only warn and ignore the option if not recognized
7009 # So say no if there are warnings other than the usual output. 7015 # So say no if there are warnings other than the usual output.
7010 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp 7016 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7011 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 7017 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7012 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; the n 7018 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; the n
7013 lt_cv_prog_compiler_pic_works=yes 7019 lt_cv_prog_compiler_pic_works=yes
7014 fi 7020 fi
7015 fi 7021 fi
7016 $RM conftest* 7022 $RM conftest*
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
7097 7103
7098 lt_compiler_flag="-o out/conftest2.$ac_objext" 7104 lt_compiler_flag="-o out/conftest2.$ac_objext"
7099 # Insert the option either (1) after the last *FLAGS variable, or 7105 # Insert the option either (1) after the last *FLAGS variable, or
7100 # (2) before a word containing "conftest.", or (3) at the end. 7106 # (2) before a word containing "conftest.", or (3) at the end.
7101 # Note that $ac_compile itself does not contain backslashes and begins 7107 # Note that $ac_compile itself does not contain backslashes and begins
7102 # with a dollar sign (not a hyphen), so the echo should work correctly. 7108 # with a dollar sign (not a hyphen), so the echo should work correctly.
7103 lt_compile=`echo "$ac_compile" | $SED \ 7109 lt_compile=`echo "$ac_compile" | $SED \
7104 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 7110 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7105 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7111 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7106 -e 's:$: $lt_compiler_flag:'` 7112 -e 's:$: $lt_compiler_flag:'`
7107 (eval echo "\"\$as_me:7107: $lt_compile\"" >&5) 7113 (eval echo "\"\$as_me:7113: $lt_compile\"" >&5)
7108 (eval "$lt_compile" 2>out/conftest.err) 7114 (eval "$lt_compile" 2>out/conftest.err)
7109 ac_status=$? 7115 ac_status=$?
7110 cat out/conftest.err >&5 7116 cat out/conftest.err >&5
7111 echo "$as_me:7111: \$? = $ac_status" >&5 7117 echo "$as_me:7117: \$? = $ac_status" >&5
7112 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7118 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7113 then 7119 then
7114 # The compiler can only warn and ignore the option if not recognized 7120 # The compiler can only warn and ignore the option if not recognized
7115 # So say no if there are warnings 7121 # So say no if there are warnings
7116 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp 7122 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7117 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 7123 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7118 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d ev/null; then 7124 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d ev/null; then
7119 lt_cv_prog_compiler_c_o=yes 7125 lt_cv_prog_compiler_c_o=yes
7120 fi 7126 fi
7121 fi 7127 fi
(...skipping 30 matching lines...) Expand all
7152 7158
7153 lt_compiler_flag="-o out/conftest2.$ac_objext" 7159 lt_compiler_flag="-o out/conftest2.$ac_objext"
7154 # Insert the option either (1) after the last *FLAGS variable, or 7160 # Insert the option either (1) after the last *FLAGS variable, or
7155 # (2) before a word containing "conftest.", or (3) at the end. 7161 # (2) before a word containing "conftest.", or (3) at the end.
7156 # Note that $ac_compile itself does not contain backslashes and begins 7162 # Note that $ac_compile itself does not contain backslashes and begins
7157 # with a dollar sign (not a hyphen), so the echo should work correctly. 7163 # with a dollar sign (not a hyphen), so the echo should work correctly.
7158 lt_compile=`echo "$ac_compile" | $SED \ 7164 lt_compile=`echo "$ac_compile" | $SED \
7159 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 7165 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7160 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7166 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7161 -e 's:$: $lt_compiler_flag:'` 7167 -e 's:$: $lt_compiler_flag:'`
7162 (eval echo "\"\$as_me:7162: $lt_compile\"" >&5) 7168 (eval echo "\"\$as_me:7168: $lt_compile\"" >&5)
7163 (eval "$lt_compile" 2>out/conftest.err) 7169 (eval "$lt_compile" 2>out/conftest.err)
7164 ac_status=$? 7170 ac_status=$?
7165 cat out/conftest.err >&5 7171 cat out/conftest.err >&5
7166 echo "$as_me:7166: \$? = $ac_status" >&5 7172 echo "$as_me:7172: \$? = $ac_status" >&5
7167 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7173 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7168 then 7174 then
7169 # The compiler can only warn and ignore the option if not recognized 7175 # The compiler can only warn and ignore the option if not recognized
7170 # So say no if there are warnings 7176 # So say no if there are warnings
7171 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp 7177 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7172 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 7178 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7173 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d ev/null; then 7179 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d ev/null; then
7174 lt_cv_prog_compiler_c_o=yes 7180 lt_cv_prog_compiler_c_o=yes
7175 fi 7181 fi
7176 fi 7182 fi
(...skipping 2355 matching lines...) Expand 10 before | Expand all | Expand 10 after
9532 $as_echo_n "checking whether a program can dlopen itself... " >&6; } 9538 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
9533 if ${lt_cv_dlopen_self+:} false; then : 9539 if ${lt_cv_dlopen_self+:} false; then :
9534 $as_echo_n "(cached) " >&6 9540 $as_echo_n "(cached) " >&6
9535 else 9541 else
9536 if test "$cross_compiling" = yes; then : 9542 if test "$cross_compiling" = yes; then :
9537 lt_cv_dlopen_self=cross 9543 lt_cv_dlopen_self=cross
9538 else 9544 else
9539 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 9545 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9540 lt_status=$lt_dlunknown 9546 lt_status=$lt_dlunknown
9541 cat > conftest.$ac_ext <<_LT_EOF 9547 cat > conftest.$ac_ext <<_LT_EOF
9542 #line 9542 "configure" 9548 #line 9548 "configure"
9543 #include "confdefs.h" 9549 #include "confdefs.h"
9544 9550
9545 #if HAVE_DLFCN_H 9551 #if HAVE_DLFCN_H
9546 #include <dlfcn.h> 9552 #include <dlfcn.h>
9547 #endif 9553 #endif
9548 9554
9549 #include <stdio.h> 9555 #include <stdio.h>
9550 9556
9551 #ifdef RTLD_GLOBAL 9557 #ifdef RTLD_GLOBAL
9552 # define LT_DLGLOBAL RTLD_GLOBAL 9558 # define LT_DLGLOBAL RTLD_GLOBAL
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
9628 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } 9634 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
9629 if ${lt_cv_dlopen_self_static+:} false; then : 9635 if ${lt_cv_dlopen_self_static+:} false; then :
9630 $as_echo_n "(cached) " >&6 9636 $as_echo_n "(cached) " >&6
9631 else 9637 else
9632 if test "$cross_compiling" = yes; then : 9638 if test "$cross_compiling" = yes; then :
9633 lt_cv_dlopen_self_static=cross 9639 lt_cv_dlopen_self_static=cross
9634 else 9640 else
9635 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 9641 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9636 lt_status=$lt_dlunknown 9642 lt_status=$lt_dlunknown
9637 cat > conftest.$ac_ext <<_LT_EOF 9643 cat > conftest.$ac_ext <<_LT_EOF
9638 #line 9638 "configure" 9644 #line 9644 "configure"
9639 #include "confdefs.h" 9645 #include "confdefs.h"
9640 9646
9641 #if HAVE_DLFCN_H 9647 #if HAVE_DLFCN_H
9642 #include <dlfcn.h> 9648 #include <dlfcn.h>
9643 #endif 9649 #endif
9644 9650
9645 #include <stdio.h> 9651 #include <stdio.h>
9646 9652
9647 #ifdef RTLD_GLOBAL 9653 #ifdef RTLD_GLOBAL
9648 # define LT_DLGLOBAL RTLD_GLOBAL 9654 # define LT_DLGLOBAL RTLD_GLOBAL
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
10266 _ACEOF 10272 _ACEOF
10267 10273
10268 fi 10274 fi
10269 10275
10270 done 10276 done
10271 10277
10272 10278
10273 ######### 10279 #########
10274 # Figure out whether or not we have these functions 10280 # Figure out whether or not we have these functions
10275 # 10281 #
10276 for ac_func in fdatasync gmtime_r isnan localtime_r localtime_s malloc_usable_si ze strchrnul usleep utime 10282 for ac_func in fdatasync gmtime_r isnan localtime_r localtime_s malloc_usable_si ze strchrnul usleep utime pread pread64 pwrite pwrite64
10277 do : 10283 do :
10278 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 10284 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10279 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 10285 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10280 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 10286 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
10281 cat >>confdefs.h <<_ACEOF 10287 cat >>confdefs.h <<_ACEOF
10282 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 10288 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10283 _ACEOF 10289 _ACEOF
10284 10290
10285 fi 10291 fi
10286 done 10292 done
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
10513 LIBS=$ac_func_search_save_LIBS 10519 LIBS=$ac_func_search_save_LIBS
10514 fi 10520 fi
10515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pthread_create" > &5 10521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pthread_create" > &5
10516 $as_echo "$ac_cv_search_pthread_create" >&6; } 10522 $as_echo "$ac_cv_search_pthread_create" >&6; }
10517 ac_res=$ac_cv_search_pthread_create 10523 ac_res=$ac_cv_search_pthread_create
10518 if test "$ac_res" != no; then : 10524 if test "$ac_res" != no; then :
10519 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 10525 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
10520 10526
10521 fi 10527 fi
10522 10528
10529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pthre ad_mutexattr_init" >&5
10530 $as_echo_n "checking for library containing pthread_mutexattr_init... " >&6; }
10531 if ${ac_cv_search_pthread_mutexattr_init+:} false; then :
10532 $as_echo_n "(cached) " >&6
10533 else
10534 ac_func_search_save_LIBS=$LIBS
10535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10536 /* end confdefs.h. */
10537
10538 /* Override any GCC internal prototype to avoid an error.
10539 Use char because int might match the return type of a GCC
10540 builtin and then its argument prototype would still apply. */
10541 #ifdef __cplusplus
10542 extern "C"
10543 #endif
10544 char pthread_mutexattr_init ();
10545 int
10546 main ()
10547 {
10548 return pthread_mutexattr_init ();
10549 ;
10550 return 0;
10551 }
10552 _ACEOF
10553 for ac_lib in '' pthread; do
10554 if test -z "$ac_lib"; then
10555 ac_res="none required"
10556 else
10557 ac_res=-l$ac_lib
10558 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
10559 fi
10560 if ac_fn_c_try_link "$LINENO"; then :
10561 ac_cv_search_pthread_mutexattr_init=$ac_res
10562 fi
10563 rm -f core conftest.err conftest.$ac_objext \
10564 conftest$ac_exeext
10565 if ${ac_cv_search_pthread_mutexattr_init+:} false; then :
10566 break
10567 fi
10568 done
10569 if ${ac_cv_search_pthread_mutexattr_init+:} false; then :
10570
10571 else
10572 ac_cv_search_pthread_mutexattr_init=no
10573 fi
10574 rm conftest.$ac_ext
10575 LIBS=$ac_func_search_save_LIBS
10576 fi
10577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pthread_mutexattr _init" >&5
10578 $as_echo "$ac_cv_search_pthread_mutexattr_init" >&6; }
10579 ac_res=$ac_cv_search_pthread_mutexattr_init
10580 if test "$ac_res" != no; then :
10581 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
10582
10583 fi
10584
10523 fi 10585 fi
10524 10586
10525 ########## 10587 ##########
10526 # Do we want to support release 10588 # Do we want to support release
10527 # 10589 #
10528 # Check whether --enable-releasemode was given. 10590 # Check whether --enable-releasemode was given.
10529 if test "${enable_releasemode+set}" = set; then : 10591 if test "${enable_releasemode+set}" = set; then :
10530 enableval=$enable_releasemode; 10592 enableval=$enable_releasemode;
10531 else 10593 else
10532 enable_releasemode=no 10594 enable_releasemode=no
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
10692 for i in `echo 'puts stdout $auto_path' | ${TCLSH_CMD} | sed 's,/tcltk/t cl,/tcl,g'` 10754 for i in `echo 'puts stdout $auto_path' | ${TCLSH_CMD} | sed 's,/tcltk/t cl,/tcl,g'`
10693 do 10755 do
10694 if test -f "$i/tclConfig.sh" ; then 10756 if test -f "$i/tclConfig.sh" ; then
10695 ac_cv_c_tclconfig="$i" 10757 ac_cv_c_tclconfig="$i"
10696 break 10758 break
10697 fi 10759 fi
10698 done 10760 done
10699 fi 10761 fi
10700 fi 10762 fi
10701 10763
10764 # Recent versions of Xcode on Macs hid the tclConfig.sh file
10765 # in a strange place.
10766 if test x"${ac_cv_c_tclconfig}" = x ; then
10767 if test x"$cross_compiling" = xno; then
10768 for i in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.pla tform/Developer/SDKs/MacOSX*.sdk/usr/lib
10769 do
10770 if test -f "$i/tclConfig.sh" ; then
10771 ac_cv_c_tclconfig="$i"
10772 break
10773 fi
10774 done
10775 fi
10776 fi
10777
10702 # then check for a private Tcl installation 10778 # then check for a private Tcl installation
10703 if test x"${ac_cv_c_tclconfig}" = x ; then 10779 if test x"${ac_cv_c_tclconfig}" = x ; then
10704 for i in \ 10780 for i in \
10705 ../tcl \ 10781 ../tcl \
10706 `ls -dr ../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \ 10782 `ls -dr ../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
10707 `ls -dr ../tcl[8-9].[0-9] 2>/dev/null` \ 10783 `ls -dr ../tcl[8-9].[0-9] 2>/dev/null` \
10708 `ls -dr ../tcl[8-9].[0-9]* 2>/dev/null` \ 10784 `ls -dr ../tcl[8-9].[0-9]* 2>/dev/null` \
10709 ../../tcl \ 10785 ../../tcl \
10710 `ls -dr ../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \ 10786 `ls -dr ../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
10711 `ls -dr ../../tcl[8-9].[0-9] 2>/dev/null` \ 10787 `ls -dr ../../tcl[8-9].[0-9] 2>/dev/null` \
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
11169 ######### 11245 #########
11170 # check for debug enabled 11246 # check for debug enabled
11171 # Check whether --enable-debug was given. 11247 # Check whether --enable-debug was given.
11172 if test "${enable_debug+set}" = set; then : 11248 if test "${enable_debug+set}" = set; then :
11173 enableval=$enable_debug; use_debug=$enableval 11249 enableval=$enable_debug; use_debug=$enableval
11174 else 11250 else
11175 use_debug=no 11251 use_debug=no
11176 fi 11252 fi
11177 11253
11178 if test "${use_debug}" = "yes" ; then 11254 if test "${use_debug}" = "yes" ; then
11179 TARGET_DEBUG="-DSQLITE_DEBUG=1" 11255 TARGET_DEBUG="-DSQLITE_DEBUG=1 -DSQLITE_ENABLE_SELECTTRACE -DSQLITE_ENABLE_WHE RETRACE"
11180 else 11256 else
11181 TARGET_DEBUG="-DNDEBUG" 11257 TARGET_DEBUG="-DNDEBUG"
11182 fi 11258 fi
11183 11259
11184 11260
11185 ######### 11261 #########
11186 # See whether we should use the amalgamation to build 11262 # See whether we should use the amalgamation to build
11187 # Check whether --enable-amalgamation was given. 11263 # Check whether --enable-amalgamation was given.
11188 if test "${enable_amalgamation+set}" = set; then : 11264 if test "${enable_amalgamation+set}" = set; then :
11189 enableval=$enable_amalgamation; use_amalgamation=$enableval 11265 enableval=$enable_amalgamation; use_amalgamation=$enableval
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
11260 ac_res=$ac_cv_search_dlopen 11336 ac_res=$ac_cv_search_dlopen
11261 if test "$ac_res" != no; then : 11337 if test "$ac_res" != no; then :
11262 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 11338 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11263 11339
11264 fi 11340 fi
11265 11341
11266 else 11342 else
11267 OPT_FEATURE_FLAGS="-DSQLITE_OMIT_LOAD_EXTENSION=1" 11343 OPT_FEATURE_FLAGS="-DSQLITE_OMIT_LOAD_EXTENSION=1"
11268 fi 11344 fi
11269 11345
11346 ##########
11347 # Do we want to support memsys3 and/or memsys5
11348 #
11349 # Check whether --enable-memsys5 was given.
11350 if test "${enable_memsys5+set}" = set; then :
11351 enableval=$enable_memsys5; enable_memsys5=yes
11352 else
11353 enable_memsys5=no
11354 fi
11355
11356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to support MEMSYS5" >& 5
11357 $as_echo_n "checking whether to support MEMSYS5... " >&6; }
11358 if test "${enable_memsys5}" = "yes"; then
11359 OPT_FEATURE_FLAGS+=" -DSQLITE_ENABLE_MEMSYS5"
11360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11361 $as_echo "yes" >&6; }
11362 else
11363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11364 $as_echo "no" >&6; }
11365 fi
11366 # Check whether --enable-memsys3 was given.
11367 if test "${enable_memsys3+set}" = set; then :
11368 enableval=$enable_memsys3; enable_memsys3=yes
11369 else
11370 enable_memsys3=no
11371 fi
11372
11373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to support MEMSYS3" >& 5
11374 $as_echo_n "checking whether to support MEMSYS3... " >&6; }
11375 if test "${enable_memsys3}" = "yes" -a "${enable_memsys5}" = "no"; then
11376 OPT_FEATURE_FLAGS+=" -DSQLITE_ENABLE_MEMSYS3"
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11378 $as_echo "yes" >&6; }
11379 else
11380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11381 $as_echo "no" >&6; }
11382 fi
11383
11270 ######### 11384 #########
11271 # See whether we should enable Full Text Search extensions 11385 # See whether we should enable Full Text Search extensions
11272 # Check whether --enable-fts3 was given. 11386 # Check whether --enable-fts3 was given.
11273 if test "${enable_fts3+set}" = set; then : 11387 if test "${enable_fts3+set}" = set; then :
11274 enableval=$enable_fts3; enable_fts3=yes 11388 enableval=$enable_fts3; enable_fts3=yes
11275 else 11389 else
11276 enable_fts3=no 11390 enable_fts3=no
11277 fi 11391 fi
11278 11392
11279 if test "${enable_fts3}" = "yes" ; then 11393 if test "${enable_fts3}" = "yes" ; then
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
11432 enableval=$enable_rtree; enable_rtree=yes 11546 enableval=$enable_rtree; enable_rtree=yes
11433 else 11547 else
11434 enable_rtree=no 11548 enable_rtree=no
11435 fi 11549 fi
11436 11550
11437 if test "${enable_rtree}" = "yes" ; then 11551 if test "${enable_rtree}" = "yes" ; then
11438 OPT_FEATURE_FLAGS+=" -DSQLITE_ENABLE_RTREE" 11552 OPT_FEATURE_FLAGS+=" -DSQLITE_ENABLE_RTREE"
11439 fi 11553 fi
11440 11554
11441 ######### 11555 #########
11556 # See whether we should enable the SESSION extension
11557 # Check whether --enable-session was given.
11558 if test "${enable_session+set}" = set; then :
11559 enableval=$enable_session; enable_session=yes
11560 else
11561 enable_session=no
11562 fi
11563
11564 if test "${enable_session}" = "yes" ; then
11565 OPT_FEATURE_FLAGS+=" -DSQLITE_ENABLE_SESSION"
11566 OPT_FEATURE_FLAGS+=" -DSQLITE_ENABLE_PREUPDATE_HOOK"
11567 fi
11568
11569 #########
11442 # attempt to duplicate any OMITS and ENABLES into the $(OPT_FEATURE_FLAGS) param eter 11570 # attempt to duplicate any OMITS and ENABLES into the $(OPT_FEATURE_FLAGS) param eter
11443 for option in $CFLAGS $CPPFLAGS 11571 for option in $CFLAGS $CPPFLAGS
11444 do 11572 do
11445 case $option in 11573 case $option in
11446 -DSQLITE_OMIT*) OPT_FEATURE_FLAGS="$OPT_FEATURE_FLAGS $option";; 11574 -DSQLITE_OMIT*) OPT_FEATURE_FLAGS="$OPT_FEATURE_FLAGS $option";;
11447 -DSQLITE_ENABLE*) OPT_FEATURE_FLAGS="$OPT_FEATURE_FLAGS $option";; 11575 -DSQLITE_ENABLE*) OPT_FEATURE_FLAGS="$OPT_FEATURE_FLAGS $option";;
11448 esac 11576 esac
11449 done 11577 done
11450 11578
11451 11579
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
12016 ## Main body of $CONFIG_STATUS script. ## 12144 ## Main body of $CONFIG_STATUS script. ##
12017 ## ----------------------------------- ## 12145 ## ----------------------------------- ##
12018 _ASEOF 12146 _ASEOF
12019 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 12147 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12020 12148
12021 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 12149 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12022 # Save the log message, to keep $0 and so on meaningful, and to 12150 # Save the log message, to keep $0 and so on meaningful, and to
12023 # report actual input values of CONFIG_FILES etc. instead of their 12151 # report actual input values of CONFIG_FILES etc. instead of their
12024 # values after options handling. 12152 # values after options handling.
12025 ac_log=" 12153 ac_log="
12026 This file was extended by sqlite $as_me 3.10.2, which was 12154 This file was extended by sqlite $as_me 3.17.0, which was
12027 generated by GNU Autoconf 2.69. Invocation command line was 12155 generated by GNU Autoconf 2.69. Invocation command line was
12028 12156
12029 CONFIG_FILES = $CONFIG_FILES 12157 CONFIG_FILES = $CONFIG_FILES
12030 CONFIG_HEADERS = $CONFIG_HEADERS 12158 CONFIG_HEADERS = $CONFIG_HEADERS
12031 CONFIG_LINKS = $CONFIG_LINKS 12159 CONFIG_LINKS = $CONFIG_LINKS
12032 CONFIG_COMMANDS = $CONFIG_COMMANDS 12160 CONFIG_COMMANDS = $CONFIG_COMMANDS
12033 $ $0 $@ 12161 $ $0 $@
12034 12162
12035 on `(hostname || uname -n) 2>/dev/null | sed 1q` 12163 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12036 " 12164 "
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
12082 12210
12083 Configuration commands: 12211 Configuration commands:
12084 $config_commands 12212 $config_commands
12085 12213
12086 Report bugs to the package provider." 12214 Report bugs to the package provider."
12087 12215
12088 _ACEOF 12216 _ACEOF
12089 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 12217 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12090 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g '`" 12218 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g '`"
12091 ac_cs_version="\\ 12219 ac_cs_version="\\
12092 sqlite config.status 3.10.2 12220 sqlite config.status 3.17.0
12093 configured by $0, generated by GNU Autoconf 2.69, 12221 configured by $0, generated by GNU Autoconf 2.69,
12094 with options \\"\$ac_cs_config\\" 12222 with options \\"\$ac_cs_config\\"
12095 12223
12096 Copyright (C) 2012 Free Software Foundation, Inc. 12224 Copyright (C) 2012 Free Software Foundation, Inc.
12097 This config.status script is free software; the Free Software Foundation 12225 This config.status script is free software; the Free Software Foundation
12098 gives unlimited permission to copy, distribute and modify it." 12226 gives unlimited permission to copy, distribute and modify it."
12099 12227
12100 ac_pwd='$ac_pwd' 12228 ac_pwd='$ac_pwd'
12101 srcdir='$srcdir' 12229 srcdir='$srcdir'
12102 INSTALL='$INSTALL' 12230 INSTALL='$INSTALL'
(...skipping 1592 matching lines...) Expand 10 before | Expand all | Expand 10 after
13695 exec 5>>config.log 13823 exec 5>>config.log
13696 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 13824 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13697 # would make configure fail if this is the last instruction. 13825 # would make configure fail if this is the last instruction.
13698 $ac_cs_success || as_fn_exit 1 13826 $ac_cs_success || as_fn_exit 1
13699 fi 13827 fi
13700 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 13828 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5 13829 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5
13702 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 13830 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13703 fi 13831 fi
13704 13832
OLDNEW
« no previous file with comments | « third_party/sqlite/src/config.h.in ('k') | third_party/sqlite/src/configure.ac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698