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

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

Issue 5626002: Update sqlite to 3.7.3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/third_party/sqlite/src
Patch Set: Remove misc change. Created 10 years 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 | Annotate | Revision Log
« no previous file with comments | « third_party/sqlite/src/config.sub ('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.6.18. 3 # Generated by GNU Autoconf 2.62 for sqlite 3.7.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
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.3'
747 PACKAGE_STRING='sqlite 3.6.18' 747 PACKAGE_STRING='sqlite 3.7.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 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
1480 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1480 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1481 done 1481 done
1482 1482
1483 # 1483 #
1484 # Report the --help message. 1484 # Report the --help message.
1485 # 1485 #
1486 if test "$ac_init_help" = "long"; then 1486 if test "$ac_init_help" = "long"; then
1487 # Omit some internal or obsolete options to make the list less imposing. 1487 # 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. 1488 # This message is too long to be a string in the A/UX 3.1 sh.
1489 cat <<_ACEOF 1489 cat <<_ACEOF
1490 \`configure' configures sqlite 3.6.18 to adapt to many kinds of systems. 1490 \`configure' configures sqlite 3.7.3 to adapt to many kinds of systems.
1491 1491
1492 Usage: $0 [OPTION]... [VAR=VALUE]... 1492 Usage: $0 [OPTION]... [VAR=VALUE]...
1493 1493
1494 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1494 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1495 VAR=VALUE. See below for descriptions of some of the useful variables. 1495 VAR=VALUE. See below for descriptions of some of the useful variables.
1496 1496
1497 Defaults for the options are specified in brackets. 1497 Defaults for the options are specified in brackets.
1498 1498
1499 Configuration: 1499 Configuration:
1500 -h, --help display this help and exit 1500 -h, --help display this help and exit
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1545 cat <<\_ACEOF 1545 cat <<\_ACEOF
1546 1546
1547 System types: 1547 System types:
1548 --build=BUILD configure for building on BUILD [guessed] 1548 --build=BUILD configure for building on BUILD [guessed]
1549 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1549 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1550 _ACEOF 1550 _ACEOF
1551 fi 1551 fi
1552 1552
1553 if test -n "$ac_init_help"; then 1553 if test -n "$ac_init_help"; then
1554 case $ac_init_help in 1554 case $ac_init_help in
1555 short | recursive ) echo "Configuration of sqlite 3.6.18:";; 1555 short | recursive ) echo "Configuration of sqlite 3.7.3:";;
1556 esac 1556 esac
1557 cat <<\_ACEOF 1557 cat <<\_ACEOF
1558 1558
1559 Optional Features: 1559 Optional Features:
1560 --disable-option-checking ignore unrecognized --enable/--with options 1560 --disable-option-checking ignore unrecognized --enable/--with options
1561 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1561 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1562 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1562 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1563 --enable-shared[=PKGS] build shared libraries [default=yes] 1563 --enable-shared[=PKGS] build shared libraries [default=yes]
1564 --enable-static[=PKGS] build static libraries [default=yes] 1564 --enable-static[=PKGS] build static libraries [default=yes]
1565 --enable-fast-install[=PKGS] 1565 --enable-fast-install[=PKGS]
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
1663 else 1663 else
1664 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1664 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1665 fi || ac_status=$? 1665 fi || ac_status=$?
1666 cd "$ac_pwd" || { ac_status=$?; break; } 1666 cd "$ac_pwd" || { ac_status=$?; break; }
1667 done 1667 done
1668 fi 1668 fi
1669 1669
1670 test -n "$ac_init_help" && exit $ac_status 1670 test -n "$ac_init_help" && exit $ac_status
1671 if $ac_init_version; then 1671 if $ac_init_version; then
1672 cat <<\_ACEOF 1672 cat <<\_ACEOF
1673 sqlite configure 3.6.18 1673 sqlite configure 3.7.3
1674 generated by GNU Autoconf 2.62 1674 generated by GNU Autoconf 2.62
1675 1675
1676 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1676 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1677 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1677 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1678 This configure script is free software; the Free Software Foundation 1678 This configure script is free software; the Free Software Foundation
1679 gives unlimited permission to copy, distribute and modify it. 1679 gives unlimited permission to copy, distribute and modify it.
1680 _ACEOF 1680 _ACEOF
1681 exit 1681 exit
1682 fi 1682 fi
1683 cat >config.log <<_ACEOF 1683 cat >config.log <<_ACEOF
1684 This file contains any messages produced by compilers while 1684 This file contains any messages produced by compilers while
1685 running configure, to aid debugging if configure makes a mistake. 1685 running configure, to aid debugging if configure makes a mistake.
1686 1686
1687 It was created by sqlite $as_me 3.6.18, which was 1687 It was created by sqlite $as_me 3.7.3, which was
1688 generated by GNU Autoconf 2.62. Invocation command line was 1688 generated by GNU Autoconf 2.62. Invocation command line was
1689 1689
1690 $ $0 $@ 1690 $ $0 $@
1691 1691
1692 _ACEOF 1692 _ACEOF
1693 exec 5>>config.log 1693 exec 5>>config.log
1694 { 1694 {
1695 cat <<_ASUNAME 1695 cat <<_ASUNAME
1696 ## --------- ## 1696 ## --------- ##
1697 ## Platform. ## 1697 ## Platform. ##
(...skipping 10554 matching lines...) Expand 10 before | Expand all | Expand 10 after
12252 ######### 12252 #########
12253 # By default, we use the amalgamation (this may be changed below...) 12253 # By default, we use the amalgamation (this may be changed below...)
12254 # 12254 #
12255 USE_AMALGAMATION=1 12255 USE_AMALGAMATION=1
12256 12256
12257 ######### 12257 #########
12258 # See whether we can run specific tclsh versions known to work well; 12258 # See whether we can run specific tclsh versions known to work well;
12259 # if not, then we fall back to plain tclsh. 12259 # if not, then we fall back to plain tclsh.
12260 # TODO: try other versions before falling back? 12260 # TODO: try other versions before falling back?
12261 # 12261 #
12262 for ac_prog in tclsh8.4 tclsh 12262 for ac_prog in tclsh8.5 tclsh
12263 do 12263 do
12264 # Extract the first word of "$ac_prog", so it can be a program name with args. 12264 # Extract the first word of "$ac_prog", so it can be a program name with args.
12265 set dummy $ac_prog; ac_word=$2 12265 set dummy $ac_prog; ac_word=$2
12266 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 12266 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
12267 $as_echo_n "checking for $ac_word... " >&6; } 12267 $as_echo_n "checking for $ac_word... " >&6; }
12268 if test "${ac_cv_prog_TCLSH_CMD+set}" = set; then 12268 if test "${ac_cv_prog_TCLSH_CMD+set}" = set; then
12269 $as_echo_n "(cached) " >&6 12269 $as_echo_n "(cached) " >&6
12270 else 12270 else
12271 if test -n "$TCLSH_CMD"; then 12271 if test -n "$TCLSH_CMD"; then
12272 ac_cv_prog_TCLSH_CMD="$TCLSH_CMD" # Let the user override the test. 12272 ac_cv_prog_TCLSH_CMD="$TCLSH_CMD" # Let the user override the test.
(...skipping 1692 matching lines...) Expand 10 before | Expand all | Expand 10 after
13965 # Sed expression to map a string onto a valid variable name. 13965 # Sed expression to map a string onto a valid variable name.
13966 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 13966 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13967 13967
13968 13968
13969 exec 6>&1 13969 exec 6>&1
13970 13970
13971 # Save the log message, to keep $[0] and so on meaningful, and to 13971 # 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 13972 # report actual input values of CONFIG_FILES etc. instead of their
13973 # values after options handling. 13973 # values after options handling.
13974 ac_log=" 13974 ac_log="
13975 This file was extended by sqlite $as_me 3.6.18, which was 13975 This file was extended by sqlite $as_me 3.7.3, which was
13976 generated by GNU Autoconf 2.62. Invocation command line was 13976 generated by GNU Autoconf 2.62. Invocation command line was
13977 13977
13978 CONFIG_FILES = $CONFIG_FILES 13978 CONFIG_FILES = $CONFIG_FILES
13979 CONFIG_HEADERS = $CONFIG_HEADERS 13979 CONFIG_HEADERS = $CONFIG_HEADERS
13980 CONFIG_LINKS = $CONFIG_LINKS 13980 CONFIG_LINKS = $CONFIG_LINKS
13981 CONFIG_COMMANDS = $CONFIG_COMMANDS 13981 CONFIG_COMMANDS = $CONFIG_COMMANDS
13982 $ $0 $@ 13982 $ $0 $@
13983 13983
13984 on `(hostname || uname -n) 2>/dev/null | sed 1q` 13984 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13985 " 13985 "
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
14018 $config_headers 14018 $config_headers
14019 14019
14020 Configuration commands: 14020 Configuration commands:
14021 $config_commands 14021 $config_commands
14022 14022
14023 Report bugs to <bug-autoconf@gnu.org>." 14023 Report bugs to <bug-autoconf@gnu.org>."
14024 14024
14025 _ACEOF 14025 _ACEOF
14026 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 14026 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14027 ac_cs_version="\\ 14027 ac_cs_version="\\
14028 sqlite config.status 3.6.18 14028 sqlite config.status 3.7.3
14029 configured by $0, generated by GNU Autoconf 2.62, 14029 configured by $0, generated by GNU Autoconf 2.62,
14030 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\ \&/g'`\\" 14030 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\ \&/g'`\\"
14031 14031
14032 Copyright (C) 2008 Free Software Foundation, Inc. 14032 Copyright (C) 2008 Free Software Foundation, Inc.
14033 This config.status script is free software; the Free Software Foundation 14033 This config.status script is free software; the Free Software Foundation
14034 gives unlimited permission to copy, distribute and modify it." 14034 gives unlimited permission to copy, distribute and modify it."
14035 14035
14036 ac_pwd='$ac_pwd' 14036 ac_pwd='$ac_pwd'
14037 srcdir='$srcdir' 14037 srcdir='$srcdir'
14038 INSTALL='$INSTALL' 14038 INSTALL='$INSTALL'
(...skipping 1649 matching lines...) Expand 10 before | Expand all | Expand 10 after
15688 exec 5>>config.log 15688 exec 5>>config.log
15689 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 15689 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15690 # would make configure fail if this is the last instruction. 15690 # would make configure fail if this is the last instruction.
15691 $ac_cs_success || { (exit 1); exit 1; } 15691 $ac_cs_success || { (exit 1); exit 1; }
15692 fi 15692 fi
15693 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 15693 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 15694 { $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;} 15695 $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;}
15696 fi 15696 fi
15697 15697
OLDNEW
« no previous file with comments | « third_party/sqlite/src/config.sub ('k') | third_party/sqlite/src/configure.ac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698