Remove warning messages from configure script used for testing.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14428 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/swigify
Derek Atkins 20 years ago
parent d86d61e227
commit d069382f5d

@ -1,3 +1,14 @@
2006-06-24 Derek Atkins <derek@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@tuhh.de>
* src/engine/iso-4217-currencies.scm: Add Suriname Dollar

@ -2028,11 +2028,9 @@ then
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

Loading…
Cancel
Save