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
+2 -2
View File
@@ -138,7 +138,7 @@ AC_INIT(src/sqlite.h.in)
dnl Put the RCS revision string after AC_INIT so that it will also
dnl show in in configure.
# The following RCS revision string applies to configure.in
# $Revision: 1.9 $
# $Revision: 1.10 $
#########
# Programs needed
@@ -526,5 +526,5 @@ AC_CHECK_FUNC(usleep, [TARGET_CFLAGS="$TARGET_CFLAGS -DHAVE_USLEEP=1"])
#
AC_OUTPUT([
Makefile
sqlite.pc
sqlite3.pc
])