]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Back out the USE_TCL_STUBS changes because it breaks the build. I think
authordrh <drh@noemail.net>
Fri, 10 Dec 2004 03:08:12 +0000 (03:08 +0000)
committerdrh <drh@noemail.net>
Fri, 10 Dec 2004 03:08:12 +0000 (03:08 +0000)
the strategy needs to be to abandon libtool and use tcl.m4 to figure out how
to build our own shared libraries.  Ticket #1034. (CVS 2162)

FossilOrigin-Name: 7f4679b92ec764bf5c11a0f19876073a94742092

Makefile.in
manifest
manifest.uuid

index 179d4a93f4f4958a59472857fee22907d4c84c5c..a533a2c4d832a4a9f8bde7b262e297871e7240df 100644 (file)
@@ -30,7 +30,7 @@ TCC = @TARGET_CC@ @TARGET_CFLAGS@ -I. -I${TOP}/src -DNDEBUG
 
 # Compiler options needed for programs that use the TCL library.
 #
-TCC += @TCL_INCLUDE_SPEC@ -DUSE_TCL_STUBS
+TCC += @TCL_INCLUDE_SPEC@
 
 # The library that programs using TCL must link against.
 #
index 69084f57c2345ef7dcf5c582b1a0da943417e653..b7cf835cf0ceae1680824e103acd28d85d9a366a 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
-C Improvements\sto\sthe\s--help\soption\sto\sconfigure.\s\sTicket\s#1033.\s(CVS\s2161)
-D 2004-12-10T02:20:28
-F Makefile.in 4bf4cfb523915f40441ae607c7e7cdc4f808e833
+C Back\sout\sthe\sUSE_TCL_STUBS\schanges\sbecause\sit\sbreaks\sthe\sbuild.\s\sI\sthink\nthe\sstrategy\sneeds\sto\sbe\sto\sabandon\slibtool\sand\suse\stcl.m4\sto\sfigure\sout\show\nto\sbuild\sour\sown\sshared\slibraries.\s\sTicket\s#1034.\s(CVS\s2162)
+D 2004-12-10T03:08:13
+F Makefile.in da09f379b80c8cd78d78abaa0f32ca90a124e884
 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
 F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
 F VERSION 342b6d5fde93b6d45023e2fee0163dda6464b9d6
@@ -263,7 +263,7 @@ F www/tclsqlite.tcl 560ecd6a916b320e59f2917317398f3d59b7cc25
 F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618
 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
 F www/whentouse.tcl fdacb0ba2d39831e8a6240d05a490026ad4c4e4c
-P 4c30c373ef674505d275e4a1e8868c9f72a3a1ef
-R ed87b44a09e03935c38f1886858c0d7b
+P 3032cc2b88800e7226e6fab8f5ca7a7e8dbac36e
+R c8abceba0d2236f8d89fe82f64595ad4
 U drh
-Z 25c4b054fc5c6acb442c9297e9807af3
+Z 4da33d0d73d20d83bdec266239288aee
index da9c6ae67b1aba49d4b8c6d2a74f180074489545..d307d8632477f36b0e916914a4a2c0f0b8430a6e 100644 (file)
@@ -1 +1 @@
-3032cc2b88800e7226e6fab8f5ca7a7e8dbac36e
\ No newline at end of file
+7f4679b92ec764bf5c11a0f19876073a94742092
\ No newline at end of file