[Gnucash-changes] r14428 - gnucash/trunk - Remove warning messages from configure script used for testing.

Derek Atkins warlord at cvs.gnucash.org
Sat Jun 24 14:42:59 EDT 2006


Author: warlord
Date: 2006-06-24 14:42:58 -0400 (Sat, 24 Jun 2006)
New Revision: 14428
Trac: http://svn.gnucash.org/trac/changeset/14428

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/configure.in
Log:
Remove warning messages from configure script used for testing.

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-06-24 18:34:35 UTC (rev 14427)
+++ gnucash/trunk/ChangeLog	2006-06-24 18:42:58 UTC (rev 14428)
@@ -1,3 +1,14 @@
+2006-06-24  Derek Atkins  <derek at ihtfp.com>
+
+	Allow building from either SVN or SVK
+	* util/gnc-svnversion: obtain revision info from SVN or SVK.
+	  Deals with lndir tree and both svn and svk checkouts.
+	* configure.in:
+	* src/gnome-utils/Makefile.am:
+	  use new gnc-svnversion script instead of calling out to svn
+	  directly.
+	* moved glade-fixup to util subdir
+
 2006-06-20  Christian Stimming <stimming at tuhh.de>
 
 	* src/engine/iso-4217-currencies.scm: Add Suriname Dollar

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-06-24 18:34:35 UTC (rev 14427)
+++ gnucash/trunk/configure.in	2006-06-24 18:42:58 UTC (rev 14428)
@@ -2028,11 +2028,9 @@
   if test $? = 0
   then
     # This code is from SVN/SVK, so enable error-on-warning
-    AC_MSG_WARN([SVN Build: error-on-warning defaults to yes])
     error_on_warning_as_default="yes"
   else
     # This is from a tarball, so disable error-on-warning
-    AC_MSG_WARN([Tarball Build: error-on-warning defaults to no])
     error_on_warning_as_default="no"
   fi
 



More information about the gnucash-changes mailing list