From: vapier Date: Mon, 26 Jan 2009 21:43:16 +0000 (+0000) Subject: use AC_MSG_xxx funcs rather than `echo` (CVS 6208) X-Git-Tag: version-3.6.15~542 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=695f0970752355b96e35f825db2b9e7ce57c490d;p=thirdparty%2Fsqlite.git use AC_MSG_xxx funcs rather than `echo` (CVS 6208) FossilOrigin-Name: ed08025ad2c5c9e52732ad91192e1c6d58272c87 --- diff --git a/configure.ac b/configure.ac index 0905512b55..5934c27b6f 100644 --- a/configure.ac +++ b/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.52 $ +# $Revision: 1.53 $ ######### # Programs needed @@ -150,15 +150,15 @@ fi AC_SUBST(program_prefix) VERSION=[`cat $srcdir/VERSION | sed 's/^\([0-9]*\.*[0-9]*\).*/\1/'`] -echo "Version set to $VERSION" +AC_MSG_NOTICE(Version set to $VERSION) AC_SUBST(VERSION) RELEASE=`cat $srcdir/VERSION` -echo "Release set to $RELEASE" +AC_MSG_NOTICE(Release set to $RELEASE) AC_SUBST(RELEASE) -VERSION_NUMBER=[`cat $srcdir/VERSION \ +VERSION_NUMBER=[`cat $srcdir/VERSION \ | sed 's/[^0-9]/ /g' \ | awk '{printf "%d%03d%03d",$1,$2,$3}'`] -echo "Version number set to $VERSION_NUMBER" +AC_MSG_NOTICE(Version number set to $VERSION_NUMBER) AC_SUBST(VERSION_NUMBER) ######### diff --git a/manifest b/manifest index 36b529ffe8..2042268830 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C (#3449)\ssearch\sfor\stclConfig.sh\sfirst\sby\sasking\stclsh\sitself\swhere\sit\sis\s(CVS\s6207) -D 2009-01-26T21:39:33 +C use\sAC_MSG_xxx\sfuncs\srather\sthan\s`echo`\s(CVS\s6208) +D 2009-01-26T21:43:16 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 67f7389d5930513b7a2c28a69d866413002bbd4f +F configure.ac 42015e27775407b09b6fa385e8b57744a1f2d79c 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 3f2a3414d008636e0d70f3ed8b728ffdd46ae9fc -R dde2ab11fda27157326136c4737b5539 +P ff2912dc1483bf934c94bd7866b4ec314a0d784f +R 1f8f5d3c45ac41c5c7a79b531818f11d U vapier -Z 0ba855563f04867cecde4ec0bb8889fa +Z 719b7020c781dd70f6d55782c82d3031 diff --git a/manifest.uuid b/manifest.uuid index 7bfef760e0..c5b8eeb7ba 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -ff2912dc1483bf934c94bd7866b4ec314a0d784f \ No newline at end of file +ed08025ad2c5c9e52732ad91192e1c6d58272c87 \ No newline at end of file