[Gnucash-changes] r13001 - gnucash/trunk - Revert r12998 -- we only require aqbanking-1.0.0

Christian Stimming cstim at cvs.gnucash.org
Sat Jan 28 13:00:12 EST 2006


Author: cstim
Date: 2006-01-28 13:00:11 -0500 (Sat, 28 Jan 2006)
New Revision: 13001
Trac: http://svn.gnucash.org/trac/changeset/13001

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/configure.in
Log:
Revert r12998 -- we only require aqbanking-1.0.0

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-01-28 17:23:47 UTC (rev 13000)
+++ gnucash/trunk/ChangeLog	2006-01-28 18:00:11 UTC (rev 13001)
@@ -1,3 +1,10 @@
+2006-01-28  Christian Stimming  <stimming at tuhh.de>
+
+	* configure.in: Revert aqbanking dependency. We still stick to
+	1.0.0 because a) FC3 has AQBANKING 1.0.x, b) We can't find an
+	AQBANKING 1.3 tarball -- the earliest we can find is 1.6, c)
+	AQBANKING 1.6 doesn't build on FC3 because of dependencies
+
 2006-01-28  Derek Atkins  <derek at ihtfp.com>
 
 	* src/business/business-core/file/gnc-owner-xml-v2.c:

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-01-28 17:23:47 UTC (rev 13000)
+++ gnucash/trunk/configure.in	2006-01-28 18:00:11 UTC (rev 13001)
@@ -1530,7 +1530,7 @@
 if test x${MT940_DIR} = xmt940 ;
 then
     AC_MSG_ERROR([Sorry, MT940 support is currently broken since it depended on the hbci module with the old openhbci 0.9.x library. But the hbci module has now been ported to a new hbci library called aqbanking. That library contains a MT940 parser, too, so porting shouldnt be too difficult. Nevertheless someone needs to do the porting work before this can be enabled again.])
-    AC_AQBANKING(1,3,0)
+    AC_AQBANKING(1,0,0)
     # Note: HBCI_LIBS is changed again below in the --enable-hbci
     # section. So check for mt940 first and *not* the other way round!
     HBCI_LIBS="${OPENHBCI_LIBS}"
@@ -1552,7 +1552,7 @@
 if test x${HBCI_DIR} = xhbci ;
 then
     # Check for Aqbanking library
-    AC_AQBANKING(1,3,0)
+    AC_AQBANKING(1,0,0)
     if test x${have_aqbanking} != xyes; 
     then
 	AC_MSG_ERROR([Could not find aqbanking. If you use --enable-hbci, you *have* to enable aqbanking.])



More information about the gnucash-changes mailing list