mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Upgrade required aqbanking version number to the most recent required version.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10329 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
13
configure.in
13
configure.in
@@ -571,9 +571,8 @@ AC_ARG_ENABLE( mt940,
|
||||
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 @@ AC_SUBST(MT940_DIR)
|
||||
### --------------------------------------------------------------------------
|
||||
### 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.])
|
||||
|
||||
Reference in New Issue
Block a user