configure (0f996f45418e82dae151e5d1da478da38d70049f) | configure (de9468837c92cab304c658480bd32dbe4e022d01) |
---|---|
1#! /bin/sh 2# Guess values for system-dependent variables and create Makefiles. | 1#! /bin/sh 2# Guess values for system-dependent variables and create Makefiles. |
3# Generated by GNU Autoconf 2.71 for sqlite 3.46.0. | 3# Generated by GNU Autoconf 2.71 for sqlite 3.46.1. |
4# 5# Report bugs to <http://www.sqlite.org>. 6# 7# 8# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 9# Inc. 10# 11# --- 604 unchanged lines hidden (view full) --- 616cross_compiling=no 617subdirs= 618MFLAGS= 619MAKEFLAGS= 620 621# Identity of this package. 622PACKAGE_NAME='sqlite' 623PACKAGE_TARNAME='sqlite' | 4# 5# Report bugs to <http://www.sqlite.org>. 6# 7# 8# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 9# Inc. 10# 11# --- 604 unchanged lines hidden (view full) --- 616cross_compiling=no 617subdirs= 618MFLAGS= 619MAKEFLAGS= 620 621# Identity of this package. 622PACKAGE_NAME='sqlite' 623PACKAGE_TARNAME='sqlite' |
624PACKAGE_VERSION='3.46.0' 625PACKAGE_STRING='sqlite 3.46.0' | 624PACKAGE_VERSION='3.46.1' 625PACKAGE_STRING='sqlite 3.46.1' |
626PACKAGE_BUGREPORT='http://www.sqlite.org' 627PACKAGE_URL='' 628 629ac_unique_file="sqlite3.c" 630# Factoring default headers for most tests. 631ac_includes_default="\ 632#include <stddef.h> 633#ifdef HAVE_STDIO_H --- 728 unchanged lines hidden (view full) --- 1362 1363# 1364# Report the --help message. 1365# 1366if test "$ac_init_help" = "long"; then 1367 # Omit some internal or obsolete options to make the list less imposing. 1368 # This message is too long to be a string in the A/UX 3.1 sh. 1369 cat <<_ACEOF | 626PACKAGE_BUGREPORT='http://www.sqlite.org' 627PACKAGE_URL='' 628 629ac_unique_file="sqlite3.c" 630# Factoring default headers for most tests. 631ac_includes_default="\ 632#include <stddef.h> 633#ifdef HAVE_STDIO_H --- 728 unchanged lines hidden (view full) --- 1362 1363# 1364# Report the --help message. 1365# 1366if test "$ac_init_help" = "long"; then 1367 # Omit some internal or obsolete options to make the list less imposing. 1368 # This message is too long to be a string in the A/UX 3.1 sh. 1369 cat <<_ACEOF |
1370\`configure' configures sqlite 3.46.0 to adapt to many kinds of systems. | 1370\`configure' configures sqlite 3.46.1 to adapt to many kinds of systems. |
1371 1372Usage: $0 [OPTION]... [VAR=VALUE]... 1373 1374To assign environment variables (e.g., CC, CFLAGS...), specify them as 1375VAR=VALUE. See below for descriptions of some of the useful variables. 1376 1377Defaults for the options are specified in brackets. 1378 --- 54 unchanged lines hidden (view full) --- 1433System types: 1434 --build=BUILD configure for building on BUILD [guessed] 1435 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1436_ACEOF 1437fi 1438 1439if test -n "$ac_init_help"; then 1440 case $ac_init_help in | 1371 1372Usage: $0 [OPTION]... [VAR=VALUE]... 1373 1374To assign environment variables (e.g., CC, CFLAGS...), specify them as 1375VAR=VALUE. See below for descriptions of some of the useful variables. 1376 1377Defaults for the options are specified in brackets. 1378 --- 54 unchanged lines hidden (view full) --- 1433System types: 1434 --build=BUILD configure for building on BUILD [guessed] 1435 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1436_ACEOF 1437fi 1438 1439if test -n "$ac_init_help"; then 1440 case $ac_init_help in |
1441 short | recursive ) echo "Configuration of sqlite 3.46.0:";; | 1441 short | recursive ) echo "Configuration of sqlite 3.46.1:";; |
1442 esac 1443 cat <<\_ACEOF 1444 1445Optional Features: 1446 --disable-option-checking ignore unrecognized --enable/--with options 1447 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1448 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1449 --enable-silent-rules less verbose build output (undo: "make V=1") --- 108 unchanged lines hidden (view full) --- 1558 fi || ac_status=$? 1559 cd "$ac_pwd" || { ac_status=$?; break; } 1560 done 1561fi 1562 1563test -n "$ac_init_help" && exit $ac_status 1564if $ac_init_version; then 1565 cat <<\_ACEOF | 1442 esac 1443 cat <<\_ACEOF 1444 1445Optional Features: 1446 --disable-option-checking ignore unrecognized --enable/--with options 1447 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1448 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1449 --enable-silent-rules less verbose build output (undo: "make V=1") --- 108 unchanged lines hidden (view full) --- 1558 fi || ac_status=$? 1559 cd "$ac_pwd" || { ac_status=$?; break; } 1560 done 1561fi 1562 1563test -n "$ac_init_help" && exit $ac_status 1564if $ac_init_version; then 1565 cat <<\_ACEOF |
1566sqlite configure 3.46.0 | 1566sqlite configure 3.46.1 |
1567generated by GNU Autoconf 2.71 1568 1569Copyright (C) 2021 Free Software Foundation, Inc. 1570This configure script is free software; the Free Software Foundation 1571gives unlimited permission to copy, distribute and modify it. 1572_ACEOF 1573 exit 1574fi --- 253 unchanged lines hidden (view full) --- 1828 ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" 1829 ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; 1830esac 1831 1832cat >config.log <<_ACEOF 1833This file contains any messages produced by compilers while 1834running configure, to aid debugging if configure makes a mistake. 1835 | 1567generated by GNU Autoconf 2.71 1568 1569Copyright (C) 2021 Free Software Foundation, Inc. 1570This configure script is free software; the Free Software Foundation 1571gives unlimited permission to copy, distribute and modify it. 1572_ACEOF 1573 exit 1574fi --- 253 unchanged lines hidden (view full) --- 1828 ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" 1829 ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; 1830esac 1831 1832cat >config.log <<_ACEOF 1833This file contains any messages produced by compilers while 1834running configure, to aid debugging if configure makes a mistake. 1835 |
1836It was created by sqlite $as_me 3.46.0, which was | 1836It was created by sqlite $as_me 3.46.1, which was |
1837generated by GNU Autoconf 2.71. Invocation command line was 1838 1839 $ $0$ac_configure_args_raw 1840 1841_ACEOF 1842exec 5>>config.log 1843{ 1844cat <<_ASUNAME --- 1256 unchanged lines hidden (view full) --- 3101 else 3102 CYGPATH_W=echo 3103 fi 3104fi 3105 3106 3107# Define the identity of the package. 3108 PACKAGE='sqlite' | 1837generated by GNU Autoconf 2.71. Invocation command line was 1838 1839 $ $0$ac_configure_args_raw 1840 1841_ACEOF 1842exec 5>>config.log 1843{ 1844cat <<_ASUNAME --- 1256 unchanged lines hidden (view full) --- 3101 else 3102 CYGPATH_W=echo 3103 fi 3104fi 3105 3106 3107# Define the identity of the package. 3108 PACKAGE='sqlite' |
3109 VERSION='3.46.0' | 3109 VERSION='3.46.1' |
3110 3111 3112printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h 3113 3114 3115printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h 3116 3117# Some tools Automake needs. --- 12191 unchanged lines hidden (view full) --- 15309_ASEOF 15310test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 15311 15312cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 15313# Save the log message, to keep $0 and so on meaningful, and to 15314# report actual input values of CONFIG_FILES etc. instead of their 15315# values after options handling. 15316ac_log=" | 3110 3111 3112printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h 3113 3114 3115printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h 3116 3117# Some tools Automake needs. --- 12191 unchanged lines hidden (view full) --- 15309_ASEOF 15310test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 15311 15312cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 15313# Save the log message, to keep $0 and so on meaningful, and to 15314# report actual input values of CONFIG_FILES etc. instead of their 15315# values after options handling. 15316ac_log=" |
15317This file was extended by sqlite $as_me 3.46.0, which was | 15317This file was extended by sqlite $as_me 3.46.1, which was |
15318generated by GNU Autoconf 2.71. Invocation command line was 15319 15320 CONFIG_FILES = $CONFIG_FILES 15321 CONFIG_HEADERS = $CONFIG_HEADERS 15322 CONFIG_LINKS = $CONFIG_LINKS 15323 CONFIG_COMMANDS = $CONFIG_COMMANDS 15324 $ $0 $@ 15325 --- 42 unchanged lines hidden (view full) --- 15368Report bugs to <http://www.sqlite.org>." 15369 15370_ACEOF 15371ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` 15372ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` 15373cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 15374ac_cs_config='$ac_cs_config_escaped' 15375ac_cs_version="\\ | 15318generated by GNU Autoconf 2.71. Invocation command line was 15319 15320 CONFIG_FILES = $CONFIG_FILES 15321 CONFIG_HEADERS = $CONFIG_HEADERS 15322 CONFIG_LINKS = $CONFIG_LINKS 15323 CONFIG_COMMANDS = $CONFIG_COMMANDS 15324 $ $0 $@ 15325 --- 42 unchanged lines hidden (view full) --- 15368Report bugs to <http://www.sqlite.org>." 15369 15370_ACEOF 15371ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` 15372ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` 15373cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 15374ac_cs_config='$ac_cs_config_escaped' 15375ac_cs_version="\\ |
15376sqlite config.status 3.46.0 | 15376sqlite config.status 3.46.1 |
15377configured by $0, generated by GNU Autoconf 2.71, 15378 with options \\"\$ac_cs_config\\" 15379 15380Copyright (C) 2021 Free Software Foundation, Inc. 15381This config.status script is free software; the Free Software Foundation 15382gives unlimited permission to copy, distribute and modify it." 15383 15384ac_pwd='$ac_pwd' --- 1503 unchanged lines hidden --- | 15377configured by $0, generated by GNU Autoconf 2.71, 15378 with options \\"\$ac_cs_config\\" 15379 15380Copyright (C) 2021 Free Software Foundation, Inc. 15381This config.status script is free software; the Free Software Foundation 15382gives unlimited permission to copy, distribute and modify it." 15383 15384ac_pwd='$ac_pwd' --- 1503 unchanged lines hidden --- |