diff options
author | drh <> | 2022-10-04 10:35:10 +0000 |
---|---|---|
committer | drh <> | 2022-10-04 10:35:10 +0000 |
commit | a4b2f419382c95cd2f4924d0394f37b3d2f0cfce (patch) | |
tree | 98d945e9538e9c7d11e35edc19448dc27d5c86f0 /configure | |
parent | 16292a5e52cc4f6b1375bd1dbefe048a10f7e14f (diff) | |
download | sqlite-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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" ;; |