]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix #3053: bashism (CVS 5006)
authormlcreech <mlcreech@noemail.net>
Mon, 14 Apr 2008 22:57:55 +0000 (22:57 +0000)
committermlcreech <mlcreech@noemail.net>
Mon, 14 Apr 2008 22:57:55 +0000 (22:57 +0000)
FossilOrigin-Name: 7217cecee71fbc992acd07b4ac90c1929e2207ae

configure
configure.ac
manifest
manifest.uuid

index 8e9a2af2e1b7bdac5af8e745a01a733b0abc3b6b..2570b118095777ba5029569348d4ef93322d1bc2 100755 (executable)
--- a/configure
+++ b/configure
@@ -1947,7 +1947,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 # The following RCS revision string applies to configure.in
-# $Revision: 1.57 $
+# $Revision: 1.58 $
 
 #########
 # Programs needed
@@ -20115,7 +20115,7 @@ if test "$TARGET_EXEEXT" = ".exe"; then
     OS_WIN=0
     OS_OS2=1
     CFLAGS="$CFLAGS -DOS_OS2=1"
-    if test "$ac_compiler_gnu" == "yes" ; then
+    if test "$ac_compiler_gnu" = "yes" ; then
       CFLAGS="$CFLAGS -Zomf -Zexe -Zmap"
       BUILD_CFLAGS="$BUILD_CFLAGS -Zomf -Zexe"
     fi
index d892a660408e5a1157687786f87c37f2c0181c5b..6a6aa2eb2d45d897ba7c55df216f2b961a4b6903 100644 (file)
@@ -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.43 $
+# $Revision: 1.44 $
 
 #########
 # Programs needed
@@ -339,7 +339,7 @@ if test "$TARGET_EXEEXT" = ".exe"; then
     OS_WIN=0
     OS_OS2=1
     CFLAGS="$CFLAGS -DOS_OS2=1"
-    if test "$ac_compiler_gnu" == "yes" ; then
+    if test "$ac_compiler_gnu" = "yes" ; then
       CFLAGS="$CFLAGS -Zomf -Zexe -Zmap"
       BUILD_CFLAGS="$BUILD_CFLAGS -Zomf -Zexe"
     fi
index 2000d90c9d7ddb0c5f16350088160fdaee2c2061..7602507fd3467de62bf387cde6b4f7cca38f9ada 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\salignment\sissue\sin\sinstrumentation\scode.\s(CVS\s5005)
-D 2008-04-14T17:42:42
+C Fix\s#3053:\sbashism\s(CVS\s5006)
+D 2008-04-14T22:57:55
 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
 F Makefile.in 25b3282a4ac39388632c2fb0e044ff494d490952
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -18,8 +18,8 @@ F config.guess dba2d1300ec8f8cd00c6fb44b9edde21c14e960c
 F config.h 5e461e321e0a56f1762da44eece1fe971ebdba3e
 F config.h.in feb93ab9f7703907947aadd3bcff7c6e790920bd
 F config.sub 9a842e7c332ed65cef3f2c20354e06dc998b2796
-F configure 945584d7c8926c2305828e3a7c2b33195cda27f7 x
-F configure.ac 1d76f7c88052f5018123b5e142f1048cdf090622
+F configure d769aa0358804476359bf9c2bf3d15e14297b0e7 x
+F configure.ac de0e2dd7497ba6fa88b560c8d552818d4453dab4
 F contrib/sqlitecon.tcl 210a913ad63f9f991070821e599d600bd913e0ad
 F doc/lemon.html f0f682f50210928c07e562621c3b7e8ab912a538
 F doc/report1.txt a031aaf37b185e4fa540223cb516d3bccec7eeac
@@ -628,7 +628,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P aa16eb572915632bfff88d544f9c428ca723346e
-R 6328e3f1bdbc17ecc3f68bba8e7f06fb
-U danielk1977
-Z 2265f9810d7446c460ed57d3921ef016
+P c9e0d625bcf3ff24229d7f011b4cfbd8d8140d16
+R b99584578ba71d73be93cc5ec611b93c
+U mlcreech
+Z 937fab50b0ba41d923f3f3b76e0967cc
index 0be6556a4639200915fc19c9ea5235480478a9b8..bfcfa2d2adf8cfaad50aa6cf528f7bd3db2d8acd 100644 (file)
@@ -1 +1 @@
-c9e0d625bcf3ff24229d7f011b4cfbd8d8140d16
\ No newline at end of file
+7217cecee71fbc992acd07b4ac90c1929e2207ae
\ No newline at end of file