|
1 | 1 | #! /bin/sh |
2 | 2 | # Guess values for system-dependent variables and create Makefiles. |
3 | | -# Generated by GNU Autoconf 2.69 for sqlite 3.33.0. |
| 3 | +# Generated by GNU Autoconf 2.69 for sqlite 3.34.1. |
4 | 4 | # |
5 | 5 | # |
6 | 6 | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
@@ -726,8 +726,8 @@ MAKEFLAGS= |
726 | 726 | # Identity of this package. |
727 | 727 | PACKAGE_NAME='sqlite' |
728 | 728 | PACKAGE_TARNAME='sqlite' |
729 | | -PACKAGE_VERSION='3.33.0' |
730 | | -PACKAGE_STRING='sqlite 3.33.0' |
| 729 | +PACKAGE_VERSION='3.34.1' |
| 730 | +PACKAGE_STRING='sqlite 3.34.1' |
731 | 731 | PACKAGE_BUGREPORT='' |
732 | 732 | PACKAGE_URL='' |
733 | 733 |
|
@@ -799,7 +799,6 @@ TEMP_STORE |
799 | 799 | ALLOWRELEASE |
800 | 800 | SQLITE_THREADSAFE |
801 | 801 | BUILD_CC |
802 | | -VERSION_NUMBER |
803 | 802 | RELEASE |
804 | 803 | VERSION |
805 | 804 | program_prefix |
@@ -1467,7 +1466,7 @@ if test "$ac_init_help" = "long"; then |
1467 | 1466 | # Omit some internal or obsolete options to make the list less imposing. |
1468 | 1467 | # This message is too long to be a string in the A/UX 3.1 sh. |
1469 | 1468 | cat <<_ACEOF |
1470 | | -\`configure' configures sqlite 3.33.0 to adapt to many kinds of systems. |
| 1469 | +\`configure' configures sqlite 3.34.1 to adapt to many kinds of systems. |
1471 | 1470 |
|
1472 | 1471 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1473 | 1472 |
|
|
1532 | 1531 |
|
1533 | 1532 | if test -n "$ac_init_help"; then |
1534 | 1533 | case $ac_init_help in |
1535 | | - short | recursive ) echo "Configuration of sqlite 3.33.0:";; |
| 1534 | + short | recursive ) echo "Configuration of sqlite 3.34.1:";; |
1536 | 1535 | esac |
1537 | 1536 | cat <<\_ACEOF |
1538 | 1537 |
|
|
1659 | 1658 | test -n "$ac_init_help" && exit $ac_status |
1660 | 1659 | if $ac_init_version; then |
1661 | 1660 | cat <<\_ACEOF |
1662 | | -sqlite configure 3.33.0 |
| 1661 | +sqlite configure 3.34.1 |
1663 | 1662 | generated by GNU Autoconf 2.69 |
1664 | 1663 |
|
1665 | 1664 | Copyright (C) 2012 Free Software Foundation, Inc. |
@@ -2078,7 +2077,7 @@ cat >config.log <<_ACEOF |
2078 | 2077 | This file contains any messages produced by compilers while |
2079 | 2078 | running configure, to aid debugging if configure makes a mistake. |
2080 | 2079 |
|
2081 | | -It was created by sqlite $as_me 3.33.0, which was |
| 2080 | +It was created by sqlite $as_me 3.34.1, which was |
2082 | 2081 | generated by GNU Autoconf 2.69. Invocation command line was |
2083 | 2082 |
|
2084 | 2083 | $ $0 $@ |
@@ -3936,13 +3935,13 @@ if ${lt_cv_nm_interface+:} false; then : |
3936 | 3935 | else |
3937 | 3936 | lt_cv_nm_interface="BSD nm" |
3938 | 3937 | echo "int some_variable = 0;" > conftest.$ac_ext |
3939 | | - (eval echo "\"\$as_me:3939: $ac_compile\"" >&5) |
| 3938 | + (eval echo "\"\$as_me:3938: $ac_compile\"" >&5) |
3940 | 3939 | (eval "$ac_compile" 2>conftest.err) |
3941 | 3940 | cat conftest.err >&5 |
3942 | | - (eval echo "\"\$as_me:3942: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
| 3941 | + (eval echo "\"\$as_me:3941: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
3943 | 3942 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
3944 | 3943 | cat conftest.err >&5 |
3945 | | - (eval echo "\"\$as_me:3945: output\"" >&5) |
| 3944 | + (eval echo "\"\$as_me:3944: output\"" >&5) |
3946 | 3945 | cat conftest.out >&5 |
3947 | 3946 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then |
3948 | 3947 | lt_cv_nm_interface="MS dumpbin" |
@@ -5148,7 +5147,7 @@ ia64-*-hpux*) |
5148 | 5147 | ;; |
5149 | 5148 | *-*-irix6*) |
5150 | 5149 | # Find out which ABI we are using. |
5151 | | - echo '#line 5151 "configure"' > conftest.$ac_ext |
| 5150 | + echo '#line 5150 "configure"' > conftest.$ac_ext |
5152 | 5151 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
5153 | 5152 | (eval $ac_compile) 2>&5 |
5154 | 5153 | ac_status=$? |
@@ -6673,11 +6672,11 @@ else |
6673 | 6672 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
6674 | 6673 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
6675 | 6674 | -e 's:$: $lt_compiler_flag:'` |
6676 | | - (eval echo "\"\$as_me:6676: $lt_compile\"" >&5) |
| 6675 | + (eval echo "\"\$as_me:6675: $lt_compile\"" >&5) |
6677 | 6676 | (eval "$lt_compile" 2>conftest.err) |
6678 | 6677 | ac_status=$? |
6679 | 6678 | cat conftest.err >&5 |
6680 | | - echo "$as_me:6680: \$? = $ac_status" >&5 |
| 6679 | + echo "$as_me:6679: \$? = $ac_status" >&5 |
6681 | 6680 | if (exit $ac_status) && test -s "$ac_outfile"; then |
6682 | 6681 | # The compiler can only warn and ignore the option if not recognized |
6683 | 6682 | # So say no if there are warnings other than the usual output. |
@@ -7012,11 +7011,11 @@ else |
7012 | 7011 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
7013 | 7012 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
7014 | 7013 | -e 's:$: $lt_compiler_flag:'` |
7015 | | - (eval echo "\"\$as_me:7015: $lt_compile\"" >&5) |
| 7014 | + (eval echo "\"\$as_me:7014: $lt_compile\"" >&5) |
7016 | 7015 | (eval "$lt_compile" 2>conftest.err) |
7017 | 7016 | ac_status=$? |
7018 | 7017 | cat conftest.err >&5 |
7019 | | - echo "$as_me:7019: \$? = $ac_status" >&5 |
| 7018 | + echo "$as_me:7018: \$? = $ac_status" >&5 |
7020 | 7019 | if (exit $ac_status) && test -s "$ac_outfile"; then |
7021 | 7020 | # The compiler can only warn and ignore the option if not recognized |
7022 | 7021 | # So say no if there are warnings other than the usual output. |
@@ -7117,11 +7116,11 @@ else |
7117 | 7116 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
7118 | 7117 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
7119 | 7118 | -e 's:$: $lt_compiler_flag:'` |
7120 | | - (eval echo "\"\$as_me:7120: $lt_compile\"" >&5) |
| 7119 | + (eval echo "\"\$as_me:7119: $lt_compile\"" >&5) |
7121 | 7120 | (eval "$lt_compile" 2>out/conftest.err) |
7122 | 7121 | ac_status=$? |
7123 | 7122 | cat out/conftest.err >&5 |
7124 | | - echo "$as_me:7124: \$? = $ac_status" >&5 |
| 7123 | + echo "$as_me:7123: \$? = $ac_status" >&5 |
7125 | 7124 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
7126 | 7125 | then |
7127 | 7126 | # The compiler can only warn and ignore the option if not recognized |
@@ -7172,11 +7171,11 @@ else |
7172 | 7171 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
7173 | 7172 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
7174 | 7173 | -e 's:$: $lt_compiler_flag:'` |
7175 | | - (eval echo "\"\$as_me:7175: $lt_compile\"" >&5) |
| 7174 | + (eval echo "\"\$as_me:7174: $lt_compile\"" >&5) |
7176 | 7175 | (eval "$lt_compile" 2>out/conftest.err) |
7177 | 7176 | ac_status=$? |
7178 | 7177 | cat out/conftest.err >&5 |
7179 | | - echo "$as_me:7179: \$? = $ac_status" >&5 |
| 7178 | + echo "$as_me:7178: \$? = $ac_status" >&5 |
7180 | 7179 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
7181 | 7180 | then |
7182 | 7181 | # The compiler can only warn and ignore the option if not recognized |
@@ -9552,7 +9551,7 @@ else |
9552 | 9551 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
9553 | 9552 | lt_status=$lt_dlunknown |
9554 | 9553 | cat > conftest.$ac_ext <<_LT_EOF |
9555 | | -#line 9555 "configure" |
| 9554 | +#line 9554 "configure" |
9556 | 9555 | #include "confdefs.h" |
9557 | 9556 |
|
9558 | 9557 | #if HAVE_DLFCN_H |
@@ -9648,7 +9647,7 @@ else |
9648 | 9647 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
9649 | 9648 | lt_status=$lt_dlunknown |
9650 | 9649 | cat > conftest.$ac_ext <<_LT_EOF |
9651 | | -#line 9651 "configure" |
| 9650 | +#line 9650 "configure" |
9652 | 9651 | #include "confdefs.h" |
9653 | 9652 |
|
9654 | 9653 | #if HAVE_DLFCN_H |
@@ -10388,12 +10387,6 @@ RELEASE=`cat $srcdir/VERSION` |
10388 | 10387 | { $as_echo "$as_me:${as_lineno-$LINENO}: Release set to $RELEASE" >&5 |
10389 | 10388 | $as_echo "$as_me: Release set to $RELEASE" >&6;} |
10390 | 10389 |
|
10391 | | -VERSION_NUMBER=`cat $srcdir/VERSION \ |
10392 | | - | sed 's/[^0-9]/ /g' \ |
10393 | | - | awk '{printf "%d%03d%03d",$1,$2,$3}'` |
10394 | | -{ $as_echo "$as_me:${as_lineno-$LINENO}: Version number set to $VERSION_NUMBER" >&5 |
10395 | | -$as_echo "$as_me: Version number set to $VERSION_NUMBER" >&6;} |
10396 | | - |
10397 | 10390 |
|
10398 | 10391 | ######### |
10399 | 10392 | # Locate a compiler for the build machine. This compiler should |
@@ -12243,7 +12236,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
12243 | 12236 | # report actual input values of CONFIG_FILES etc. instead of their |
12244 | 12237 | # values after options handling. |
12245 | 12238 | ac_log=" |
12246 | | -This file was extended by sqlite $as_me 3.33.0, which was |
| 12239 | +This file was extended by sqlite $as_me 3.34.1, which was |
12247 | 12240 | generated by GNU Autoconf 2.69. Invocation command line was |
12248 | 12241 |
|
12249 | 12242 | CONFIG_FILES = $CONFIG_FILES |
@@ -12309,7 +12302,7 @@ _ACEOF |
12309 | 12302 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
12310 | 12303 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
12311 | 12304 | ac_cs_version="\\ |
12312 | | -sqlite config.status 3.33.0 |
| 12305 | +sqlite config.status 3.34.1 |
12313 | 12306 | configured by $0, generated by GNU Autoconf 2.69, |
12314 | 12307 | with options \\"\$ac_cs_config\\" |
12315 | 12308 |
|
|
0 commit comments