Chromium Code Reviews

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

Issue 949043002: Add //third_party/sqlite to dirs_to_snapshot, remove net_sql.patch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« 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.62 for sqlite 3.7.6.3. 3 # Generated by GNU Autoconf 2.62 for sqlite 3.8.7.4.
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...)
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.7.6.3' 746 PACKAGE_VERSION='3.8.7.4'
747 PACKAGE_STRING='sqlite 3.7.6.3' 747 PACKAGE_STRING='sqlite 3.8.7.4'
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 109 matching lines...)
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 ALLOWRELEASE 872 ALLOWRELEASE
873 TEMP_STORE 873 TEMP_STORE
874 BUILD_EXEEXT 874 BUILD_EXEEXT
875 SQLITE_OS_UNIX 875 SQLITE_OS_UNIX
876 SQLITE_OS_WIN 876 SQLITE_OS_WIN
877 SQLITE_OS_OS2
878 TARGET_EXEEXT 877 TARGET_EXEEXT
879 TCL_VERSION 878 TCL_VERSION
880 TCL_BIN_DIR 879 TCL_BIN_DIR
881 TCL_SRC_DIR 880 TCL_SRC_DIR
882 TCL_LIBS
883 TCL_INCLUDE_SPEC 881 TCL_INCLUDE_SPEC
884 TCL_LIB_FILE 882 TCL_LIB_FILE
885 TCL_LIB_FLAG 883 TCL_LIB_FLAG
886 TCL_LIB_SPEC 884 TCL_LIB_SPEC
887 TCL_STUB_LIB_FILE 885 TCL_STUB_LIB_FILE
888 TCL_STUB_LIB_FLAG 886 TCL_STUB_LIB_FLAG
889 TCL_STUB_LIB_SPEC 887 TCL_STUB_LIB_SPEC
890 HAVE_TCL 888 HAVE_TCL
891 TARGET_READLINE_LIBS 889 TARGET_READLINE_LIBS
892 TARGET_READLINE_INC 890 TARGET_READLINE_INC
(...skipping 585 matching lines...)
1478 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1476 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1479 done 1477 done
1480 1478
1481 # 1479 #
1482 # Report the --help message. 1480 # Report the --help message.
1483 # 1481 #
1484 if test "$ac_init_help" = "long"; then 1482 if test "$ac_init_help" = "long"; then
1485 # Omit some internal or obsolete options to make the list less imposing. 1483 # Omit some internal or obsolete options to make the list less imposing.
1486 # This message is too long to be a string in the A/UX 3.1 sh. 1484 # This message is too long to be a string in the A/UX 3.1 sh.
1487 cat <<_ACEOF 1485 cat <<_ACEOF
1488 \`configure' configures sqlite 3.7.6.3 to adapt to many kinds of systems. 1486 \`configure' configures sqlite 3.8.7.4 to adapt to many kinds of systems.
1489 1487
1490 Usage: $0 [OPTION]... [VAR=VALUE]... 1488 Usage: $0 [OPTION]... [VAR=VALUE]...
1491 1489
1492 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1490 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1493 VAR=VALUE. See below for descriptions of some of the useful variables. 1491 VAR=VALUE. See below for descriptions of some of the useful variables.
1494 1492
1495 Defaults for the options are specified in brackets. 1493 Defaults for the options are specified in brackets.
1496 1494
1497 Configuration: 1495 Configuration:
1498 -h, --help display this help and exit 1496 -h, --help display this help and exit
(...skipping 44 matching lines...)
1543 cat <<\_ACEOF 1541 cat <<\_ACEOF
1544 1542
1545 System types: 1543 System types:
1546 --build=BUILD configure for building on BUILD [guessed] 1544 --build=BUILD configure for building on BUILD [guessed]
1547 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1545 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1548 _ACEOF 1546 _ACEOF
1549 fi 1547 fi
1550 1548
1551 if test -n "$ac_init_help"; then 1549 if test -n "$ac_init_help"; then
1552 case $ac_init_help in 1550 case $ac_init_help in
1553 short | recursive ) echo "Configuration of sqlite 3.7.6.3:";; 1551 short | recursive ) echo "Configuration of sqlite 3.8.7.4:";;
1554 esac 1552 esac
1555 cat <<\_ACEOF 1553 cat <<\_ACEOF
1556 1554
1557 Optional Features: 1555 Optional Features:
1558 --disable-option-checking ignore unrecognized --enable/--with options 1556 --disable-option-checking ignore unrecognized --enable/--with options
1559 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1557 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1560 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1558 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1561 --enable-shared[=PKGS] build shared libraries [default=yes] 1559 --enable-shared[=PKGS] build shared libraries [default=yes]
1562 --enable-static[=PKGS] build static libraries [default=yes] 1560 --enable-static[=PKGS] build static libraries [default=yes]
1563 --enable-fast-install[=PKGS] 1561 --enable-fast-install[=PKGS]
(...skipping 95 matching lines...)
1659 else 1657 else
1660 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1658 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1661 fi || ac_status=$? 1659 fi || ac_status=$?
1662 cd "$ac_pwd" || { ac_status=$?; break; } 1660 cd "$ac_pwd" || { ac_status=$?; break; }
1663 done 1661 done
1664 fi 1662 fi
1665 1663
1666 test -n "$ac_init_help" && exit $ac_status 1664 test -n "$ac_init_help" && exit $ac_status
1667 if $ac_init_version; then 1665 if $ac_init_version; then
1668 cat <<\_ACEOF 1666 cat <<\_ACEOF
1669 sqlite configure 3.7.6.3 1667 sqlite configure 3.8.7.4
1670 generated by GNU Autoconf 2.62 1668 generated by GNU Autoconf 2.62
1671 1669
1672 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1670 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1673 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1671 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1674 This configure script is free software; the Free Software Foundation 1672 This configure script is free software; the Free Software Foundation
1675 gives unlimited permission to copy, distribute and modify it. 1673 gives unlimited permission to copy, distribute and modify it.
1676 _ACEOF 1674 _ACEOF
1677 exit 1675 exit
1678 fi 1676 fi
1679 cat >config.log <<_ACEOF 1677 cat >config.log <<_ACEOF
1680 This file contains any messages produced by compilers while 1678 This file contains any messages produced by compilers while
1681 running configure, to aid debugging if configure makes a mistake. 1679 running configure, to aid debugging if configure makes a mistake.
1682 1680
1683 It was created by sqlite $as_me 3.7.6.3, which was 1681 It was created by sqlite $as_me 3.8.7.4, which was
1684 generated by GNU Autoconf 2.62. Invocation command line was 1682 generated by GNU Autoconf 2.62. Invocation command line was
1685 1683
1686 $ $0 $@ 1684 $ $0 $@
1687 1685
1688 _ACEOF 1686 _ACEOF
1689 exec 5>>config.log 1687 exec 5>>config.log
1690 { 1688 {
1691 cat <<_ASUNAME 1689 cat <<_ASUNAME
1692 ## --------- ## 1690 ## --------- ##
1693 ## Platform. ## 1691 ## Platform. ##
(...skipping 2033 matching lines...)
3727 3725
3728 3726
3729 3727
3730 { $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5 3728 { $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
3731 $as_echo_n "checking the name lister ($NM) interface... " >&6; } 3729 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
3732 if test "${lt_cv_nm_interface+set}" = set; then 3730 if test "${lt_cv_nm_interface+set}" = set; then
3733 $as_echo_n "(cached) " >&6 3731 $as_echo_n "(cached) " >&6
3734 else 3732 else
3735 lt_cv_nm_interface="BSD nm" 3733 lt_cv_nm_interface="BSD nm"
3736 echo "int some_variable = 0;" > conftest.$ac_ext 3734 echo "int some_variable = 0;" > conftest.$ac_ext
3737 (eval echo "\"\$as_me:3737: $ac_compile\"" >&5) 3735 (eval echo "\"\$as_me:3735: $ac_compile\"" >&5)
3738 (eval "$ac_compile" 2>conftest.err) 3736 (eval "$ac_compile" 2>conftest.err)
3739 cat conftest.err >&5 3737 cat conftest.err >&5
3740 (eval echo "\"\$as_me:3740: $NM \\\"conftest.$ac_objext\\\"\"" >&5) 3738 (eval echo "\"\$as_me:3738: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
3741 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) 3739 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
3742 cat conftest.err >&5 3740 cat conftest.err >&5
3743 (eval echo "\"\$as_me:3743: output\"" >&5) 3741 (eval echo "\"\$as_me:3741: output\"" >&5)
3744 cat conftest.out >&5 3742 cat conftest.out >&5
3745 if $GREP 'External.*some_variable' conftest.out > /dev/null; then 3743 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
3746 lt_cv_nm_interface="MS dumpbin" 3744 lt_cv_nm_interface="MS dumpbin"
3747 fi 3745 fi
3748 rm -f conftest* 3746 rm -f conftest*
3749 fi 3747 fi
3750 { $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5 3748 { $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
3751 $as_echo "$lt_cv_nm_interface" >&6; } 3749 $as_echo "$lt_cv_nm_interface" >&6; }
3752 3750
3753 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 3751 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
(...skipping 1201 matching lines...)
4955 ;; 4953 ;;
4956 *ELF-64*) 4954 *ELF-64*)
4957 HPUX_IA64_MODE="64" 4955 HPUX_IA64_MODE="64"
4958 ;; 4956 ;;
4959 esac 4957 esac
4960 fi 4958 fi
4961 rm -rf conftest* 4959 rm -rf conftest*
4962 ;; 4960 ;;
4963 *-*-irix6*) 4961 *-*-irix6*)
4964 # Find out which ABI we are using. 4962 # Find out which ABI we are using.
4965 echo '#line 4965 "configure"' > conftest.$ac_ext 4963 echo '#line 4963 "configure"' > conftest.$ac_ext
4966 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4964 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4967 (eval $ac_compile) 2>&5 4965 (eval $ac_compile) 2>&5
4968 ac_status=$? 4966 ac_status=$?
4969 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4967 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4970 (exit $ac_status); }; then 4968 (exit $ac_status); }; then
4971 if test "$lt_cv_prog_gnu_ld" = yes; then 4969 if test "$lt_cv_prog_gnu_ld" = yes; then
4972 case `/usr/bin/file conftest.$ac_objext` in 4970 case `/usr/bin/file conftest.$ac_objext` in
4973 *32-bit*) 4971 *32-bit*)
4974 LD="${LD-ld} -melf32bsmip" 4972 LD="${LD-ld} -melf32bsmip"
4975 ;; 4973 ;;
(...skipping 1848 matching lines...)
6824 lt_compiler_flag="-fno-rtti -fno-exceptions" 6822 lt_compiler_flag="-fno-rtti -fno-exceptions"
6825 # Insert the option either (1) after the last *FLAGS variable, or 6823 # Insert the option either (1) after the last *FLAGS variable, or
6826 # (2) before a word containing "conftest.", or (3) at the end. 6824 # (2) before a word containing "conftest.", or (3) at the end.
6827 # Note that $ac_compile itself does not contain backslashes and begins 6825 # Note that $ac_compile itself does not contain backslashes and begins
6828 # with a dollar sign (not a hyphen), so the echo should work correctly. 6826 # with a dollar sign (not a hyphen), so the echo should work correctly.
6829 # The option is referenced via a variable to avoid confusing sed. 6827 # The option is referenced via a variable to avoid confusing sed.
6830 lt_compile=`echo "$ac_compile" | $SED \ 6828 lt_compile=`echo "$ac_compile" | $SED \
6831 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 6829 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
6832 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 6830 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6833 -e 's:$: $lt_compiler_flag:'` 6831 -e 's:$: $lt_compiler_flag:'`
6834 (eval echo "\"\$as_me:6834: $lt_compile\"" >&5) 6832 (eval echo "\"\$as_me:6832: $lt_compile\"" >&5)
6835 (eval "$lt_compile" 2>conftest.err) 6833 (eval "$lt_compile" 2>conftest.err)
6836 ac_status=$? 6834 ac_status=$?
6837 cat conftest.err >&5 6835 cat conftest.err >&5
6838 echo "$as_me:6838: \$? = $ac_status" >&5 6836 echo "$as_me:6836: \$? = $ac_status" >&5
6839 if (exit $ac_status) && test -s "$ac_outfile"; then 6837 if (exit $ac_status) && test -s "$ac_outfile"; then
6840 # The compiler can only warn and ignore the option if not recognized 6838 # The compiler can only warn and ignore the option if not recognized
6841 # So say no if there are warnings other than the usual output. 6839 # So say no if there are warnings other than the usual output.
6842 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp 6840 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
6843 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 6841 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
6844 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; the n 6842 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; the n
6845 lt_cv_prog_compiler_rtti_exceptions=yes 6843 lt_cv_prog_compiler_rtti_exceptions=yes
6846 fi 6844 fi
6847 fi 6845 fi
6848 $RM conftest* 6846 $RM conftest*
(...skipping 314 matching lines...)
7163 lt_compiler_flag="$lt_prog_compiler_pic -DPIC" 7161 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7164 # Insert the option either (1) after the last *FLAGS variable, or 7162 # Insert the option either (1) after the last *FLAGS variable, or
7165 # (2) before a word containing "conftest.", or (3) at the end. 7163 # (2) before a word containing "conftest.", or (3) at the end.
7166 # Note that $ac_compile itself does not contain backslashes and begins 7164 # Note that $ac_compile itself does not contain backslashes and begins
7167 # with a dollar sign (not a hyphen), so the echo should work correctly. 7165 # with a dollar sign (not a hyphen), so the echo should work correctly.
7168 # The option is referenced via a variable to avoid confusing sed. 7166 # The option is referenced via a variable to avoid confusing sed.
7169 lt_compile=`echo "$ac_compile" | $SED \ 7167 lt_compile=`echo "$ac_compile" | $SED \
7170 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 7168 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7171 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7169 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7172 -e 's:$: $lt_compiler_flag:'` 7170 -e 's:$: $lt_compiler_flag:'`
7173 (eval echo "\"\$as_me:7173: $lt_compile\"" >&5) 7171 (eval echo "\"\$as_me:7171: $lt_compile\"" >&5)
7174 (eval "$lt_compile" 2>conftest.err) 7172 (eval "$lt_compile" 2>conftest.err)
7175 ac_status=$? 7173 ac_status=$?
7176 cat conftest.err >&5 7174 cat conftest.err >&5
7177 echo "$as_me:7177: \$? = $ac_status" >&5 7175 echo "$as_me:7175: \$? = $ac_status" >&5
7178 if (exit $ac_status) && test -s "$ac_outfile"; then 7176 if (exit $ac_status) && test -s "$ac_outfile"; then
7179 # The compiler can only warn and ignore the option if not recognized 7177 # The compiler can only warn and ignore the option if not recognized
7180 # So say no if there are warnings other than the usual output. 7178 # So say no if there are warnings other than the usual output.
7181 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp 7179 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7182 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 7180 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7183 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; the n 7181 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; the n
7184 lt_cv_prog_compiler_pic_works=yes 7182 lt_cv_prog_compiler_pic_works=yes
7185 fi 7183 fi
7186 fi 7184 fi
7187 $RM conftest* 7185 $RM conftest*
(...skipping 80 matching lines...)
7268 7266
7269 lt_compiler_flag="-o out/conftest2.$ac_objext" 7267 lt_compiler_flag="-o out/conftest2.$ac_objext"
7270 # Insert the option either (1) after the last *FLAGS variable, or 7268 # Insert the option either (1) after the last *FLAGS variable, or
7271 # (2) before a word containing "conftest.", or (3) at the end. 7269 # (2) before a word containing "conftest.", or (3) at the end.
7272 # Note that $ac_compile itself does not contain backslashes and begins 7270 # Note that $ac_compile itself does not contain backslashes and begins
7273 # with a dollar sign (not a hyphen), so the echo should work correctly. 7271 # with a dollar sign (not a hyphen), so the echo should work correctly.
7274 lt_compile=`echo "$ac_compile" | $SED \ 7272 lt_compile=`echo "$ac_compile" | $SED \
7275 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 7273 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7276 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7274 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7277 -e 's:$: $lt_compiler_flag:'` 7275 -e 's:$: $lt_compiler_flag:'`
7278 (eval echo "\"\$as_me:7278: $lt_compile\"" >&5) 7276 (eval echo "\"\$as_me:7276: $lt_compile\"" >&5)
7279 (eval "$lt_compile" 2>out/conftest.err) 7277 (eval "$lt_compile" 2>out/conftest.err)
7280 ac_status=$? 7278 ac_status=$?
7281 cat out/conftest.err >&5 7279 cat out/conftest.err >&5
7282 echo "$as_me:7282: \$? = $ac_status" >&5 7280 echo "$as_me:7280: \$? = $ac_status" >&5
7283 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7281 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7284 then 7282 then
7285 # The compiler can only warn and ignore the option if not recognized 7283 # The compiler can only warn and ignore the option if not recognized
7286 # So say no if there are warnings 7284 # So say no if there are warnings
7287 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp 7285 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7288 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 7286 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7289 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d ev/null; then 7287 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d ev/null; then
7290 lt_cv_prog_compiler_c_o=yes 7288 lt_cv_prog_compiler_c_o=yes
7291 fi 7289 fi
7292 fi 7290 fi
(...skipping 30 matching lines...)
7323 7321
7324 lt_compiler_flag="-o out/conftest2.$ac_objext" 7322 lt_compiler_flag="-o out/conftest2.$ac_objext"
7325 # Insert the option either (1) after the last *FLAGS variable, or 7323 # Insert the option either (1) after the last *FLAGS variable, or
7326 # (2) before a word containing "conftest.", or (3) at the end. 7324 # (2) before a word containing "conftest.", or (3) at the end.
7327 # Note that $ac_compile itself does not contain backslashes and begins 7325 # Note that $ac_compile itself does not contain backslashes and begins
7328 # with a dollar sign (not a hyphen), so the echo should work correctly. 7326 # with a dollar sign (not a hyphen), so the echo should work correctly.
7329 lt_compile=`echo "$ac_compile" | $SED \ 7327 lt_compile=`echo "$ac_compile" | $SED \
7330 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 7328 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7331 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7329 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7332 -e 's:$: $lt_compiler_flag:'` 7330 -e 's:$: $lt_compiler_flag:'`
7333 (eval echo "\"\$as_me:7333: $lt_compile\"" >&5) 7331 (eval echo "\"\$as_me:7331: $lt_compile\"" >&5)
7334 (eval "$lt_compile" 2>out/conftest.err) 7332 (eval "$lt_compile" 2>out/conftest.err)
7335 ac_status=$? 7333 ac_status=$?
7336 cat out/conftest.err >&5 7334 cat out/conftest.err >&5
7337 echo "$as_me:7337: \$? = $ac_status" >&5 7335 echo "$as_me:7335: \$? = $ac_status" >&5
7338 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7336 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7339 then 7337 then
7340 # The compiler can only warn and ignore the option if not recognized 7338 # The compiler can only warn and ignore the option if not recognized
7341 # So say no if there are warnings 7339 # So say no if there are warnings
7342 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp 7340 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7343 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 7341 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7344 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d ev/null; then 7342 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d ev/null; then
7345 lt_cv_prog_compiler_c_o=yes 7343 lt_cv_prog_compiler_c_o=yes
7346 fi 7344 fi
7347 fi 7345 fi
(...skipping 2788 matching lines...)
10136 $as_echo_n "checking whether a program can dlopen itself... " >&6; } 10134 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10137 if test "${lt_cv_dlopen_self+set}" = set; then 10135 if test "${lt_cv_dlopen_self+set}" = set; then
10138 $as_echo_n "(cached) " >&6 10136 $as_echo_n "(cached) " >&6
10139 else 10137 else
10140 if test "$cross_compiling" = yes; then : 10138 if test "$cross_compiling" = yes; then :
10141 lt_cv_dlopen_self=cross 10139 lt_cv_dlopen_self=cross
10142 else 10140 else
10143 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 10141 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10144 lt_status=$lt_dlunknown 10142 lt_status=$lt_dlunknown
10145 cat > conftest.$ac_ext <<_LT_EOF 10143 cat > conftest.$ac_ext <<_LT_EOF
10146 #line 10146 "configure" 10144 #line 10144 "configure"
10147 #include "confdefs.h" 10145 #include "confdefs.h"
10148 10146
10149 #if HAVE_DLFCN_H 10147 #if HAVE_DLFCN_H
10150 #include <dlfcn.h> 10148 #include <dlfcn.h>
10151 #endif 10149 #endif
10152 10150
10153 #include <stdio.h> 10151 #include <stdio.h>
10154 10152
10155 #ifdef RTLD_GLOBAL 10153 #ifdef RTLD_GLOBAL
10156 # define LT_DLGLOBAL RTLD_GLOBAL 10154 # define LT_DLGLOBAL RTLD_GLOBAL
(...skipping 75 matching lines...)
10232 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } 10230 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10233 if test "${lt_cv_dlopen_self_static+set}" = set; then 10231 if test "${lt_cv_dlopen_self_static+set}" = set; then
10234 $as_echo_n "(cached) " >&6 10232 $as_echo_n "(cached) " >&6
10235 else 10233 else
10236 if test "$cross_compiling" = yes; then : 10234 if test "$cross_compiling" = yes; then :
10237 lt_cv_dlopen_self_static=cross 10235 lt_cv_dlopen_self_static=cross
10238 else 10236 else
10239 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 10237 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10240 lt_status=$lt_dlunknown 10238 lt_status=$lt_dlunknown
10241 cat > conftest.$ac_ext <<_LT_EOF 10239 cat > conftest.$ac_ext <<_LT_EOF
10242 #line 10242 "configure" 10240 #line 10240 "configure"
10243 #include "confdefs.h" 10241 #include "confdefs.h"
10244 10242
10245 #if HAVE_DLFCN_H 10243 #if HAVE_DLFCN_H
10246 #include <dlfcn.h> 10244 #include <dlfcn.h>
10247 #endif 10245 #endif
10248 10246
10249 #include <stdio.h> 10247 #include <stdio.h>
10250 10248
10251 #ifdef RTLD_GLOBAL 10249 #ifdef RTLD_GLOBAL
10252 # define LT_DLGLOBAL RTLD_GLOBAL 10250 # define LT_DLGLOBAL RTLD_GLOBAL
(...skipping 1732 matching lines...)
11985 11983
11986 fi 11984 fi
11987 11985
11988 11986
11989 ######### 11987 #########
11990 # Check for needed/wanted headers 11988 # Check for needed/wanted headers
11991 11989
11992 11990
11993 11991
11994 11992
11995 for ac_header in sys/types.h stdlib.h stdint.h inttypes.h 11993
11994 for ac_header in sys/types.h stdlib.h stdint.h inttypes.h malloc.h
11996 do 11995 do
11997 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 11996 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11998 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 11997 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11999 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 11998 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12000 $as_echo_n "checking for $ac_header... " >&6; } 11999 $as_echo_n "checking for $ac_header... " >&6; }
12001 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12000 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12002 $as_echo_n "(cached) " >&6 12001 $as_echo_n "(cached) " >&6
12003 fi 12002 fi
12004 ac_res=`eval 'as_val=${'$as_ac_Header'} 12003 ac_res=`eval 'as_val=${'$as_ac_Header'}
12005 $as_echo "$as_val"'` 12004 $as_echo "$as_val"'`
(...skipping 132 matching lines...)
12138 12137
12139 12138
12140 ######### 12139 #########
12141 # Figure out whether or not we have these functions 12140 # Figure out whether or not we have these functions
12142 # 12141 #
12143 12142
12144 12143
12145 12144
12146 12145
12147 12146
12148 for ac_func in usleep fdatasync localtime_r gmtime_r localtime_s 12147
12148
12149 for ac_func in usleep fdatasync localtime_r gmtime_r localtime_s utime malloc_us able_size
12149 do 12150 do
12150 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 12151 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12151 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 12152 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
12152 $as_echo_n "checking for $ac_func... " >&6; } 12153 $as_echo_n "checking for $ac_func... " >&6; }
12153 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 12154 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12154 $as_echo_n "(cached) " >&6 12155 $as_echo_n "(cached) " >&6
12155 else 12156 else
12156 cat >conftest.$ac_ext <<_ACEOF 12157 cat >conftest.$ac_ext <<_ACEOF
12157 /* confdefs.h. */ 12158 /* confdefs.h. */
12158 _ACEOF 12159 _ACEOF
(...skipping 89 matching lines...)
12248 ######### 12249 #########
12249 # By default, we use the amalgamation (this may be changed below...) 12250 # By default, we use the amalgamation (this may be changed below...)
12250 # 12251 #
12251 USE_AMALGAMATION=1 12252 USE_AMALGAMATION=1
12252 12253
12253 ######### 12254 #########
12254 # See whether we can run specific tclsh versions known to work well; 12255 # See whether we can run specific tclsh versions known to work well;
12255 # if not, then we fall back to plain tclsh. 12256 # if not, then we fall back to plain tclsh.
12256 # TODO: try other versions before falling back? 12257 # TODO: try other versions before falling back?
12257 # 12258 #
12258 for ac_prog in tclsh8.5 tclsh 12259 for ac_prog in tclsh8.6 tclsh8.5 tclsh
12259 do 12260 do
12260 # Extract the first word of "$ac_prog", so it can be a program name with args. 12261 # Extract the first word of "$ac_prog", so it can be a program name with args.
12261 set dummy $ac_prog; ac_word=$2 12262 set dummy $ac_prog; ac_word=$2
12262 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 12263 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
12263 $as_echo_n "checking for $ac_word... " >&6; } 12264 $as_echo_n "checking for $ac_word... " >&6; }
12264 if test "${ac_cv_prog_TCLSH_CMD+set}" = set; then 12265 if test "${ac_cv_prog_TCLSH_CMD+set}" = set; then
12265 $as_echo_n "(cached) " >&6 12266 $as_echo_n "(cached) " >&6
12266 else 12267 else
12267 if test -n "$TCLSH_CMD"; then 12268 if test -n "$TCLSH_CMD"; then
12268 ac_cv_prog_TCLSH_CMD="$TCLSH_CMD" # Let the user override the test. 12269 ac_cv_prog_TCLSH_CMD="$TCLSH_CMD" # Let the user override the test.
(...skipping 435 matching lines...)
12704 BUILD_EXEEXT=.exe 12705 BUILD_EXEEXT=.exe
12705 else 12706 else
12706 BUILD_EXEEXT=$EXEEXT 12707 BUILD_EXEEXT=$EXEEXT
12707 fi 12708 fi
12708 if test x"$cross_compiling" = xno; then 12709 if test x"$cross_compiling" = xno; then
12709 TARGET_EXEEXT=$BUILD_EXEEXT 12710 TARGET_EXEEXT=$BUILD_EXEEXT
12710 else 12711 else
12711 TARGET_EXEEXT=$config_TARGET_EXEEXT 12712 TARGET_EXEEXT=$config_TARGET_EXEEXT
12712 fi 12713 fi
12713 if test "$TARGET_EXEEXT" = ".exe"; then 12714 if test "$TARGET_EXEEXT" = ".exe"; then
12714 if test $OS2_SHELL ; then 12715 SQLITE_OS_UNIX=0
12715 SQLITE_OS_UNIX=0 12716 SQLITE_OS_WIN=1
12716 SQLITE_OS_WIN=0 12717 CFLAGS="$CFLAGS -DSQLITE_OS_WIN=1"
12717 SQLITE_OS_OS2=1
12718 CFLAGS="$CFLAGS -DSQLITE_OS_OS2=1"
12719 else
12720 SQLITE_OS_UNIX=0
12721 SQLITE_OS_WIN=1
12722 SQLITE_OS_OS2=0
12723 CFLAGS="$CFLAGS -DSQLITE_OS_WIN=1"
12724 fi
12725 else 12718 else
12726 SQLITE_OS_UNIX=1 12719 SQLITE_OS_UNIX=1
12727 SQLITE_OS_WIN=0 12720 SQLITE_OS_WIN=0
12728 SQLITE_OS_OS2=0
12729 CFLAGS="$CFLAGS -DSQLITE_OS_UNIX=1" 12721 CFLAGS="$CFLAGS -DSQLITE_OS_UNIX=1"
12730 fi 12722 fi
12731 12723
12732 12724
12733 12725
12734 12726
12735 12727
12736 12728
12737
12738 ########## 12729 ##########
12739 # Figure out all the parameters needed to compile against Tcl. 12730 # Figure out all the parameters needed to compile against Tcl.
12740 # 12731 #
12741 # This code is derived from the SC_PATH_TCLCONFIG and SC_LOAD_TCLCONFIG 12732 # This code is derived from the SC_PATH_TCLCONFIG and SC_LOAD_TCLCONFIG
12742 # macros in the in the tcl.m4 file of the standard TCL distribution. 12733 # macros in the in the tcl.m4 file of the standard TCL distribution.
12743 # Those macros could not be used directly since we have to make some 12734 # Those macros could not be used directly since we have to make some
12744 # minor changes to accomodate systems that do not have TCL installed. 12735 # minor changes to accomodate systems that do not have TCL installed.
12745 # 12736 #
12746 # Check whether --enable-tcl was given. 12737 # Check whether --enable-tcl was given.
12747 if test "${enable_tcl+set}" = set; then 12738 if test "${enable_tcl+set}" = set; then
(...skipping 20 matching lines...)
12768 if test -f "${with_tclconfig}/tclConfig.sh" ; then 12759 if test -f "${with_tclconfig}/tclConfig.sh" ; then
12769 ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)` 12760 ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
12770 else 12761 else
12771 { { $as_echo "$as_me:$LINENO: error: ${with_tclconfig} directory doesn't contain tclConfig.sh" >&5 12762 { { $as_echo "$as_me:$LINENO: error: ${with_tclconfig} directory doesn't contain tclConfig.sh" >&5
12772 $as_echo "$as_me: error: ${with_tclconfig} directory doesn't contain tclConfig.s h" >&2;} 12763 $as_echo "$as_me: error: ${with_tclconfig} directory doesn't contain tclConfig.s h" >&2;}
12773 { (exit 1); exit 1; }; } 12764 { (exit 1); exit 1; }; }
12774 fi 12765 fi
12775 fi 12766 fi
12776 12767
12777 # Start autosearch by asking tclsh 12768 # Start autosearch by asking tclsh
12778 if test x"$cross_compiling" = xno; then 12769 if test x"${ac_cv_c_tclconfig}" = x ; then
12779 for i in `echo 'puts stdout $auto_path' | ${TCLSH_CMD}` 12770 if test x"$cross_compiling" = xno; then
12780 do 12771 for i in `echo 'puts stdout $auto_path' | ${TCLSH_CMD}`
12781 if test -f "$i/tclConfig.sh" ; then 12772 do
12782 ac_cv_c_tclconfig="$i" 12773 if test -f "$i/tclConfig.sh" ; then
12783 break 12774 ac_cv_c_tclconfig="$i"
12784 fi 12775 break
12785 done 12776 fi
12777 done
12778 fi
12786 fi 12779 fi
12787 12780
12788 # then check for a private Tcl installation 12781 # then check for a private Tcl installation
12789 if test x"${ac_cv_c_tclconfig}" = x ; then 12782 if test x"${ac_cv_c_tclconfig}" = x ; then
12790 for i in \ 12783 for i in \
12791 ../tcl \ 12784 ../tcl \
12792 `ls -dr ../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \ 12785 `ls -dr ../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
12793 `ls -dr ../tcl[8-9].[0-9] 2>/dev/null` \ 12786 `ls -dr ../tcl[8-9].[0-9] 2>/dev/null` \
12794 `ls -dr ../tcl[8-9].[0-9]* 2>/dev/null` \ 12787 `ls -dr ../tcl[8-9].[0-9]* 2>/dev/null` \
12795 ../../tcl \ 12788 ../../tcl \
(...skipping 101 matching lines...)
12897 12890
12898 12891
12899 12892
12900 12893
12901 12894
12902 12895
12903 12896
12904 12897
12905 12898
12906 12899
12907
12908 fi 12900 fi
12909 fi 12901 fi
12910 if test "${use_tcl}" = "no" ; then 12902 if test "${use_tcl}" = "no" ; then
12911 HAVE_TCL="" 12903 HAVE_TCL=""
12912 else 12904 else
12913 HAVE_TCL=1 12905 HAVE_TCL=1
12914 fi 12906 fi
12915 12907
12916 12908
12917 ########## 12909 ##########
(...skipping 515 matching lines...)
13433 # See whether we should allow loadable extensions 13425 # See whether we should allow loadable extensions
13434 # Check whether --enable-load-extension was given. 13426 # Check whether --enable-load-extension was given.
13435 if test "${enable_load_extension+set}" = set; then 13427 if test "${enable_load_extension+set}" = set; then
13436 enableval=$enable_load_extension; use_loadextension=$enableval 13428 enableval=$enable_load_extension; use_loadextension=$enableval
13437 else 13429 else
13438 use_loadextension=no 13430 use_loadextension=no
13439 fi 13431 fi
13440 13432
13441 if test "${use_loadextension}" = "yes" ; then 13433 if test "${use_loadextension}" = "yes" ; then
13442 OPT_FEATURE_FLAGS="" 13434 OPT_FEATURE_FLAGS=""
13435 { $as_echo "$as_me:$LINENO: checking for library containing dlopen" >&5
13436 $as_echo_n "checking for library containing dlopen... " >&6; }
13437 if test "${ac_cv_search_dlopen+set}" = set; then
13438 $as_echo_n "(cached) " >&6
13439 else
13440 ac_func_search_save_LIBS=$LIBS
13441 cat >conftest.$ac_ext <<_ACEOF
13442 /* confdefs.h. */
13443 _ACEOF
13444 cat confdefs.h >>conftest.$ac_ext
13445 cat >>conftest.$ac_ext <<_ACEOF
13446 /* end confdefs.h. */
13447
13448 /* Override any GCC internal prototype to avoid an error.
13449 Use char because int might match the return type of a GCC
13450 builtin and then its argument prototype would still apply. */
13451 #ifdef __cplusplus
13452 extern "C"
13453 #endif
13454 char dlopen ();
13455 int
13456 main ()
13457 {
13458 return dlopen ();
13459 ;
13460 return 0;
13461 }
13462 _ACEOF
13463 for ac_lib in '' dl; do
13464 if test -z "$ac_lib"; then
13465 ac_res="none required"
13466 else
13467 ac_res=-l$ac_lib
13468 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13469 fi
13470 rm -f conftest.$ac_objext conftest$ac_exeext
13471 if { (ac_try="$ac_link"
13472 case "(($ac_try" in
13473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13474 *) ac_try_echo=$ac_try;;
13475 esac
13476 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13477 $as_echo "$ac_try_echo") >&5
13478 (eval "$ac_link") 2>conftest.er1
13479 ac_status=$?
13480 grep -v '^ *+' conftest.er1 >conftest.err
13481 rm -f conftest.er1
13482 cat conftest.err >&5
13483 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13484 (exit $ac_status); } && {
13485 test -z "$ac_c_werror_flag" ||
13486 test ! -s conftest.err
13487 } && test -s conftest$ac_exeext && {
13488 test "$cross_compiling" = yes ||
13489 $as_test_x conftest$ac_exeext
13490 }; then
13491 ac_cv_search_dlopen=$ac_res
13492 else
13493 $as_echo "$as_me: failed program was:" >&5
13494 sed 's/^/| /' conftest.$ac_ext >&5
13495
13496
13497 fi
13498
13499 rm -rf conftest.dSYM
13500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13501 conftest$ac_exeext
13502 if test "${ac_cv_search_dlopen+set}" = set; then
13503 break
13504 fi
13505 done
13506 if test "${ac_cv_search_dlopen+set}" = set; then
13507 :
13508 else
13509 ac_cv_search_dlopen=no
13510 fi
13511 rm conftest.$ac_ext
13512 LIBS=$ac_func_search_save_LIBS
13513 fi
13514 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_dlopen" >&5
13515 $as_echo "$ac_cv_search_dlopen" >&6; }
13516 ac_res=$ac_cv_search_dlopen
13517 if test "$ac_res" != no; then
13518 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13519
13520 fi
13521
13443 else 13522 else
13444 OPT_FEATURE_FLAGS="-DSQLITE_OMIT_LOAD_EXTENSION=1" 13523 OPT_FEATURE_FLAGS="-DSQLITE_OMIT_LOAD_EXTENSION=1"
13445 fi 13524 fi
13446 13525
13447 ######### 13526 #########
13448 # attempt to duplicate any OMITS and ENABLES into the $(OPT_FEATURE_FLAGS) param eter 13527 # attempt to duplicate any OMITS and ENABLES into the $(OPT_FEATURE_FLAGS) param eter
13449 for option in $CFLAGS $CPPFLAGS 13528 for option in $CFLAGS $CPPFLAGS
13450 do 13529 do
13451 case $option in 13530 case $option in
13452 -DSQLITE_OMIT*) OPT_FEATURE_FLAGS="$OPT_FEATURE_FLAGS $option";; 13531 -DSQLITE_OMIT*) OPT_FEATURE_FLAGS="$OPT_FEATURE_FLAGS $option";;
(...skipping 482 matching lines...)
13935 # Sed expression to map a string onto a valid variable name. 14014 # Sed expression to map a string onto a valid variable name.
13936 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 14015 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13937 14016
13938 14017
13939 exec 6>&1 14018 exec 6>&1
13940 14019
13941 # Save the log message, to keep $[0] and so on meaningful, and to 14020 # Save the log message, to keep $[0] and so on meaningful, and to
13942 # report actual input values of CONFIG_FILES etc. instead of their 14021 # report actual input values of CONFIG_FILES etc. instead of their
13943 # values after options handling. 14022 # values after options handling.
13944 ac_log=" 14023 ac_log="
13945 This file was extended by sqlite $as_me 3.7.6.3, which was 14024 This file was extended by sqlite $as_me 3.8.7.4, which was
13946 generated by GNU Autoconf 2.62. Invocation command line was 14025 generated by GNU Autoconf 2.62. Invocation command line was
13947 14026
13948 CONFIG_FILES = $CONFIG_FILES 14027 CONFIG_FILES = $CONFIG_FILES
13949 CONFIG_HEADERS = $CONFIG_HEADERS 14028 CONFIG_HEADERS = $CONFIG_HEADERS
13950 CONFIG_LINKS = $CONFIG_LINKS 14029 CONFIG_LINKS = $CONFIG_LINKS
13951 CONFIG_COMMANDS = $CONFIG_COMMANDS 14030 CONFIG_COMMANDS = $CONFIG_COMMANDS
13952 $ $0 $@ 14031 $ $0 $@
13953 14032
13954 on `(hostname || uname -n) 2>/dev/null | sed 1q` 14033 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13955 " 14034 "
(...skipping 32 matching lines...)
13988 $config_headers 14067 $config_headers
13989 14068
13990 Configuration commands: 14069 Configuration commands:
13991 $config_commands 14070 $config_commands
13992 14071
13993 Report bugs to <bug-autoconf@gnu.org>." 14072 Report bugs to <bug-autoconf@gnu.org>."
13994 14073
13995 _ACEOF 14074 _ACEOF
13996 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 14075 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13997 ac_cs_version="\\ 14076 ac_cs_version="\\
13998 sqlite config.status 3.7.6.3 14077 sqlite config.status 3.8.7.4
13999 configured by $0, generated by GNU Autoconf 2.62, 14078 configured by $0, generated by GNU Autoconf 2.62,
14000 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\ \&/g'`\\" 14079 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\ \&/g'`\\"
14001 14080
14002 Copyright (C) 2008 Free Software Foundation, Inc. 14081 Copyright (C) 2008 Free Software Foundation, Inc.
14003 This config.status script is free software; the Free Software Foundation 14082 This config.status script is free software; the Free Software Foundation
14004 gives unlimited permission to copy, distribute and modify it." 14083 gives unlimited permission to copy, distribute and modify it."
14005 14084
14006 ac_pwd='$ac_pwd' 14085 ac_pwd='$ac_pwd'
14007 srcdir='$srcdir' 14086 srcdir='$srcdir'
14008 INSTALL='$INSTALL' 14087 INSTALL='$INSTALL'
(...skipping 1649 matching lines...)
15658 exec 5>>config.log 15737 exec 5>>config.log
15659 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 15738 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15660 # would make configure fail if this is the last instruction. 15739 # would make configure fail if this is the last instruction.
15661 $ac_cs_success || { (exit 1); exit 1; } 15740 $ac_cs_success || { (exit 1); exit 1; }
15662 fi 15741 fi
15663 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 15742 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15664 { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_op ts" >&5 15743 { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_op ts" >&5
15665 $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} 15744 $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;}
15666 fi 15745 fi
15667 15746
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