aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordrh <>2022-10-04 10:35:10 +0000
committerdrh <>2022-10-04 10:35:10 +0000
commita4b2f419382c95cd2f4924d0394f37b3d2f0cfce (patch)
tree98d945e9538e9c7d11e35edc19448dc27d5c86f0 /configure
parent16292a5e52cc4f6b1375bd1dbefe048a10f7e14f (diff)
downloadsqlite-a4b2f419382c95cd2f4924d0394f37b3d2f0cfce.tar.gz
sqlite-a4b2f419382c95cd2f4924d0394f37b3d2f0cfce.zip
Change the name of the autoconf-generated configuration file from "config.h"
to "sqlite_cfg.h" to work around a bug in a dependency checker, reported in [https://twitter.com/josecastillo/status/1577136108097314816|a tweet from Jose Castillo]. FossilOrigin-Name: 897e187cad981126fc5f6ea8e382e937825af10b0c9589b0a23b9fbaa4ca58b8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index e9f135f87..4a32d5e56 100755
--- a/configure
+++ b/configure
@@ -11875,7 +11875,7 @@ fi
#########
# Output the config header
-ac_config_headers="$ac_config_headers config.h"
+ac_config_headers="$ac_config_headers sqlite_cfg.h"
#########
@@ -12838,7 +12838,7 @@ for ac_config_target in $ac_config_targets
do
case $ac_config_target in
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
- "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
+ "sqlite_cfg.h") CONFIG_HEADERS="$CONFIG_HEADERS sqlite_cfg.h" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"sqlite3.pc") CONFIG_FILES="$CONFIG_FILES sqlite3.pc" ;;