[Gnucash-changes] Upgrade required aqbanking version number to the most recent required

Christian Stimming cstim at cvs.gnucash.org
Mon Nov 8 15:02:55 EST 2004


Log Message:
-----------
Upgrade required aqbanking version number to the most recent required version.

Modified Files:
--------------
    gnucash:
        configure.in

Revision Data
-------------
Index: configure.in
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/configure.in,v
retrieving revision 1.396
retrieving revision 1.397
diff -Lconfigure.in -Lconfigure.in -u -r1.396 -r1.397
--- configure.in
+++ configure.in
@@ -571,9 +571,8 @@
   fi)
 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 now has been ported yet again, now to the aqbanking library. The MT940 importer needs to be ported to aqbanking as well before this can be enabled again -- but this probably shouldnt be too difficult.])
-    #AM_PATH_OPENHBCI(0.9.13.2)
-    AC_AQBANKING(0,9,2)
+    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(0,9,8)
     # 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}"
@@ -588,16 +587,14 @@
 ### --------------------------------------------------------------------------
 ### HBCI
 AC_ARG_ENABLE( hbci,
-  [  --enable-hbci                compile with HBCI support (needs OpenHBCI)],
+  [  --enable-hbci                compile with HBCI support (needs AqBanking)],
   if test "x$enableval" != "xno" ; then
     HBCI_DIR=hbci
   fi)
 if test x${HBCI_DIR} = xhbci ;
 then
-    #AM_PATH_OPENHBCI2(1.9.0.8)
-    #HBCI_LIBS="${OPENHBCI_LIBS}"
-    #HBCI_CFLAGS="${OPENHBCI_CFLAGS}"
-    AC_AQBANKING(0,9,2)
+    # Check for Aqbanking library
+    AC_AQBANKING(0,9,8)
     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