[Gnucash-changes] r12998 - gnucash/trunk - Require aqbanking-1.3.0 for HBCI.

Christian Stimming cstim at cvs.gnucash.org
Sat Jan 28 07:30:44 EST 2006


Author: cstim
Date: 2006-01-28 07:30:43 -0500 (Sat, 28 Jan 2006)
New Revision: 12998
Trac: http://svn.gnucash.org/trac/changeset/12998

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/configure.in
Log:
Require aqbanking-1.3.0 for HBCI.

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-01-28 06:05:54 UTC (rev 12997)
+++ gnucash/trunk/ChangeLog	2006-01-28 12:30:43 UTC (rev 12998)
@@ -1,3 +1,10 @@
+2006-01-28  Christian Stimming  <stimming at tuhh.de>
+
+	* configure.in: For HBCI, require aqbanking >= 1.3.0 (released
+	2005-08-11) since current aqbanking is beyond 1.9.x and those
+	really old versions had to deal with very different packaging
+	structure.
+
 2006-01-27  David Hampton  <hampton at employees.org>
 
 	* src/scm/printing/print-check.scm:

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-01-28 06:05:54 UTC (rev 12997)
+++ gnucash/trunk/configure.in	2006-01-28 12:30:43 UTC (rev 12998)
@@ -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,0,0)
+    AC_AQBANKING(1,3,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,0,0)
+    AC_AQBANKING(1,3,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