]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Improvements to the --help option to configure. Ticket #1033. (CVS 2161)
authordrh <drh@noemail.net>
Fri, 10 Dec 2004 02:20:27 +0000 (02:20 +0000)
committerdrh <drh@noemail.net>
Fri, 10 Dec 2004 02:20:27 +0000 (02:20 +0000)
FossilOrigin-Name: 3032cc2b88800e7226e6fab8f5ca7a7e8dbac36e

configure
configure.ac
manifest
manifest.uuid

index 650ced598b36a116185f42fa07732fc277d5fe09..8812e605ae550b8550833f6fa3fa7edce41741a6 100755 (executable)
--- a/configure
+++ b/configure
@@ -1039,7 +1039,7 @@ Optional Packages:
   --with-tags[=TAGS]
                           include additional configurations [automatic]
   --with-hints=FILE       Read configuration options from FILE
-  --with-tcl              directory containing tcl configuration (tclConfig.sh)
+  --with-tcl=DIR          directory containing tcl configuration (tclConfig.sh)
 
 Some influential environment variables:
   CC          C compiler command
@@ -1495,7 +1495,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 # The following RCS revision string applies to configure.in
-# $Revision: 1.27 $
+# $Revision: 1.28 $
 
 #########
 # Programs needed
index c95377de772505bdf000857d665e579fff4491ff..0d1fb6cc423c71f1d30afe1c0772c13c970fbfde 100644 (file)
@@ -116,7 +116,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.13 $
+# $Revision: 1.14 $
 
 #########
 # Programs needed
@@ -399,7 +399,7 @@ AC_SUBST(TARGET_LIBS)
 AC_ARG_ENABLE(tcl, [  --disable-tcl       do not build TCL extension],
       [use_tcl=$enableval],[use_tcl=yes])
 if test "${use_tcl}" = "yes" ; then
-  AC_ARG_WITH(tcl, [  --with-tcl              directory containing tcl configuration (tclConfig.sh)], with_tclconfig=${withval})
+  AC_ARG_WITH(tcl, [  --with-tcl=DIR          directory containing tcl configuration (tclConfig.sh)], with_tclconfig=${withval})
   AC_MSG_CHECKING([for Tcl configuration])
   AC_CACHE_VAL(ac_cv_c_tclconfig,[
     # First check to see if --with-tcl was specified.
index a0c7f49496822211d4e84c6a4355104cdb8c5bb4..69084f57c2345ef7dcf5c582b1a0da943417e653 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sa\s-DUSE_TCL_STUBS\sto\sthe\sstandard\sMakefile.\s\sThis\smight\shelp\swith\nticket\s#1034.\s\sOr\smaybe\snot.\s(CVS\s2160)
-D 2004-12-10T02:08:41
+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
 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
 F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
@@ -10,8 +10,8 @@ F art/SQLite.gif 1bbb94484963f1382e27e1c5e86dd0c1061eba2b
 F art/SQLiteLogo3.tiff b9e6bf022ae939bc986cddb8ab99583ca1b02cb3
 F config.guess 2103e94b15dc57112d7b9ee152c6fac5288895b4
 F config.sub 9bf686ec001ae7bc53f5b3563c90c62d4c6d48be
-F configure 7bddb59f07f10377569c8ad76351ce44d95858f8 x
-F configure.ac 8bb95fd240baf3968eeb12985000b2ac4b8e9306
+F configure 236a39f7fe430e5080ad1fdc9bc683c7fb281360 x
+F configure.ac 5b196e37f2a4458643fa86148f521e022d4cb99d
 F doc/lemon.html f0f682f50210928c07e562621c3b7e8ab912a538
 F doc/report1.txt a031aaf37b185e4fa540223cb516d3bccec7eeac
 F install-sh 9d4de14ab9fb0facae2f48780b874848cbf2f895
@@ -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 bf81aabff1303b66f12d28b730d19b7cbdb2de6a
-R 3519c47761b952307951e0f6a46860bc
+P 4c30c373ef674505d275e4a1e8868c9f72a3a1ef
+R ed87b44a09e03935c38f1886858c0d7b
 U drh
-Z 7f2a18e37605632c50e72da0eeabcab0
+Z 25c4b054fc5c6acb442c9297e9807af3
index 630417cb389eeb57e7fe8f3c373aa88d4253a7c3..da9c6ae67b1aba49d4b8c6d2a74f180074489545 100644 (file)
@@ -1 +1 @@
-4c30c373ef674505d275e4a1e8868c9f72a3a1ef
\ No newline at end of file
+3032cc2b88800e7226e6fab8f5ca7a7e8dbac36e
\ No newline at end of file