From: drh Date: Fri, 18 Aug 2000 09:34:19 +0000 (+0000) Subject: configure script bug (CVS 134) X-Git-Tag: version-3.6.10~5960 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d31767657813b4a12ec45fb92f4a5494fa8ba1ae;p=thirdparty%2Fsqlite.git configure script bug (CVS 134) FossilOrigin-Name: 862b649204f27b4d5e8fa16b1140b945c17d0e14 --- diff --git a/configure b/configure index 88f15ecde0..f191be8d28 100755 --- a/configure +++ b/configure @@ -453,7 +453,7 @@ echo > confdefs.h # A filename unique to this package, relative to the directory that # configure is in, which we can look for to find out if srcdir is correct. -ac_unique_file=src/sqlite.h +ac_unique_file=src/sqlite.h.in # Find the source files, if location was not specified. if test -z "$srcdir"; then @@ -525,7 +525,7 @@ fi # The following RCS revision string applies to configure.in -# $Revision: 1.5 $ +# $Revision: 1.6 $ ######### # Make sure we are not building in a subdirectory of the source tree. diff --git a/manifest b/manifest index 688a2330d3..4ffa207ae5 100644 --- a/manifest +++ b/manifest @@ -1,10 +1,10 @@ -C configure\sscript\sbug\s(CVS\s133) -D 2000-08-18T09:33:40 +C configure\sscript\sbug\s(CVS\s134) +D 2000-08-18T09:34:19 F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4 F Makefile.in 8a4cc1bdcbb870f76d0c769136cf973af07586a4 F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958 F VERSION cfc5fe3a1d6f7e773eb019d04681697648d23e76 -F configure 51063d594190fa085f909cefc9427241088bec4f x +F configure 078a370347baf9375baa8053857ca1e6bc84afa7 x F configure.in 381aeb4564f1562b7b2a115f5e99035c561a7fea F doc/lemon.html e233a3e97a779c7a87e1bc4528c664a58e49dd47 F src/build.c 4d90e9e94750ca80249fc7958c617021d8bb7a50 @@ -70,7 +70,7 @@ F www/mingw.tcl fc5f4ba9d336b6e8c97347cc6496d6162461ef60 F www/opcode.tcl cb3a1abf8b7b9be9f3a228d097d6bf8b742c2b6f F www/sqlite.tcl cb0d23d8f061a80543928755ec7775da6e4f362f F www/vdbe.tcl bcbfc33bcdd0ebad95eab31286adb9e1bc289520 -P f37dd18e3fc6314eda2af786d74e0a445b9b2287 -R 4b8b8e5de3e59bfdb597dd962b02af69 +P c773a449b1f152a83c93a26e169f60c4f30d50a2 +R 7a3dc9b0c03bfbc3516857927d0c691b U drh -Z d907f5044424b974ec88a8605021670d +Z 460060d90f1cff0516fb261de138023f diff --git a/manifest.uuid b/manifest.uuid index 91bd2ed057..2d63f7a320 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -c773a449b1f152a83c93a26e169f60c4f30d50a2 \ No newline at end of file +862b649204f27b4d5e8fa16b1140b945c17d0e14 \ No newline at end of file