Overview
| SHA1 Hash: | c0e09560d26f0a6456be9dd3447f5311eb4f238f |
|---|---|
| Date: | 2013-01-09 11:53:05 |
| User: | drh |
| Edited Comment: | Version 3.7.15.2 |
| Original Comment: | Version 3.7.15.2 release candidate |
Tags And Properties
- bgcolor=#d0c0ff added by [69d144701b] on 2013-01-09 13:25:27
- branch=branch-3.7.15 inherited from [bae528f486]
- comment=Version 3.7.15.2 added by [69d144701b] on 2013-01-09 13:25:27
- sym-branch-3.7.15 inherited from [bae528f486]
- sym-version-3.7.15.2 added by [69d144701b] on 2013-01-09 13:25:27
Changes
Changes to VERSION
Changes to configure
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.15.1. | 3 # Generated by GNU Autoconf 2.62 for sqlite 3.7.15.2. 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. ## ................................................................................................................................................................................ 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.15.1' | 746 PACKAGE_VERSION='3.7.15.2' 747 PACKAGE_STRING='sqlite 3.7.15.1' | 747 PACKAGE_STRING='sqlite 3.7.15.2' 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> ................................................................................................................................................................................ 1480 # 1480 # 1481 # Report the --help message. 1481 # Report the --help message. 1482 # 1482 # 1483 if test "$ac_init_help" = "long"; then 1483 if test "$ac_init_help" = "long"; then 1484 # Omit some internal or obsolete options to make the list less imposing. 1484 # Omit some internal or obsolete options to make the list less imposing. 1485 # This message is too long to be a string in the A/UX 3.1 sh. 1485 # This message is too long to be a string in the A/UX 3.1 sh. 1486 cat <<_ACEOF 1486 cat <<_ACEOF 1487 \`configure' configures sqlite 3.7.15.1 to adapt to many kinds of systems. | 1487 \`configure' configures sqlite 3.7.15.2 to adapt to many kinds of systems. 1488 1488 1489 Usage: $0 [OPTION]... [VAR=VALUE]... 1489 Usage: $0 [OPTION]... [VAR=VALUE]... 1490 1490 1491 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1491 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1492 VAR=VALUE. See below for descriptions of some of the useful variables. 1492 VAR=VALUE. See below for descriptions of some of the useful variables. 1493 1493 1494 Defaults for the options are specified in brackets. 1494 Defaults for the options are specified in brackets. ................................................................................................................................................................................ 1545 --build=BUILD configure for building on BUILD [guessed] 1545 --build=BUILD configure for building on BUILD [guessed] 1546 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1546 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1547 _ACEOF 1547 _ACEOF 1548 fi 1548 fi 1549 1549 1550 if test -n "$ac_init_help"; then 1550 if test -n "$ac_init_help"; then 1551 case $ac_init_help in 1551 case $ac_init_help in 1552 short | recursive ) echo "Configuration of sqlite 3.7.15.1:";; | 1552 short | recursive ) echo "Configuration of sqlite 3.7.15.2:";; 1553 esac 1553 esac 1554 cat <<\_ACEOF 1554 cat <<\_ACEOF 1555 1555 1556 Optional Features: 1556 Optional Features: 1557 --disable-option-checking ignore unrecognized --enable/--with options 1557 --disable-option-checking ignore unrecognized --enable/--with options 1558 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1558 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1559 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1559 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] ................................................................................................................................................................................ 1661 cd "$ac_pwd" || { ac_status=$?; break; } 1661 cd "$ac_pwd" || { ac_status=$?; break; } 1662 done 1662 done 1663 fi 1663 fi 1664 1664 1665 test -n "$ac_init_help" && exit $ac_status 1665 test -n "$ac_init_help" && exit $ac_status 1666 if $ac_init_version; then 1666 if $ac_init_version; then 1667 cat <<\_ACEOF 1667 cat <<\_ACEOF 1668 sqlite configure 3.7.15.1 | 1668 sqlite configure 3.7.15.2 1669 generated by GNU Autoconf 2.62 1669 generated by GNU Autoconf 2.62 1670 1670 1671 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1671 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1672 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1672 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1673 This configure script is free software; the Free Software Foundation 1673 This configure script is free software; the Free Software Foundation 1674 gives unlimited permission to copy, distribute and modify it. 1674 gives unlimited permission to copy, distribute and modify it. 1675 _ACEOF 1675 _ACEOF 1676 exit 1676 exit 1677 fi 1677 fi 1678 cat >config.log <<_ACEOF 1678 cat >config.log <<_ACEOF 1679 This file contains any messages produced by compilers while 1679 This file contains any messages produced by compilers while 1680 running configure, to aid debugging if configure makes a mistake. 1680 running configure, to aid debugging if configure makes a mistake. 1681 1681 1682 It was created by sqlite $as_me 3.7.15.1, which was | 1682 It was created by sqlite $as_me 3.7.15.2, which was 1683 generated by GNU Autoconf 2.62. Invocation command line was 1683 generated by GNU Autoconf 2.62. Invocation command line was 1684 1684 1685 $ $0 $@ 1685 $ $0 $@ 1686 1686 1687 _ACEOF 1687 _ACEOF 1688 exec 5>>config.log 1688 exec 5>>config.log 1689 { 1689 { ................................................................................................................................................................................ 14029 14029 14030 exec 6>&1 14030 exec 6>&1 14031 14031 14032 # Save the log message, to keep $[0] and so on meaningful, and to 14032 # Save the log message, to keep $[0] and so on meaningful, and to 14033 # report actual input values of CONFIG_FILES etc. instead of their 14033 # report actual input values of CONFIG_FILES etc. instead of their 14034 # values after options handling. 14034 # values after options handling. 14035 ac_log=" 14035 ac_log=" 14036 This file was extended by sqlite $as_me 3.7.15.1, which was | 14036 This file was extended by sqlite $as_me 3.7.15.2, which was 14037 generated by GNU Autoconf 2.62. Invocation command line was 14037 generated by GNU Autoconf 2.62. Invocation command line was 14038 14038 14039 CONFIG_FILES = $CONFIG_FILES 14039 CONFIG_FILES = $CONFIG_FILES 14040 CONFIG_HEADERS = $CONFIG_HEADERS 14040 CONFIG_HEADERS = $CONFIG_HEADERS 14041 CONFIG_LINKS = $CONFIG_LINKS 14041 CONFIG_LINKS = $CONFIG_LINKS 14042 CONFIG_COMMANDS = $CONFIG_COMMANDS 14042 CONFIG_COMMANDS = $CONFIG_COMMANDS 14043 $ $0 $@ 14043 $ $0 $@ ................................................................................................................................................................................ 14082 $config_commands 14082 $config_commands 14083 14083 14084 Report bugs to <bug-autoconf@gnu.org>." 14084 Report bugs to <bug-autoconf@gnu.org>." 14085 14085 14086 _ACEOF 14086 _ACEOF 14087 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 14087 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 14088 ac_cs_version="\\ 14088 ac_cs_version="\\ 14089 sqlite config.status 3.7.15.1 | 14089 sqlite config.status 3.7.15.2 14090 configured by $0, generated by GNU Autoconf 2.62, 14090 configured by $0, generated by GNU Autoconf 2.62, 14091 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\ 14091 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\ 14092 14092 14093 Copyright (C) 2008 Free Software Foundation, Inc. 14093 Copyright (C) 2008 Free Software Foundation, Inc. 14094 This config.status script is free software; the Free Software Foundation 14094 This config.status script is free software; the Free Software Foundation 14095 gives unlimited permission to copy, distribute and modify it." 14095 gives unlimited permission to copy, distribute and modify it." 14096 14096