CVS update: gnucash/macros

Christian Stimming stimming at tuhh.de
Sun May 11 00:38:45 CDT 2003


On Samstag, 10. Mai 2003 00:09, Derek Atkins wrote:
> Christian,
>
> Your patch contains this change:
>
>    OPENHBCI_CFLAGS="`${hbci_config} --includes`"
>    OPENHBCI_CXXFLAGS="`${hbci_config} --includes`"
> -  AS_SCRUB_INCLUDE(OPENHBCI_CFLAGS)
> -  AS_SCRUB_INCLUDE(OPENHBCI_CXXFLAGS)
>
> Can you guarantee that hbci_config will NEVER return "-I/usr/include"
> or "-I/usr/local/include" in the cflags?

No, but AS_SCRUB_INCLUDE is called in configure.in, line 537 
gnucash-1_8-branch, line 541 HEAD. The file openhbci.m4 is the original file 
from the openhbci package, and as such it shouldn't depend on other 
(non-standard) macros being available. AS_SCRUB_INCLUDE already was a 
gnucash-specifc addition. I think it is therefore sufficient if that macro 
call appears in configure.in, and it doesn't have to be added in openhbci.m4.

Christian


More information about the gnucash-patches mailing list