Use 'sqlite3.pc' instead of 'sqlite.pc' (CVS 1815)

FossilOrigin-Name: 991b6108e7cac3837d39fd9a5adbd72b082a4983
This commit is contained in:
dougcurrie
2004-07-19 03:24:59 +00:00
parent 6f137d44e7
commit 12b3444483
4 changed files with 13 additions and 13 deletions
Vendored
+3 -3
View File
@@ -1493,7 +1493,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# The following RCS revision string applies to configure.in
# $Revision: 1.23 $
# $Revision: 1.24 $
#########
# Programs needed
@@ -20586,7 +20586,7 @@ fi
#########
# Generate the output files.
#
ac_config_files="$ac_config_files Makefile sqlite.pc"
ac_config_files="$ac_config_files Makefile sqlite3.pc"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
@@ -21139,7 +21139,7 @@ do
case "$ac_config_target" in
# Handling of arguments.
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"sqlite.pc" ) CONFIG_FILES="$CONFIG_FILES sqlite.pc" ;;
"sqlite3.pc" ) CONFIG_FILES="$CONFIG_FILES sqlite3.pc" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;