(#3449) search for tclConfig.sh first by asking tclsh itself where it is (CVS 6207)
FossilOrigin-Name: ff2912dc1483bf934c94bd7866b4ec314a0d784f
This commit is contained in:
parent
8f50e7b865
commit
fe7e82e4be
14
configure.ac
14
configure.ac
@ -92,7 +92,7 @@ AC_INIT(sqlite, m4_esyscmd([cat VERSION | tr -d '\n']))
|
||||
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.51 $
|
||||
# $Revision: 1.52 $
|
||||
|
||||
#########
|
||||
# Programs needed
|
||||
@ -385,6 +385,18 @@ if test "${use_tcl}" = "yes" ; then
|
||||
AC_MSG_ERROR([${with_tclconfig} directory doesn't contain tclConfig.sh])
|
||||
fi
|
||||
fi
|
||||
|
||||
# Start autosearch by asking tclsh
|
||||
if test x"$cross_compiling" = xno; then
|
||||
for i in `echo 'puts stdout $auto_path' | ${TCLSH_CMD}`
|
||||
do
|
||||
if test -f "$i/tclConfig.sh" ; then
|
||||
ac_cv_c_tclconfig="$i"
|
||||
break
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
# then check for a private Tcl installation
|
||||
if test x"${ac_cv_c_tclconfig}" = x ; then
|
||||
for i in \
|
||||
|
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
||||
C (#1428)\sinstalled\sshared\slibs\swith\sexec\sperms\s(CVS\s6206)
|
||||
D 2009-01-26T21:25:58
|
||||
C (#3449)\ssearch\sfor\stclConfig.sh\sfirst\sby\sasking\stclsh\sitself\swhere\sit\sis\s(CVS\s6207)
|
||||
D 2009-01-26T21:39:33
|
||||
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
|
||||
F Makefile.in 56e5fccf24f8369a812623abccbf99918d4bb0e6
|
||||
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
|
||||
@ -19,7 +19,7 @@ F config.guess 226d9a188c6196f3033ffc651cbc9dcee1a42977
|
||||
F config.h.in 3fda160d9a0ebbd6c22c0391354fa0036474680f
|
||||
F config.sub 9ebe4c3b3dab6431ece34f16828b594fb420da55
|
||||
F configure ba834380ddf76cd00c1e6b51a2a97ce671946b41 x
|
||||
F configure.ac 986409bcb9b49585bd971b54e8037afbf16b0b2f
|
||||
F configure.ac 67f7389d5930513b7a2c28a69d866413002bbd4f
|
||||
F contrib/sqlitecon.tcl 210a913ad63f9f991070821e599d600bd913e0ad
|
||||
F doc/lemon.html f0f682f50210928c07e562621c3b7e8ab912a538
|
||||
F doc/report1.txt a031aaf37b185e4fa540223cb516d3bccec7eeac
|
||||
@ -693,7 +693,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
|
||||
F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
|
||||
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
|
||||
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
|
||||
P 4d03b69317acde5c29f38ae88276c15abf05266a
|
||||
R f69004547862d573bd414625461b2493
|
||||
P 3f2a3414d008636e0d70f3ed8b728ffdd46ae9fc
|
||||
R dde2ab11fda27157326136c4737b5539
|
||||
U vapier
|
||||
Z 56b3efef59b67611b5d9694e5c91cf61
|
||||
Z 0ba855563f04867cecde4ec0bb8889fa
|
||||
|
@ -1 +1 @@
|
||||
3f2a3414d008636e0d70f3ed8b728ffdd46ae9fc
|
||||
ff2912dc1483bf934c94bd7866b4ec314a0d784f
|
Loading…
x
Reference in New Issue
Block a user