From: dougcurrie Date: Mon, 19 Jul 2004 03:24:59 +0000 (+0000) Subject: Use 'sqlite3.pc' instead of 'sqlite.pc' (CVS 1815) X-Git-Tag: version-3.6.10~4316 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=12b3444483d2fa95c9a87304ac625c6ea40a188d;p=thirdparty%2Fsqlite.git Use 'sqlite3.pc' instead of 'sqlite.pc' (CVS 1815) FossilOrigin-Name: 991b6108e7cac3837d39fd9a5adbd72b082a4983 --- diff --git a/configure b/configure index 6e33a70e08..e1c4262cc5 100755 --- a/configure +++ b/configure @@ -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; }; };; diff --git a/configure.ac b/configure.ac index 63f3eb9c04..52409a2f05 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ]) diff --git a/manifest b/manifest index af70cd3256..86e971156b 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Use\s'sqlite3.pc'\sinstead\sof\s'sqlite.pc'\s(CVS\s1814) -D 2004-07-19T03:23:12 +C Use\s'sqlite3.pc'\sinstead\sof\s'sqlite.pc'\s(CVS\s1815) +D 2004-07-19T03:25:00 F Makefile.in 77d1219b6563476711a7a962e865979a6f314eb0 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd @@ -10,8 +10,8 @@ F art/SQLite.gif 1bbb94484963f1382e27e1c5e86dd0c1061eba2b F art/SQLiteLogo3.tiff b9e6bf022ae939bc986cddb8ab99583ca1b02cb3 F config.guess 2103e94b15dc57112d7b9ee152c6fac5288895b4 F config.sub 9bf686ec001ae7bc53f5b3563c90c62d4c6d48be -F configure 7e3a941d455da0f6368c0ed13466565bfed88c90 x -F configure.ac 07492bd19a17109ccb2d59846c6a0dcf41cacfa8 +F configure d3720624693e6b18264e7776f7250dd472659a10 x +F configure.ac 82b4d26ae0234e87019b5783b67bd5b807eb5820 F doc/affinity.html bdc7560fa3d2284af59d8fb52041cddbb14578f5 F doc/lemon.html f0f682f50210928c07e562621c3b7e8ab912a538 F doc/report1.txt a031aaf37b185e4fa540223cb516d3bccec7eeac @@ -236,7 +236,7 @@ F www/tclsqlite.tcl 19191cf2a1010eaeff74c51d83fd5f5a4d899075 F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0 F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4 -P 880644097004cba1e215a5697d0553b3b98c9884 -R 8ca1f30cf6ef42c006c54b8cd1399aec +P 7525a1a9106f492d288676fd8aa00b470db2dc4b +R 694226ff5e9360bf62a1697093fa39fc U dougcurrie -Z fd713d919f8df3ab40c66579698e9f14 +Z b2ba6f6db45dfc5b54be0ed1e407abfe diff --git a/manifest.uuid b/manifest.uuid index d0673bbd7e..763504dee4 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -7525a1a9106f492d288676fd8aa00b470db2dc4b \ No newline at end of file +991b6108e7cac3837d39fd9a5adbd72b082a4983 \ No newline at end of file